diff options
author | dependabot[bot] | 2021-01-20 06:35:37 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 0ad19d6fcd4635c3dddef33b9f4ffe92833e9af4 (patch) | |
tree | beb7a0fcffe1318b07811d7798421a376418a34f | |
parent | 7c9e7d5ed8fd4f2023fafa8b109a8203328e648a (diff) |
Bump core-js from 3.8.2 to 3.8.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.3.
- [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.2...v3.8.3)
Signed-off-by: dependabot[bot] <support@github.com>
-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 e598f1bb..15d8db10 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -4321,9 +4321,9 @@ } }, "core-js": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.2.tgz", - "integrity": "sha512-FfApuSRgrR6G5s58casCBd9M2k+4ikuu4wbW6pJyYU7bd9zvFc9qf7vr5xmrZOhT9nn+8uwlH1oRR9jTnFoA3A==" + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz", + "integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q==" }, "core-js-compat": { "version": "3.8.1", diff --git a/vnext/package.json b/vnext/package.json index d4c43a1c..4d94505b 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "axios": "^0.21.1", - "core-js": "^3.8.2", + "core-js": "^3.8.3", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.9.6", |