From 4149050eb0b635118dbf712d47117248823c593f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:27:59 +0000 Subject: [PATCH] build(deps): bump is-svg from 4.4.0 to 5.0.1 Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.4.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.4.0...v5.0.1) --- updated-dependencies: - dependency-name: is-svg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc07a9753..04cd5854f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "helmet": "^4.6.0", "hot-shots": "^10.0.0", "http-errors": "~1.8.0", - "is-svg": "^4.4.0", + "is-svg": "^5.0.1", "isomorphic-dompurify": "^0.27.0", "isomorphic-git": "^1.25.10", "joi": "^17.13.1", @@ -11182,14 +11182,14 @@ } }, "node_modules/is-svg": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.4.0.tgz", - "integrity": "sha512-v+AgVwiK5DsGtT9ng+m4mClp6zDAmwrW8nZi6Gg15qzvBnRWWdfWA1TGaXyCDnWq5g5asofIgMVl3PjKxvk1ug==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.1.tgz", + "integrity": "sha512-mLYxDsfisQWdS4+gSblAwhATDoNMS/tx8G7BKA+aBIf7F0m1iUwMvuKAo6mW4WMleQAEE50I1Zqef9yMMfHk3w==", "dependencies": { "fast-xml-parser": "^4.1.3" }, "engines": { - "node": ">=6" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index fcad6f3f3..c06c1d8ef 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "helmet": "^4.6.0", "hot-shots": "^10.0.0", "http-errors": "~1.8.0", - "is-svg": "^4.4.0", + "is-svg": "^5.0.1", "isomorphic-dompurify": "^0.27.0", "isomorphic-git": "^1.25.10", "joi": "^17.13.1",