From 2691933f2b480aa061c69e0c7fb0b0cfe97b887e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:43:35 +0200 Subject: [PATCH] Bump core-js-bundle from 3.30.2 to 3.31.1 (#9747) Bumps [core-js-bundle](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-bundle) from 3.30.2 to 3.31.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.31.1/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21cdcde5b..91689d5b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "abortcontroller-polyfill": "^1.7.5", "aes-js": "^3.1.2", "alif-toolkit": "^1.2.9", - "core-js-bundle": "^3.30.2", + "core-js-bundle": "^3.31.1", "diacritics": "1.3.0", "fast-deep-equal": "~3.1.1", "fast-json-stable-stringify": "2.1.0", @@ -2632,9 +2632,9 @@ } }, "node_modules/core-js-bundle": { - "version": "3.30.2", - "resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.30.2.tgz", - "integrity": "sha512-CHPd8RYmUcVfUD+BKf30ocf2M+NmaoQudWSEmQrWguJ6CJzZ9rsidXXV8t56TGRhY7RZlQRKr1dWnYisOS04zA==", + "version": "3.31.1", + "resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.31.1.tgz", + "integrity": "sha512-9mV/Sev/3MeCyEOmlcoensQOP6HS2iM3n+8ga+7flwxIVw1Se7Y/6Hyz7OWw/s6oOl6TZzA4vyTBEXUKroc44w==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -11761,9 +11761,9 @@ "dev": true }, "core-js-bundle": { - "version": "3.30.2", - "resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.30.2.tgz", - "integrity": "sha512-CHPd8RYmUcVfUD+BKf30ocf2M+NmaoQudWSEmQrWguJ6CJzZ9rsidXXV8t56TGRhY7RZlQRKr1dWnYisOS04zA==" + "version": "3.31.1", + "resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.31.1.tgz", + "integrity": "sha512-9mV/Sev/3MeCyEOmlcoensQOP6HS2iM3n+8ga+7flwxIVw1Se7Y/6Hyz7OWw/s6oOl6TZzA4vyTBEXUKroc44w==" }, "core-util-is": { "version": "1.0.3", diff --git a/package.json b/package.json index 2b104a5d6..753eca262 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "abortcontroller-polyfill": "^1.7.5", "aes-js": "^3.1.2", "alif-toolkit": "^1.2.9", - "core-js-bundle": "^3.30.2", + "core-js-bundle": "^3.31.1", "diacritics": "1.3.0", "fast-deep-equal": "~3.1.1", "fast-json-stable-stringify": "2.1.0",