From 09e0c42264e1f571798753eb7fcb0d85428397a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:02:54 +0000 Subject: [PATCH] Bump is-svg from 3.0.0 to 4.3.0 Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 3.0.0 to 4.3.0. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v3.0.0...v4.3.0) --- updated-dependencies: - dependency-name: is-svg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eacce92..bfe0fe8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "imagemin-optipng": "8.0.0", "imagemin-svgo": "9.0.0", "is-json": "2.0.1", - "is-svg": "3.0.0", + "is-svg": "4.3.0", "md5": "2.3.0", "meow": "5.0.0", "parse-color": "1.0.0",