Skip to content

Commit 9b93328

Browse files
Update webpack requirement in /src/main/javascript/lyra
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.44.0...v5.45.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c4635b6 commit 9b93328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/javascript/lyra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"url-loader": "^4.1.1",
7272
"vue-loader": "^15.9.7",
7373
"vue-template-compiler": "^2.6.14",
74-
"webpack": "^5.44.0"
74+
"webpack": "^5.45.1"
7575
},
7676
"directories": {
7777
"lib": "."

0 commit comments

Comments
 (0)