aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-02-19 06:39:03 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commitbf52309ab0663f0910576dc86c740a7c8e31e345 (patch)
treec3952c3b68fbbc98c4a67a79856042a3a499c9b3 /vnext
parent9a6ddc6961ad7187fbb61b552c23da2946bcff9d (diff)
Bump core-js from 3.8.3 to 3.9.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.3 to 3.9.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.3...v3.9.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json6
-rw-r--r--vnext/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 142ec45c..00ed81d5 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -5181,9 +5181,9 @@
}
},
"core-js": {
- "version": "3.8.3",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz",
- "integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q=="
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.0.tgz",
+ "integrity": "sha512-PyFBJaLq93FlyYdsndE5VaueA9K5cNB7CGzeCj191YYLhkQM0gdZR2SKihM70oF0wdqKSKClv/tEBOpoRmdOVQ=="
},
"core-js-compat": {
"version": "3.9.0",
diff --git a/vnext/package.json b/vnext/package.json
index 5f604f88..976fc496 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -75,7 +75,7 @@
},
"dependencies": {
"axios": "^0.21.1",
- "core-js": "^3.8.3",
+ "core-js": "^3.9.0",
"evil-icons": "^1.10.1",
"moment": "^2.29.1",
"qs": "^6.9.6",