summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-19 07:32:21 +0000
committerGitHub <noreply@github.com>2020-01-19 07:32:21 +0000
commit8d4680c4c7edd31a8c19efad70a6d85d85235965 (patch)
treee64303a55dc2516c695d96c211e4b01a15954b4c
parent954b30c06f6206efe381b2a0231e635a43c27228 (diff)
parentd44b015e27f0babbbe3e6d6cb84ea47b2bf9f9b9 (diff)
Merge pull request #1425 from nextcloud/dependabot/npm_and_yarn/babel/plugin-syntax-dynamic-import-7.8.3
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index e4039b72..153650c1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1662,17 +1662,17 @@
}
},
"@babel/plugin-syntax-dynamic-import": {
- "version": "7.8.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.0.tgz",
- "integrity": "sha512-Mx2RzpCHJaBfmFdA2abXDKRHVJdzJ6R0Wqwb6TxCgM7NRR5wcC4cyiAsRL7Ga+lwG8GG1cKvb+4ENjic8y15jA==",
+ "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==",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"dependencies": {
"@babel/helper-plugin-utils": {
- "version": "7.8.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz",
- "integrity": "sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA=="
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
+ "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ=="
}
}
},
diff --git a/package.json b/package.json
index c3f973ff..c01166c6 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
- "@babel/plugin-syntax-dynamic-import": "^7.8.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-eslint": "^10.0.3",