diff options
-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", |