summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-11 03:05:32 -0100
committerGitHub <noreply@github.com>2018-12-11 03:05:32 -0100
commita9728f9c24d7d82c568a5825ed1600f4948ea2a9 (patch)
treeabb4a804a3eed03132cb8af80ed6f9cbdf301184
parent082767bb7cbb408a96d896cb247132687c5cf62e (diff)
parent8b08b6ae0b215b6a8e6c1a6ecf799cfde5458725 (diff)
Merge pull request #204 from nextcloud/dependabot/npm_and_yarn/@babel/plugin-syntax-dynamic-import-7.2.0
Bump @babel/plugin-syntax-dynamic-import from 7.0.0 to 7.2.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 40b7762e..32b91b56 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -343,9 +343,9 @@
}
},
"@babel/plugin-syntax-dynamic-import": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0.tgz",
- "integrity": "sha512-Gt9xNyRrCHCiyX/ZxDGOcBnlJl0I3IWicpZRC4CdC0P5a/I07Ya2OAMEBU+J7GmRFVmIetqEYRko6QYRuKOESw==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz",
+ "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0"
diff --git a/package.json b/package.json
index fa0a3908..ae7d8cb6 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"devDependencies": {
"@babel/core": "^7.1.2",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-eslint": "^10.0.1",