Skip to content

Commit 1d51e26

Browse files
Bump css-loader from 5.0.2 to 5.1.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.0.2 to 5.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/css-loader@v5.0.2...v5.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8427384 commit 1d51e26

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.15.2",
3434
"@typescript-eslint/parser": "4.15.2",
3535
"clean-webpack-plugin": "3.0.0",
36-
"css-loader": "5.0.2",
36+
"css-loader": "5.1.0",
3737
"eslint": "7.20.0",
3838
"eslint-config-prettier": "8.1.0",
3939
"eslint-plugin-prefer-arrow": "1.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,16 +2527,16 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
25272527
shebang-command "^2.0.0"
25282528
which "^2.0.1"
25292529

2530-
css-loader@5.0.2:
2531-
version "5.0.2"
2532-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.0.2.tgz#24f758dae349bad0a440c50d7e2067742e0899cb"
2533-
integrity sha512-gbkBigdcHbmNvZ1Cg6aV6qh6k9N6XOr8YWzISLQGrwk2mgOH8LLrizhkxbDhQtaLtktyKHD4970S0xwz5btfTA==
2530+
css-loader@5.1.0:
2531+
version "5.1.0"
2532+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.1.0.tgz#7c39af036c6674712659ca43a43a80d972bff506"
2533+
integrity sha512-mFs3Xe2UrzRzL0+ML6e7Q2e/Ozp/WpDcam0l1X+rXgkuFjjsNSrjiyimG6malUOZGVuEjzKp1NqEqN3exG7ZqQ==
25342534
dependencies:
25352535
camelcase "^6.2.0"
25362536
cssesc "^3.0.0"
25372537
icss-utils "^5.1.0"
25382538
loader-utils "^2.0.0"
2539-
postcss "^8.2.4"
2539+
postcss "^8.2.6"
25402540
postcss-modules-extract-imports "^3.0.0"
25412541
postcss-modules-local-by-default "^4.0.0"
25422542
postcss-modules-scope "^3.0.0"
@@ -5996,10 +5996,10 @@ postcss-value-parser@^4.1.0:
59965996
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
59975997
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
59985998

5999-
postcss@^8.2.4:
6000-
version "8.2.5"
6001-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.5.tgz#3c75149ada4e93db9521913654c0144517f77c9a"
6002-
integrity sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==
5999+
postcss@^8.2.6:
6000+
version "8.2.6"
6001+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
6002+
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==
60036003
dependencies:
60046004
colorette "^1.2.1"
60056005
nanoid "^3.1.20"

0 commit comments

Comments
 (0)