summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-12-04 07:40:13 +0000
committerdependabot[bot] <support@dependabot.com>2018-12-04 07:40:13 +0000
commitc15b6d8162f5024fe2fe5229bd5b095ecbacefa7 (patch)
treeee45778243d02bc126c3ab6154a388b69e173bd9
parenta3e29f8df9ebe90a5db4ed5cf87c2006bbcaf50b (diff)
downloadnextcloud-server-c15b6d8162f5024fe2fe5229bd5b095ecbacefa7.tar.gz
nextcloud-server-c15b6d8162f5024fe2fe5229bd5b095ecbacefa7.zip
Bump @babel/plugin-syntax-dynamic-import
Bumps [@babel/plugin-syntax-dynamic-import](https://github.com/babel/babel) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.0.0...v7.2.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--settings/package-lock.json6
-rw-r--r--settings/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json
index 4cfa62247cc..3b6391ad19d 100644
--- a/settings/package-lock.json
+++ b/settings/package-lock.json
@@ -554,9 +554,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/settings/package.json b/settings/package.json
index 7e2203e3ded..9c1c4a97811 100644
--- a/settings/package.json
+++ b/settings/package.json
@@ -32,7 +32,7 @@
],
"devDependencies": {
"@babel/core": "^7.2.0",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",