From 99cb751cab0654ba42b48aed4ed70458c7107442 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:07:27 +0000 Subject: [PATCH] fix(deps): update dependency is-svg to v5 --- package-lock.json | 19 +++++++++++++------ package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 129acdda6..feadd0965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "image-type": "4.1.0", "ini": "5.0.0", "is-animated": "2.0.2", - "is-svg": "4.4.0", + "is-svg": "5.1.0", "jimp": "1.6.0", "joplin-turndown-plugin-gfm": "1.0.12", "jquery": "3.7.1", @@ -8189,6 +8189,13 @@ "undici-types": "~6.19.2" } }, + "node_modules/electron/node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" + }, "node_modules/elkjs": { "version": "0.9.3", "resolved": "https://registry.npmjs.org/elkjs/-/elkjs-0.9.3.tgz", @@ -11357,15 +11364,15 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.1.0.tgz", + "integrity": "sha512-uVg5yifaTxHoefNf5Jcx+i9RZe2OBYd/UStp1umx+EERa4xGRa3LLGXjoEph43qUORC0qkafUgrXZ6zzK89yGA==", "license": "MIT", "dependencies": { - "fast-xml-parser": "^4.1.3" + "fast-xml-parser": "^4.4.1" }, "engines": { - "node": ">=6" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 089fc3459..ed198ea7f 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "image-type": "4.1.0", "ini": "5.0.0", "is-animated": "2.0.2", - "is-svg": "4.4.0", + "is-svg": "5.1.0", "jimp": "1.6.0", "joplin-turndown-plugin-gfm": "1.0.12", "jquery": "3.7.1",