Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit cb63b9c

Browse files
Bump css-loader from 5.1.1 to 5.1.2 (#191)
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-contrib/css-loader@v5.1.1...v5.1.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d426451 commit cb63b9c

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"babel-preset-env": ">=1.6.0",
3434
"babel-preset-stage-3": ">=6.24.1",
3535
"cross-env": ">=7.0.3",
36-
"css-loader": ">=5.1.1",
36+
"css-loader": ">=5.1.2",
3737
"file-loader": ">=6.2.0",
3838
"vue-loader": ">=15.9.6",
3939
"vue-template-compiler": ">=2.6.12",

yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,11 @@ colorette@^1.2.1:
19651965
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
19661966
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
19671967

1968+
colorette@^1.2.2:
1969+
version "1.2.2"
1970+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
1971+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
1972+
19681973
colors@^1.2.1:
19691974
version "1.4.0"
19701975
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
@@ -2201,16 +2206,16 @@ crypto-random-string@^2.0.0:
22012206
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
22022207
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
22032208

2204-
css-loader@>=5.1.1:
2205-
version "5.1.1"
2206-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.1.1.tgz#9362d444a0f7c08c148a109596715c904e252879"
2207-
integrity sha512-5FfhpjwtuRgxqmusDidowqmLlcb+1HgnEDMsi2JhiUrZUcoc+cqw+mUtMIF/+OfeMYaaFCLYp1TaIt9H6I/fKA==
2209+
css-loader@>=5.1.2:
2210+
version "5.1.2"
2211+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.1.2.tgz#b93dba498ec948b543b49d4fab5017205d4f5c3e"
2212+
integrity sha512-T7vTXHSx0KrVEg/xjcl7G01RcVXpcw4OELwDPvkr7izQNny85A84dK3dqrczuEfBcu7Yg7mdTjJLSTibRUoRZg==
22082213
dependencies:
22092214
camelcase "^6.2.0"
22102215
cssesc "^3.0.0"
22112216
icss-utils "^5.1.0"
22122217
loader-utils "^2.0.0"
2213-
postcss "^8.2.6"
2218+
postcss "^8.2.8"
22142219
postcss-modules-extract-imports "^3.0.0"
22152220
postcss-modules-local-by-default "^4.0.0"
22162221
postcss-modules-scope "^3.0.0"
@@ -5782,12 +5787,12 @@ postcss@^7.0.14:
57825787
source-map "^0.6.1"
57835788
supports-color "^6.1.0"
57845789

5785-
postcss@^8.2.6:
5786-
version "8.2.6"
5787-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
5788-
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==
5790+
postcss@^8.2.8:
5791+
version "8.2.8"
5792+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
5793+
integrity sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==
57895794
dependencies:
5790-
colorette "^1.2.1"
5795+
colorette "^1.2.2"
57915796
nanoid "^3.1.20"
57925797
source-map "^0.6.1"
57935798

0 commit comments

Comments
 (0)