Skip to content

Commit 418b619

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.43.0...v5.44.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2010584 commit 418b619

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.43.0"
74+
"webpack": "^5.44.0"
7575
},
7676
"directories": {
7777
"lib": "."

0 commit comments

Comments
 (0)