Skip to content

Commit be0c9f8

Browse files
fix: update postcss-selector-parser (#63)
1 parent 0fea4e6 commit be0c9f8

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/css-modules/postcss-modules-scope",
3838
"dependencies": {
39-
"postcss-selector-parser": "^6.0.4"
39+
"postcss-selector-parser": "^7.0.0"
4040
},
4141
"devDependencies": {
4242
"coveralls": "^3.1.0",

yarn.lock

+4-16
Original file line numberDiff line numberDiff line change
@@ -1908,11 +1908,6 @@ indent-string@^4.0.0:
19081908
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
19091909
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
19101910

1911-
indexes-of@^1.0.1:
1912-
version "1.0.1"
1913-
resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
1914-
integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc=
1915-
19161911
inflight@^1.0.4:
19171912
version "1.0.6"
19181913
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -3174,14 +3169,12 @@ posix-character-classes@^0.1.0:
31743169
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
31753170
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
31763171

3177-
postcss-selector-parser@^6.0.4:
3178-
version "6.0.4"
3179-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz#56075a1380a04604c38b063ea7767a129af5c2b3"
3180-
integrity sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==
3172+
postcss-selector-parser@^7.0.0:
3173+
version "7.0.0"
3174+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz#41bd8b56f177c093ca49435f65731befe25d6b9c"
3175+
integrity sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==
31813176
dependencies:
31823177
cssesc "^3.0.0"
3183-
indexes-of "^1.0.1"
3184-
uniq "^1.0.1"
31853178
util-deprecate "^1.0.2"
31863179

31873180
postcss@^8.3.0:
@@ -4005,11 +3998,6 @@ union-value@^1.0.0:
40053998
is-extendable "^0.1.1"
40063999
set-value "^2.0.1"
40074000

4008-
uniq@^1.0.1:
4009-
version "1.0.1"
4010-
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
4011-
integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=
4012-
40134001
unset-value@^1.0.0:
40144002
version "1.0.0"
40154003
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"

0 commit comments

Comments
 (0)