Skip to content

Commit 9cc958a

Browse files
Update css-loader requirement in /src/main/javascript/lyra
Updates the requirements on [css-loader](https://github.com/webpack-contrib/css-loader) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/css-loader@v5.2.4...v5.2.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1d0ef22 commit 9cc958a

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
@@ -46,7 +46,7 @@
4646
"babel-plugin-istanbul": "^6.0.0",
4747
"babel-plugin-rewire": "^1.2.0",
4848
"chai": "^4.3.4",
49-
"css-loader": "^5.2.4",
49+
"css-loader": "^5.2.5",
5050
"dojo-webpack-plugin": "^2.8.19",
5151
"eslint": "^7.26.0",
5252
"eslint-config-airbnb-base": "^14.2.1",

0 commit comments

Comments
 (0)