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-15 12:03:02 +0300
committerGitHub <noreply@github.com>2020-01-15 12:03:02 +0300
commit6ca807225ababc44e136d2ebc1333874786402a9 (patch)
tree92d96cd6d015f274ecd5e8983b12c83c92753832 /package-lock.json
parente30f98fdd78fae383b80379ed45adcd0ed6786ee (diff)
parentcd301aa62c0f564b604a2759c9d5c69be321bc79 (diff)
Bump @babel/polyfill from 7.7.0 to 7.8.3 (#571)
Bump @babel/polyfill from 7.7.0 to 7.8.3
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 6905e358d..38f68c30f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1055,9 +1055,9 @@
}
},
"@babel/polyfill": {
- "version": "7.7.0",
- "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz",
- "integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==",
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.3.tgz",
+ "integrity": "sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg==",
"dev": true,
"requires": {
"core-js": "^2.6.5",