From 454f1b0a3071040d1a5db9b9c31fcc64f587e202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 02:24:07 +0300 Subject: [PATCH] Bump core-js from 3.23.3 to 3.23.5 in /webui/frontend (#466) Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.3 to 3.23.5. - [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/compare/v3.23.3...v3.23.5) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/frontend/package.json | 2 +- webui/frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webui/frontend/package.json b/webui/frontend/package.json index d3c4d71e..8db99c38 100644 --- a/webui/frontend/package.json +++ b/webui/frontend/package.json @@ -12,7 +12,7 @@ "@vue/composition-api": "^1.7.0", "axios": "^0.27.2", "bootstrap-vue": "^2.22.0", - "core-js": "^3.23.3", + "core-js": "^3.23.5", "vue": "^3.2.37", "vue-class-component": "^7.2.6", "vue-property-decorator": "^9.1.2", diff --git a/webui/frontend/yarn.lock b/webui/frontend/yarn.lock index 3c485ad8..caac9feb 100644 --- a/webui/frontend/yarn.lock +++ b/webui/frontend/yarn.lock @@ -3313,10 +3313,10 @@ core-js@^2.6.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== -core-js@^3.23.3, core-js@^3.8.3: - version "3.23.3" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.3.tgz#3b977612b15da6da0c9cc4aec487e8d24f371112" - integrity sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q== +core-js@^3.23.5, core-js@^3.8.3: + version "3.23.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.5.tgz#1f82b0de5eece800827a2f59d597509c67650475" + integrity sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg== core-util-is@1.0.2: version "1.0.2"