From 920338fc80aef040da2eb01e934da52ba6910933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:49:56 +0000 Subject: [PATCH] Bump core-js-bundle from 3.32.2 to 3.33.0 Bumps [core-js-bundle](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-bundle) from 3.32.2 to 3.33.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.33.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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 208854bda5..50531f8f81 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@webcomponents/custom-elements": "^1.6.0", "abortcontroller-polyfill": "^1.7.5", "accessible-autocomplete": "alphagov/accessible-autocomplete-multiselect", - "core-js-bundle": "^3.32.2", + "core-js-bundle": "^3.33.0", "cropperjs": "^1.6.1", "es5-polyfill": "^0.0.6", "markdown-toolbar-element": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index b7174fb891..28742c4d3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -439,10 +439,10 @@ cookie@0.4.2: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== -core-js-bundle@^3.32.2: - version "3.32.2" - resolved "https://registry.yarnpkg.com/core-js-bundle/-/core-js-bundle-3.32.2.tgz#3a7736797ef483ff5ced565864f7b0a09cbeded2" - integrity sha512-USljqWm24S8dyZdUEh8pHBxUsHcsVQaWmkZsR8e5ZHdpnGEO1XDxCZHP6/ACtgjkFQ/I/1SnTuWEBFPThMHfMQ== +core-js-bundle@^3.33.0: + version "3.33.0" + resolved "https://registry.yarnpkg.com/core-js-bundle/-/core-js-bundle-3.33.0.tgz#af1566b1028485497650a4ed85616d5d6770d4fb" + integrity sha512-RtJhxLOfMyKZaXXrqhPszvP8TdeYJxz+KX0B4tF9DXT0zFrfYa9leH7j7LovzhCcwM5xS9KtOyHmiDEZMlXOQA== core-util-is@~1.0.0: version "1.0.3"