Skip to content

Commit f7e9cb7

Browse files
Update vue-loader requirement in /src/main/javascript/lyra
Updates the requirements on [vue-loader](https://github.com/vuejs/vue-loader) to permit the latest version. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](vuejs/vue-loader@v15.9.7...v15.9.8) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8c4c67e commit f7e9cb7

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
@@ -69,7 +69,7 @@
6969
"sinon-chai": "^3.7.0",
7070
"style-loader": "^3.2.1",
7171
"url-loader": "^4.1.1",
72-
"vue-loader": "^15.9.7",
72+
"vue-loader": "^15.9.8",
7373
"vue-template-compiler": "^2.6.14",
7474
"webpack": "^5.48.0"
7575
},

0 commit comments

Comments
 (0)