Skip to content

Commit 2539615

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.98.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 345287e commit 2539615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
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.3",
19-
"webpack": "^5.94.0",
19+
"webpack": "^5.99.5",
2020
"webpack-cli": "^6.0.1",
2121
"webpack-dev-server": "^5.0.4",
2222
"webpack-merge": "^6.0.1"

0 commit comments

Comments
 (0)