From 44c1687e11646be46bbc82b7dc7115743408062d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 19 Jun 2019 07:50:50 +0200 Subject: [PATCH] chore(deps): update dependency babel-plugin-dynamic-import-node to v2.3.0 (#34107) --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3a4e754d7526f..73d12909ff5ab 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5186,9 +5186,9 @@ } }, "babel-plugin-dynamic-import-node": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz", - "integrity": "sha512-fP899ELUnTaBcIzmrW7nniyqqdYWrWuJUyPWHxFa/c7r7hS6KC8FscNfLlBNIoPSc55kYMGEEKjPjJGCLbE1qA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz", + "integrity": "sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==", "dev": true, "requires": { "object.assign": "^4.1.0" diff --git a/package.json b/package.json index 05bc736ac152c..ed09be1f05dad 100644 --- a/package.json +++ b/package.json @@ -284,7 +284,7 @@ "@wordpress/babel-plugin-makepot": "2.1.3", "babel-eslint": "10.0.1", "babel-jest": "24.8.0", - "babel-plugin-dynamic-import-node": "2.2.0", + "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-module-resolver": "3.2.0", "chai": "4.2.0", "chai-enzyme": "1.0.0-beta.1",