Bump core-js-bundle from 3.33.2 to 3.33.3 (#9987)

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

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

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]
2023-11-23 19:16:22 +01:00
committed by GitHub
parent c9fe3aff74
commit 407360943c
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.33.2",
"core-js-bundle": "^3.33.3",
"diacritics": "1.3.0",
"exifr": "^7.1.3",
"fast-deep-equal": "~3.1.1",
@@ -2776,9 +2776,9 @@
}
},
"node_modules/core-js-bundle": {
"version": "3.33.2",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.33.2.tgz",
"integrity": "sha512-kzjfHknAHPfXo+jzJQRDiWdKlij0VEgk69epwakY9KEbAejOnhN1XP6oBjv8GGuZuQop/8kAuRuhDHGG0ab0xQ==",
"version": "3.33.3",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.33.3.tgz",
"integrity": "sha512-q+HWt91OWu5WrnYwpVtEessBBTqkhI06Hl+OGWki5OSSq92C3XgKPhQucL2qfZ7JEGZ9n0tQkwncHE0l/5qZog==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -12070,9 +12070,9 @@
"dev": true
},
"core-js-bundle": {
"version": "3.33.2",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.33.2.tgz",
"integrity": "sha512-kzjfHknAHPfXo+jzJQRDiWdKlij0VEgk69epwakY9KEbAejOnhN1XP6oBjv8GGuZuQop/8kAuRuhDHGG0ab0xQ=="
"version": "3.33.3",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.33.3.tgz",
"integrity": "sha512-q+HWt91OWu5WrnYwpVtEessBBTqkhI06Hl+OGWki5OSSq92C3XgKPhQucL2qfZ7JEGZ9n0tQkwncHE0l/5qZog=="
},
"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.33.2",
"core-js-bundle": "^3.33.3",
"diacritics": "1.3.0",
"exifr": "^7.1.3",
"fast-deep-equal": "~3.1.1",