diff options
author | dependabot[bot] | 2023-01-18 21:26:24 +0000 |
---|---|---|
committer | vitalyster | 2023-01-19 09:46:34 +0300 |
commit | f02dc66713bf2301e20bc07b3015da6b4f764600 (patch) | |
tree | a7743c9dadfd06b1c98a38a4ed2e6ce600e0703d /vnext | |
parent | d449bfb52ba28bdca293e3144271d2dd4a947d9e (diff) |
build(deps): bump core-js from 3.27.1 to 3.27.2 in /vnext
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.1 to 3.27.2.
- [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.27.2/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 ebfcef2a..d83a9722 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -13,7 +13,7 @@ "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.9", - "core-js": "^3.27.1", + "core-js": "^3.27.2", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.17.3", @@ -4936,9 +4936,9 @@ } }, "node_modules/core-js": { - "version": "3.27.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.1.tgz", - "integrity": "sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==", + "version": "3.27.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz", + "integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -20646,9 +20646,9 @@ } }, "core-js": { - "version": "3.27.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.1.tgz", - "integrity": "sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==" + "version": "3.27.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz", + "integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==" }, "core-util-is": { "version": "1.0.3", diff --git a/vnext/package.json b/vnext/package.json index 4169ac8a..6653b1cf 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -53,7 +53,7 @@ "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.9", - "core-js": "^3.27.1", + "core-js": "^3.27.2", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.17.3", |