summaryrefslogtreecommitdiffstats
path: root/settings/package.json
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 /settings/package.json
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>
Diffstat (limited to 'settings/package.json')
-rw-r--r--settings/package.json2
1 files changed, 1 insertions, 1 deletions
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",