Skip to content

Commit 3252702

Browse files
chore(deps-dev): update webpack requirement in /src
Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.94.0...v5.96.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5a7112 commit 3252702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"copy-webpack-plugin": "^11.0.0",
1818
"html-webpack-plugin": "^5.6.0",
19-
"webpack": "^5.94.0",
19+
"webpack": "^5.96.0",
2020
"webpack-cli": "^5.1.4",
2121
"webpack-dev-server": "^5.0.4",
2222
"webpack-merge": "^6.0.1"

0 commit comments

Comments
 (0)