Bump core-js-bundle from 3.30.1 to 3.30.2 (#9654)

Bumps [core-js-bundle](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-bundle) from 3.30.1 to 3.30.2.
- [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.30.2/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-05-25 19:06:11 +02:00
committed by GitHub
parent 0cd0ef1b5f
commit 401910d7e9
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.30.1",
"core-js-bundle": "^3.30.2",
"diacritics": "1.3.0",
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
@@ -2515,9 +2515,9 @@
}
},
"node_modules/core-js-bundle": {
"version": "3.30.1",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.30.1.tgz",
"integrity": "sha512-o7bb5+2lllehje8wj8MPNMvGh5fQ3dIWKlyYBflkDUYwYfiq8fKoxegiRJFxWRVme0edjHuXV0vVkS0APHAELg==",
"version": "3.30.2",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.30.2.tgz",
"integrity": "sha512-CHPd8RYmUcVfUD+BKf30ocf2M+NmaoQudWSEmQrWguJ6CJzZ9rsidXXV8t56TGRhY7RZlQRKr1dWnYisOS04zA==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -11452,9 +11452,9 @@
"dev": true
},
"core-js-bundle": {
"version": "3.30.1",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.30.1.tgz",
"integrity": "sha512-o7bb5+2lllehje8wj8MPNMvGh5fQ3dIWKlyYBflkDUYwYfiq8fKoxegiRJFxWRVme0edjHuXV0vVkS0APHAELg=="
"version": "3.30.2",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.30.2.tgz",
"integrity": "sha512-CHPd8RYmUcVfUD+BKf30ocf2M+NmaoQudWSEmQrWguJ6CJzZ9rsidXXV8t56TGRhY7RZlQRKr1dWnYisOS04zA=="
},
"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.30.1",
"core-js-bundle": "^3.30.2",
"diacritics": "1.3.0",
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",