Skip to content

Commit ac8e9bb

Browse files
Bump is-svg and postcss-svgo
Removes [is-svg](https://github.com/sindresorhus/is-svg). It's no longer used after updating ancestor dependency [postcss-svgo](https://github.com/cssnano/cssnano). These dependencies need to be updated together. Removes `is-svg` Updates `postcss-svgo` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](cssnano/cssnano@4.0.2...4.0.3) --- updated-dependencies: - dependency-name: is-svg dependency-type: indirect - dependency-name: postcss-svgo dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3103b47 commit ac8e9bb

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

package-lock.json

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3033,11 +3033,6 @@ hsla-regex@^1.0.0:
30333033
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
30343034
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
30353035

3036-
html-comment-regex@^1.1.0:
3037-
version "1.1.2"
3038-
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
3039-
integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
3040-
30413036
html-entities@^2.1.0:
30423037
version "2.3.3"
30433038
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46"
@@ -3392,13 +3387,6 @@ is-stream@^1.1.0:
33923387
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
33933388
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
33943389

3395-
is-svg@^3.0.0:
3396-
version "3.0.0"
3397-
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
3398-
integrity sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==
3399-
dependencies:
3400-
html-comment-regex "^1.1.0"
3401-
34023390
is-symbol@^1.0.2:
34033391
version "1.0.3"
34043392
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
@@ -4618,11 +4606,10 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
46184606
uniq "^1.0.1"
46194607

46204608
postcss-svgo@^4.0.2:
4621-
version "4.0.2"
4622-
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258"
4623-
integrity sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==
4609+
version "4.0.3"
4610+
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e"
4611+
integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==
46244612
dependencies:
4625-
is-svg "^3.0.0"
46264613
postcss "^7.0.0"
46274614
postcss-value-parser "^3.0.0"
46284615
svgo "^1.0.0"

0 commit comments

Comments
 (0)