Skip to content

Commit ad9459f

Browse files
Bump css-loader from 6.0.0 to 6.1.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.0.0 to 6.1.0. - [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@v6.0.0...v6.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ccafc6b commit ad9459f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/eslint-plugin": "4.28.3",
3434
"@typescript-eslint/parser": "4.28.3",
3535
"clean-webpack-plugin": "3.0.0",
36-
"css-loader": "6.0.0",
36+
"css-loader": "6.1.0",
3737
"eslint": "7.31.0",
3838
"eslint-config-prettier": "8.3.0",
3939
"eslint-plugin-prefer-arrow": "1.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2606,10 +2606,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
26062606
shebang-command "^2.0.0"
26072607
which "^2.0.1"
26082608

2609-
css-loader@6.0.0:
2610-
version "6.0.0"
2611-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.0.0.tgz#e3f9131229df43e081876f434dc2f4605be9d5ae"
2612-
integrity sha512-xi3iTbHekvk5dWWdqfQKNsEm2g3Vr20uRwHzfXF+pHsaFGMuxTrqR1y8PY+st5G7wqid4/pBSiaqZsO6iaGN5g==
2609+
css-loader@6.1.0:
2610+
version "6.1.0"
2611+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.1.0.tgz#9f49a414103d3a43a7a5a0a0468ac71ab5132788"
2612+
integrity sha512-AcCb6ire7NgkrxJCtwEDa/y+xxBrPNXYWdlSpXNr+YwW2wTahSowSIxD9cHc9Uvc8Dbq+NQ/NQ6aDvJWik44vg==
26132613
dependencies:
26142614
icss-utils "^5.1.0"
26152615
postcss "^8.2.15"

0 commit comments

Comments
 (0)