Skip to content

Commit e39f034

Browse files
dependabot[bot]matteobruni
authored andcommitted
fix(deps): bump webpack from 5.72.1 to 5.73.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.72.1...v5.73.0)
1 parent f7b6b49 commit e39f034

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
@@ -25,7 +25,7 @@
2525
"vue": "^2.6.14",
2626
"vue-server-renderer": "^2.6.14",
2727
"vue-template-compiler": "^2.6.14",
28-
"webpack": "^5.72.1"
28+
"webpack": "^5.73.0"
2929
},
3030
"devDependencies": {
3131
"@babel/eslint-parser": "^7.18.2",

apps/nuxt2-particles-demo/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9936,10 +9936,10 @@ webpack@^4.46.0:
99369936
watchpack "^1.7.4"
99379937
webpack-sources "^1.4.1"
99389938

9939-
webpack@^5.72.1:
9940-
version "5.72.1"
9941-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.1.tgz#3500fc834b4e9ba573b9f430b2c0a61e1bb57d13"
9942-
integrity sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==
9939+
webpack@^5.73.0:
9940+
version "5.73.0"
9941+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.73.0.tgz#bbd17738f8a53ee5760ea2f59dce7f3431d35d38"
9942+
integrity sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==
99439943
dependencies:
99449944
"@types/eslint-scope" "^3.7.3"
99459945
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)