diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-11-25 08:38:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 08:38:03 +0100 |
commit | cfdabbec0f9b34e3f9a13dff57b0002f3069cae2 (patch) | |
tree | cac22a855e6d64e16d079d250ef5a6e36c218a25 | |
parent | 96a337389b5b43a0be7a8c7efad637dc6ff1508e (diff) | |
parent | df5a985eca9e0cb72518e92a35214397c7551634 (diff) | |
download | nextcloud-server-cfdabbec0f9b34e3f9a13dff57b0002f3069cae2.tar.gz nextcloud-server-cfdabbec0f9b34e3f9a13dff57b0002f3069cae2.zip |
Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4 (#18085)
Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 6b8c53bb57a..3020320116e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1284,9 +1284,9 @@ } }, "@babel/plugin-syntax-dynamic-import": { - "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==", + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.7.4.tgz", + "integrity": "sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0" diff --git a/package.json b/package.json index 71548937a7b..1fd2fe564f0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "devDependencies": { "@babel/core": "^7.7.4", "@babel/plugin-proposal-class-properties": "^7.7.4", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", + "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/preset-env": "^7.7.4", "@nextcloud/browserslist-config": "^1.0.0", "babel-eslint": "^10.0.3", |