Skip to content

Commit 99c60fa

Browse files
dependabot[bot]matteobruni
authored andcommitted
fix(deps): bump core-js from 3.25.0 to 3.25.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.25.0 to 3.25.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.25.0...v3.25.1)
1 parent c971155 commit 99c60fa

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.25.0",
21+
"core-js": "^3.25.1",
2222
"nuxt": "^2.15.8",
2323
"particles.vue": "^3.2.4",
2424
"tsparticles": "^2.2.4",

apps/nuxt2-particles-demo/yarn.lock

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

3257-
core-js@^3.25.0:
3258-
version "3.25.0"
3259-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.0.tgz#be71d9e0dd648ffd70c44a7ec2319d039357eceb"
3260-
integrity sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==
3257+
core-js@^3.25.1:
3258+
version "3.25.1"
3259+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.1.tgz#5818e09de0db8956e16bf10e2a7141e931b7c69c"
3260+
integrity sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==
32613261

32623262
core-util-is@~1.0.0:
32633263
version "1.0.3"

0 commit comments

Comments
 (0)