aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-11-14 17:02:54 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit279228af3aeff15ca07421612e6322cabdcbb32f (patch)
tree707a3adf384146a6dfc88bdf2538ff616fe7f7f3 /vnext
parent911b7b1166391d56e226c9fcac8cded427276337 (diff)
Bump core-js from 3.26.0 to 3.26.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.26.0 to 3.26.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.26.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 96efba76..e137184d 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -13,7 +13,7 @@
"axios-cache-interceptor": "^0.10.7",
"body-parser": "^1.20.1",
"config": "^3.3.8",
- "core-js": "^3.26.0",
+ "core-js": "^3.26.1",
"cors": "^2.8.5",
"esbuild": "^0.15.13",
"evil-icons": "^1.10.1",
@@ -4581,9 +4581,9 @@
}
},
"node_modules/core-js": {
- "version": "3.26.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz",
- "integrity": "sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw==",
+ "version": "3.26.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.1.tgz",
+ "integrity": "sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -20310,9 +20310,9 @@
}
},
"core-js": {
- "version": "3.26.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz",
- "integrity": "sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw=="
+ "version": "3.26.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.1.tgz",
+ "integrity": "sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA=="
},
"core-util-is": {
"version": "1.0.3",
diff --git a/vnext/package.json b/vnext/package.json
index 43267f86..46bc46d4 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -53,7 +53,7 @@
"axios-cache-interceptor": "^0.10.7",
"body-parser": "^1.20.1",
"config": "^3.3.8",
- "core-js": "^3.26.0",
+ "core-js": "^3.26.1",
"cors": "^2.8.5",
"esbuild": "^0.15.13",
"evil-icons": "^1.10.1",