diff options
author | dependabot-preview[bot] | 2020-11-26 06:52:21 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 66d6e6ffae36910ca51e5b394c176d19555442dc (patch) | |
tree | 76f7a03eee835cb27d7e8d8633392d660f32734b /vnext/package.json | |
parent | af63944b273634c97e3113a163431b56bba6159c (diff) |
Bump core-js from 3.7.0 to 3.8.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.8.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.7.0...v3.8.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 9ee9d468..25ab0122 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "axios": "^0.21.0", - "core-js": "^3.7.0", + "core-js": "^3.8.0", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.9.4", |