diff options
author | dependabot[bot] | 2023-02-27 21:50:11 +0000 |
---|---|---|
committer | vitalyster | 2023-02-28 01:47:07 +0300 |
commit | 57c82c3af885228bd1c116b105b57b4c60772290 (patch) | |
tree | 579bd53f31b13e13cec89139897c054e7c99b1cb /vnext | |
parent | 9b104d8860d3c794d3ac0d5766036db8d182f03f (diff) |
build(deps): bump core-js from 3.28.0 to 3.29.0 in /vnext
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.28.0 to 3.29.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/commits/v3.29.0/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 1c402002..f2f5356c 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -13,7 +13,7 @@ "axios-cache-interceptor": "^1.0.1", "body-parser": "^1.20.2", "config": "^3.3.9", - "core-js": "^3.28.0", + "core-js": "^3.29.0", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.17.10", @@ -5389,9 +5389,9 @@ } }, "node_modules/core-js": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz", - "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.0.tgz", + "integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -21471,9 +21471,9 @@ } }, "core-js": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz", - "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==" + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.0.tgz", + "integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==" }, "core-util-is": { "version": "1.0.3", diff --git a/vnext/package.json b/vnext/package.json index 0dda9e5b..507a2896 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -53,7 +53,7 @@ "axios-cache-interceptor": "^1.0.1", "body-parser": "^1.20.2", "config": "^3.3.9", - "core-js": "^3.28.0", + "core-js": "^3.29.0", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.17.10", |