diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-12-04 08:20:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 08:20:39 +0000 |
commit | e3d34765dd0e166062e6527ca2667ec2733cc10c (patch) | |
tree | ee45778243d02bc126c3ab6154a388b69e173bd9 | |
parent | a3e29f8df9ebe90a5db4ed5cf87c2006bbcaf50b (diff) | |
parent | c15b6d8162f5024fe2fe5229bd5b095ecbacefa7 (diff) | |
download | nextcloud-server-e3d34765dd0e166062e6527ca2667ec2733cc10c.tar.gz nextcloud-server-e3d34765dd0e166062e6527ca2667ec2733cc10c.zip |
Merge pull request #12801 from nextcloud/dependabot/npm_and_yarn/settings/@babel/plugin-syntax-dynamic-import-7.2.0
-rw-r--r-- | settings/package-lock.json | 6 | ||||
-rw-r--r-- | settings/package.json | 2 |
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", |