diff options
author | dependabot-preview[bot] | 2020-11-09 07:23:14 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 2ad4a7580bb3769e37b34a38a6b9235bed8ba4c2 (patch) | |
tree | c4f650a0743a60287b8e5bc7898ac84f955676b2 /vnext | |
parent | 67c98f16993d559f550feebac730e33fbc08bb72 (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.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
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", |