aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-09 07:23:14 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit2ad4a7580bb3769e37b34a38a6b9235bed8ba4c2 (patch)
treec4f650a0743a60287b8e5bc7898ac84f955676b2 /vnext
parent67c98f16993d559f550feebac730e33fbc08bb72 (diff)
Bump core-js from 3.6.5 to 3.7.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.7.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.6.5...v3.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 6b582cca..cab0017b 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -4353,9 +4353,9 @@
}
},
"core-js": {
- "version": "3.6.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
- "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz",
+ "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA=="
},
"core-js-compat": {
"version": "3.6.5",
diff --git a/vnext/package.json b/vnext/package.json
index 896dabad..ddfd3390 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -74,7 +74,7 @@
},
"dependencies": {
"axios": "^0.21.0",
- "core-js": "^3.6.5",
+ "core-js": "^3.7.0",
"evil-icons": "^1.10.1",
"moment": "^2.29.1",
"qs": "^6.9.4",