Skip to content

Commit 812a1ad

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

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.24.0",
21+
"core-js": "^3.24.1",
2222
"nuxt": "^2.15.8",
2323
"particles.vue": "^3.1.4",
2424
"tsparticles": "^2.1.4",

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.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==
3222+
core-js@^3.24.1:
3223+
version "3.24.1"
3224+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.1.tgz#cf7724d41724154010a6576b7b57d94c5d66e64f"
3225+
integrity sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==
32263226

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

0 commit comments

Comments
 (0)