Skip to content

Commit 0691cd2

Browse files
dependabot[bot]otavio
authored andcommitted
build(deps): bump core-js from 3.22.2 to 3.23.0 in /ui
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.2 to 3.23.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](zloirock/core-js@v3.22.2...v3.23.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 987f0b1 commit 0691cd2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"axios": "^0.27.1",
12-
"core-js": "^3.22.2",
12+
"core-js": "^3.23.0",
1313
"git-describe": "^4.1.0",
1414
"moment": "^2.29.3",
1515
"vue": "^2.6.12",

ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3317,10 +3317,10 @@ core-js-compat@^3.20.2, core-js-compat@^3.21.0, core-js-compat@^3.8.3:
33173317
browserslist "^4.19.1"
33183318
semver "7.0.0"
33193319

3320-
core-js@^3.22.2, core-js@^3.8.3:
3321-
version "3.22.2"
3322-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.2.tgz#3ea0a245b0895fa39d1faa15fe75d91ade504a01"
3323-
integrity sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA==
3320+
core-js@^3.23.0, core-js@^3.8.3:
3321+
version "3.23.0"
3322+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.0.tgz#9e33448c8fd3b02ad023d85bd6e85da6335b5cc4"
3323+
integrity sha512-v2/hZoRcRrvQiBoGsHwmRdr+S4oICKcjA6xb2qjVurin6TpcDC1X2CIDa8rdu/d5n8RT/Sdoos2IlnpQ1rXs5A==
33243324

33253325
core-util-is@1.0.2, core-util-is@~1.0.0:
33263326
version "1.0.2"

0 commit comments

Comments
 (0)