summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-12 11:27:35 -0100
committerGitHub <noreply@github.com>2020-06-12 11:27:35 -0100
commit8fe68133ba638e5f02ae046b0fae21eff8ea833f (patch)
tree787bb526cf8424aa01782a3ec609c0e74fd39a1e
parenta884bc349da63c62bc24380442b26a3c11dd5ea5 (diff)
parent73b80b6acb372d94f17c8fb7a92707bf740eaa4b (diff)
Merge pull request #852 from nextcloud/dependabot/npm_and_yarn/babel/plugin-syntax-dynamic-import-7.8.3
Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.8.3
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 13 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 0aff9571..aebcdb77 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1765,12 +1765,20 @@
}
},
"@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.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
"dev": true,
"requires": {
- "@babel/helper-plugin-utils": "^7.0.0"
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "dependencies": {
+ "@babel/helper-plugin-utils": {
+ "version": "7.10.1",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
+ "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==",
+ "dev": true
+ }
}
},
"@babel/plugin-syntax-json-strings": {
diff --git a/package.json b/package.json
index 605ac471..5b7fe54b 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
},
"devDependencies": {
"@babel/core": "^7.10.2",
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.2",
"@vue/test-utils": "^1.0.0-beta.29",
"acorn": "^7.1.1",