From 74ae391099957e507befe6f55aba0e651abd844c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:08:43 +0000 Subject: [PATCH] Bump the npm_and_yarn group group with 1 update Bumps the npm_and_yarn group group with 1 update: [is-svg](https://github.com/sindresorhus/is-svg). Updates `is-svg` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: is-svg dependency-type: direct:production dependency-group: npm_and_yarn-security-group ... 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 940c5e8..119d08f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "html-entities": "^2.3.2", "html-to-text": "^7.1.1", "image-size": "^1.0.0", - "is-svg": "^4.3.1", + "is-svg": "^5.0.0", "jszip": "^3.6.0", "match-words": "^1.0.0", "mithril": "^1.1.6", @@ -9119,14 +9119,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.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.0.tgz", + "integrity": "sha512-sRl7J0oX9yUNamSdc8cwgzh9KBLnQXNzGmW0RVHwg/jEYjGNYHC6UvnYD8+hAeut9WwxRvhG9biK7g/wDGxcMw==", "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 c2aabc2..aa058a3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "html-entities": "^2.3.2", "html-to-text": "^7.1.1", "image-size": "^1.0.0", - "is-svg": "^4.3.1", + "is-svg": "^5.0.0", "jszip": "^3.6.0", "match-words": "^1.0.0", "mithril": "^1.1.6",