Skip to content

Commit 3263c10

Browse files
Bump css-loader from 5.1.1 to 5.1.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.1.1 to 5.1.2. - [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.1.1...v5.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4765478 commit 3263c10

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
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.17.0",
3434
"@typescript-eslint/parser": "4.17.0",
3535
"clean-webpack-plugin": "3.0.0",
36-
"css-loader": "5.1.1",
36+
"css-loader": "5.1.2",
3737
"eslint": "7.21.0",
3838
"eslint-config-prettier": "8.1.0",
3939
"eslint-plugin-prefer-arrow": "1.2.3",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,6 +2359,11 @@ colorette@^1.2.1:
23592359
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
23602360
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
23612361

2362+
colorette@^1.2.2:
2363+
version "1.2.2"
2364+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
2365+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
2366+
23622367
combined-stream@^1.0.6, combined-stream@~1.0.6:
23632368
version "1.0.8"
23642369
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -2523,16 +2528,16 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
25232528
shebang-command "^2.0.0"
25242529
which "^2.0.1"
25252530

2526-
2527-
version "5.1.1"
2528-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.1.1.tgz#9362d444a0f7c08c148a109596715c904e252879"
2529-
integrity sha512-5FfhpjwtuRgxqmusDidowqmLlcb+1HgnEDMsi2JhiUrZUcoc+cqw+mUtMIF/+OfeMYaaFCLYp1TaIt9H6I/fKA==
2531+
2532+
version "5.1.2"
2533+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.1.2.tgz#b93dba498ec948b543b49d4fab5017205d4f5c3e"
2534+
integrity sha512-T7vTXHSx0KrVEg/xjcl7G01RcVXpcw4OELwDPvkr7izQNny85A84dK3dqrczuEfBcu7Yg7mdTjJLSTibRUoRZg==
25302535
dependencies:
25312536
camelcase "^6.2.0"
25322537
cssesc "^3.0.0"
25332538
icss-utils "^5.1.0"
25342539
loader-utils "^2.0.0"
2535-
postcss "^8.2.6"
2540+
postcss "^8.2.8"
25362541
postcss-modules-extract-imports "^3.0.0"
25372542
postcss-modules-local-by-default "^4.0.0"
25382543
postcss-modules-scope "^3.0.0"
@@ -6002,12 +6007,12 @@ postcss-value-parser@^4.1.0:
60026007
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
60036008
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
60046009

6005-
postcss@^8.2.6:
6006-
version "8.2.6"
6007-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
6008-
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==
6010+
postcss@^8.2.8:
6011+
version "8.2.8"
6012+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
6013+
integrity sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==
60096014
dependencies:
6010-
colorette "^1.2.1"
6015+
colorette "^1.2.2"
60116016
nanoid "^3.1.20"
60126017
source-map "^0.6.1"
60136018

0 commit comments

Comments
 (0)