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:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-15 05:39:40 +0300
committerGitHub <noreply@github.com>2020-01-15 05:39:40 +0300
commitcd301aa62c0f564b604a2759c9d5c69be321bc79 (patch)
tree187e8e948ee59d5eeaf06c41fd92173dd9f12b00
parentcd0ebb1de85eec29a47456fbf04ccae6a3b14734 (diff)
Bump @babel/polyfill from 7.7.0 to 7.8.3
Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.7.0 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index c7bb34d58..2410a6cf6 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",
diff --git a/package.json b/package.json
index c1fede0c2..806c4c7c2 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"@babel/core": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
- "@babel/polyfill": "^7.7.0",
+ "@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@cypress/browserify-preprocessor": "^2.1.1",
"@nextcloud/browserslist-config": "^1.0.0",