aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-12-07 06:57:32 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit40aa50a5b6401c38388bf1629c6b157f61e159c9 (patch)
tree6cbee7d51f85050240b3caec7c4ef5297db30d86
parentf339e8f44b491509a9882f3d0f8b2e44ee7c2f4c (diff)
Bump core-js from 3.8.0 to 3.8.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.0 to 3.8.1. - [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.0...v3.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 26f70e70..1f4584ae 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -4349,9 +4349,9 @@
}
},
"core-js": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.0.tgz",
- "integrity": "sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA=="
+ "version": "3.8.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz",
+ "integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg=="
},
"core-js-compat": {
"version": "3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index 4566195b..14c636da 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -75,7 +75,7 @@
},
"dependencies": {
"axios": "^0.21.0",
- "core-js": "^3.8.0",
+ "core-js": "^3.8.1",
"evil-icons": "^1.10.1",
"moment": "^2.29.1",
"qs": "^6.9.4",