From 8b557d57106f1124287754c947310e087215b0ad Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Fri, 30 Dec 2022 17:01:51 +0000 Subject: Bump core-js from 3.27.0 to 3.27.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.0 to 3.27.1. - [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.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vnext/package-lock.json | 14 +++++++------- vnext/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'vnext') diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 54a67053..234ec83a 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.8", - "core-js": "^3.27.0", + "core-js": "^3.27.1", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.16.12", @@ -4913,9 +4913,9 @@ } }, "node_modules/core-js": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.0.tgz", - "integrity": "sha512-wY6cKosevs430KRkHUIsvepDXHGjlXOZO3hYXNyqpD6JvB0X28aXyv0t1Y1vZMwE7SoKmtfa6IASHCPN52FwBQ==", + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.1.tgz", + "integrity": "sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -20517,9 +20517,9 @@ } }, "core-js": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.0.tgz", - "integrity": "sha512-wY6cKosevs430KRkHUIsvepDXHGjlXOZO3hYXNyqpD6JvB0X28aXyv0t1Y1vZMwE7SoKmtfa6IASHCPN52FwBQ==" + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.1.tgz", + "integrity": "sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==" }, "core-util-is": { "version": "1.0.3", diff --git a/vnext/package.json b/vnext/package.json index 161c5ef4..ca45922a 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.8", - "core-js": "^3.27.0", + "core-js": "^3.27.1", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.16.12", -- cgit v1.2.3