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/package.json | |
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/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |