Skip to content

Commit f469a5d

Browse files
Build(deps): Bump postcss-values-parser from 2.0.1 to 4.0.0
Bumps [postcss-values-parser](https://github.com/shellscape/postcss-values-parser) from 2.0.1 to 4.0.0. - [Release notes](https://github.com/shellscape/postcss-values-parser/releases) - [Commits](shellscape/postcss-values-parser@v2.0.1...v4.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42b80d5 commit f469a5d

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"postcss-media-query-parser": "0.2.3",
7676
"postcss-scss": "2.1.1",
7777
"postcss-selector-parser": "2.2.3",
78-
"postcss-values-parser": "2.0.1",
78+
"postcss-values-parser": "4.0.0",
7979
"regexp-util": "1.2.2",
8080
"remark-footnotes": "2.0.0",
8181
"remark-math": "3.0.1",

yarn.lock

+14-9
Original file line numberDiff line numberDiff line change
@@ -2363,7 +2363,7 @@ [email protected]:
23632363
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
23642364
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
23652365

2366-
color-name@~1.1.4:
2366+
color-name@^1.1.4, color-name@~1.1.4:
23672367
version "1.1.4"
23682368
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
23692369
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
@@ -3992,6 +3992,11 @@ is-typedarray@^1.0.0:
39923992
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
39933993
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
39943994

3995+
is-url-superb@^4.0.0:
3996+
version "4.0.0"
3997+
resolved "https://registry.yarnpkg.com/is-url-superb/-/is-url-superb-4.0.0.tgz#b54d1d2499bb16792748ac967aa3ecb41a33a8c2"
3998+
integrity sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==
3999+
39954000
is-weakref@^1.0.1:
39964001
version "1.0.2"
39974002
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
@@ -5477,16 +5482,16 @@ [email protected]:
54775482
indexes-of "^1.0.1"
54785483
uniq "^1.0.1"
54795484

5480-
postcss-values-parser@2.0.1:
5481-
version "2.0.1"
5482-
resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz#da8b472d901da1e205b47bdc98637b9e9e550e5f"
5483-
integrity sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==
5485+
postcss-values-parser@4.0.0:
5486+
version "4.0.0"
5487+
resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-4.0.0.tgz#3b4625e649279613f52842f1c81f2064321beec7"
5488+
integrity sha512-R9x2D87FcbhwXUmoCXJR85M1BLII5suXRuXibGYyBJ7lVDEpRIdKZh4+8q5S+/+A4m0IoG1U5tFw39asyhX/Hw==
54845489
dependencies:
5485-
flatten "^1.0.2"
5486-
indexes-of "^1.0.1"
5487-
uniq "^1.0.1"
5490+
color-name "^1.1.4"
5491+
is-url-superb "^4.0.0"
5492+
postcss "^7.0.5"
54885493

5489-
postcss@^7.0.14, postcss@^7.0.6:
5494+
postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
54905495
version "7.0.39"
54915496
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
54925497
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==

0 commit comments

Comments
 (0)