Skip to content

Commit 992668c

Browse files
dependabot[bot]matteobruni
authored andcommitted
fix(deps): bump webpack from 5.74.0 to 5.75.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.75.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.74.0...v5.75.0)
1 parent 58f7c1a commit 992668c

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

apps/nuxt2-particles-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vue": "^2.7.10",
2626
"vue-server-renderer": "^2.7.14",
2727
"vue-template-compiler": "^2.7.10",
28-
"webpack": "^5.74.0"
28+
"webpack": "^5.75.0"
2929
},
3030
"devDependencies": {
3131
"@babel/eslint-parser": "^7.19.1",

apps/nuxt2-particles-demo/yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,12 +2146,7 @@ acorn@^6.4.1:
21462146
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
21472147
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
21482148

2149-
acorn@^8.0.4, acorn@^8.5.0, acorn@^8.7.1:
2150-
version "8.7.1"
2151-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
2152-
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
2153-
2154-
acorn@^8.4.1, acorn@^8.8.0:
2149+
acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0:
21552150
version "8.8.0"
21562151
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
21572152
integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
@@ -10006,10 +10001,10 @@ webpack@^4.46.0:
1000610001
watchpack "^1.7.4"
1000710002
webpack-sources "^1.4.1"
1000810003

10009-
webpack@^5.74.0:
10010-
version "5.74.0"
10011-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980"
10012-
integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==
10004+
webpack@^5.75.0:
10005+
version "5.75.0"
10006+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
10007+
integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==
1001310008
dependencies:
1001410009
"@types/eslint-scope" "^3.7.3"
1001510010
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)