Bump core-js-bundle from 3.35.1 to 3.36.0 (#10110)

Bumps [core-js-bundle](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-bundle) from 3.35.1 to 3.36.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.36.0/packages/core-js-bundle)

---
updated-dependencies:
- dependency-name: core-js-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-20 17:21:17 +01:00
committed by GitHub
parent 5cb12df99c
commit f11588a7fd
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"abortcontroller-polyfill": "^1.7.5",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.2.9",
"core-js-bundle": "^3.35.1",
"core-js-bundle": "^3.36.0",
"diacritics": "1.3.0",
"exifr": "^7.1.3",
"fast-deep-equal": "~3.1.1",
@@ -2388,9 +2388,9 @@
}
},
"node_modules/core-js-bundle": {
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.35.1.tgz",
"integrity": "sha512-yiuej7nKyvB+pAxIbA6uCIEcXEQYrmcH0Q3SDXe3Y4dBgdAty6r4Pbam7ppFJ0AST7AAxEdp7wSWrlCLmHtaYQ==",
"version": "3.36.0",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.36.0.tgz",
"integrity": "sha512-sWH3pC9VfXApMCd2a9UcL6lm0iYCX94dEngjFK847slJuF0zkvdPmvCsCeQp0TvRbq6BNg0vz4iyRvsZeoEF5Q==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -10249,9 +10249,9 @@
"dev": true
},
"core-js-bundle": {
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.35.1.tgz",
"integrity": "sha512-yiuej7nKyvB+pAxIbA6uCIEcXEQYrmcH0Q3SDXe3Y4dBgdAty6r4Pbam7ppFJ0AST7AAxEdp7wSWrlCLmHtaYQ=="
"version": "3.36.0",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.36.0.tgz",
"integrity": "sha512-sWH3pC9VfXApMCd2a9UcL6lm0iYCX94dEngjFK847slJuF0zkvdPmvCsCeQp0TvRbq6BNg0vz4iyRvsZeoEF5Q=="
},
"core-util-is": {
"version": "1.0.3",

View File

@@ -55,7 +55,7 @@
"abortcontroller-polyfill": "^1.7.5",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.2.9",
"core-js-bundle": "^3.35.1",
"core-js-bundle": "^3.36.0",
"diacritics": "1.3.0",
"exifr": "^7.1.3",
"fast-deep-equal": "~3.1.1",