Skip to content

Commit d778669

Browse files
dependabot[bot]matteobruni
authored andcommitted
fix(deps): bump core-js from 3.23.5 to 3.24.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.5 to 3.24.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.23.5...v3.24.0)
1 parent 8755771 commit d778669

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/nuxt2-particles-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"*.**": "prettier --check --ignore-unknown"
1919
},
2020
"dependencies": {
21-
"core-js": "^3.23.5",
21+
"core-js": "^3.24.0",
2222
"nuxt": "^2.15.8",
2323
"particles.vue": "^3.1.3",
2424
"tsparticles": "^2.1.3",

apps/nuxt2-particles-demo/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3219,10 +3219,10 @@ core-js@^2.6.5:
32193219
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
32203220
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
32213221

3222-
core-js@^3.23.5:
3223-
version "3.23.5"
3224-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.5.tgz#1f82b0de5eece800827a2f59d597509c67650475"
3225-
integrity sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg==
3222+
core-js@^3.24.0:
3223+
version "3.24.0"
3224+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.0.tgz#4928d4e99c593a234eb1a1f9abd3122b04d3ac57"
3225+
integrity sha512-IeOyT8A6iK37Ep4kZDD423mpi6JfPRoPUdQwEWYiGolvn4o6j2diaRzNfDfpTdu3a5qMbrGUzKUpYpRY8jXCkQ==
32263226

32273227
core-util-is@~1.0.0:
32283228
version "1.0.3"

0 commit comments

Comments
 (0)