aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-02-21 23:10:52 +0000
committerGravatar vitalyster2023-02-22 11:49:56 +0300
commit0de0671a37744a1c5d24df1d0ee4472382d86d35 (patch)
treea64de1c62c7ad83a8607533ac0e38ba5118a3c51 /vnext
parent8aaa9b1f939642d86b8fffaf9007dbb54c043df7 (diff)
build(deps): bump core-js from 3.27.2 to 3.28.0 in /vnext
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.2 to 3.28.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.28.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.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 0dd0a729..d17a1ceb 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.1",
"config": "^3.3.9",
- "core-js": "^3.27.2",
+ "core-js": "^3.28.0",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"esbuild": "^0.17.10",
@@ -5252,9 +5252,9 @@
}
},
"node_modules/core-js": {
- "version": "3.27.2",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz",
- "integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==",
+ "version": "3.28.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz",
+ "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -21215,9 +21215,9 @@
}
},
"core-js": {
- "version": "3.27.2",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz",
- "integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w=="
+ "version": "3.28.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz",
+ "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw=="
},
"core-util-is": {
"version": "1.0.3",
diff --git a/vnext/package.json b/vnext/package.json
index b90d31da..8db5a7b1 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -53,7 +53,7 @@
"axios-cache-interceptor": "^1.0.1",
"body-parser": "^1.20.1",
"config": "^3.3.9",
- "core-js": "^3.27.2",
+ "core-js": "^3.28.0",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"esbuild": "^0.17.10",