aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-12-30 17:01:51 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit8b557d57106f1124287754c947310e087215b0ad (patch)
treea3030fa6a7a1d3bbbf08777aeab480ffeef15cad /vnext
parentf5cb2df5fda0766cc83e8d2861bf888af1ed5e72 (diff)
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] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
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",