Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-18 18:26:13 +0300
committerGitHub <noreply@github.com>2020-01-18 18:26:13 +0300
commit874b8baa97a33502f4d8922c2d40f95254d9f04d (patch)
tree7a3cedcdef54ecce707add3eddc9af7729755a34 /package-lock.json
parent3c712442d25d189c1b34821f5cf1e8f8cef0e043 (diff)
parent70e66beab6f2e4a45d4fe918424371fca2f4b804 (diff)
Bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.3 (#560)
Bump @babel/plugin-syntax-dynamic-import from 7.7.4 to 7.8.3
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index fef916c3c..b79c97f3c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -589,12 +589,20 @@
}
},
"@babel/plugin-syntax-dynamic-import": {
- "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==",
+ "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.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
+ "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==",
+ "dev": true
+ }
}
},
"@babel/plugin-syntax-json-strings": {