Skip to content

Commit ef22f1f

Browse files
dependabot[bot]matteobruni
authored andcommitted
fix(deps): bump core-js from 3.22.7 to 3.22.8
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.7 to 3.22.8. - [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.7...v3.22.8)
1 parent 0440c9f commit ef22f1f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/nuxt2-particles-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"*.**": "prettier --check --ignore-unknown"
1919
},
2020
"dependencies": {
21-
"core-js": "^3.22.7",
21+
"core-js": "^3.22.8",
2222
"nuxt": "^2.15.8",
2323
"particles.vue": "^3.0.6",
2424
"tsparticles": "^2.0.6",

apps/nuxt2-particles-demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,10 +3211,10 @@ core-js@^2.6.5:
32113211
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
32123212
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
32133213

3214-
core-js@^3.22.7:
3215-
version "3.22.7"
3216-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.7.tgz#8d6c37f630f6139b8732d10f2c114c3f1d00024f"
3217-
integrity sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg==
3214+
core-js@^3.22.8:
3215+
version "3.22.8"
3216+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.8.tgz#23f860b1fe60797cc4f704d76c93fea8a2f60631"
3217+
integrity sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA==
32183218

32193219
core-util-is@~1.0.0:
32203220
version "1.0.3"

0 commit comments

Comments
 (0)