Skip to content

Commit b6a253e

Browse files
[Security] Bump is-svg from 4.2.1 to 4.3.1
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.1 to 4.3.1. **This update includes a security fix.** - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](sindresorhus/is-svg@v4.2.1...v4.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4f94065 commit b6a253e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3804,6 +3804,11 @@ fast-levenshtein@^2.0.6:
38043804
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
38053805
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
38063806

3807+
fast-xml-parser@^3.19.0:
3808+
version "3.19.0"
3809+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz#cb637ec3f3999f51406dd8ff0e6fc4d83e520d01"
3810+
integrity sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==
3811+
38073812
fastest-levenshtein@^1.0.12:
38083813
version "1.0.12"
38093814
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz#9990f7d3a88cc5a9ffd1f1745745251700d497e2"
@@ -4509,11 +4514,6 @@ hpack.js@^2.1.6:
45094514
readable-stream "^2.0.1"
45104515
wbuf "^1.1.0"
45114516

4512-
html-comment-regex@^1.1.2:
4513-
version "1.1.2"
4514-
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
4515-
integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
4516-
45174517
html-entities@^1.3.1:
45184518
version "1.4.0"
45194519
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc"
@@ -5203,11 +5203,11 @@ is-string@^1.0.5:
52035203
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
52045204

52055205
is-svg@^4.2.1:
5206-
version "4.2.1"
5207-
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-4.2.1.tgz#095b496e345fec9211c2a7d5d021003e040d6f81"
5208-
integrity sha512-PHx3ANecKsKNl5y5+Jvt53Y4J7MfMpbNZkv384QNiswMKAWIbvcqbPz+sYbFKJI8Xv3be01GSFniPmoaP+Ai5A==
5206+
version "4.3.1"
5207+
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-4.3.1.tgz#8c63ec8c67c8c7f0a8de0a71c8c7d58eccf4406b"
5208+
integrity sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA==
52095209
dependencies:
5210-
html-comment-regex "^1.1.2"
5210+
fast-xml-parser "^3.19.0"
52115211

52125212
is-symbol@^1.0.2:
52135213
version "1.0.3"

0 commit comments

Comments
 (0)