From 431c0b620ad30beb3193f9761fe7dcda6e36d6af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:55:03 +0000 Subject: [PATCH] fix(deps): update dependency is-svg to v5 --- package-lock.json | 38 +++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index caa13b5ed8..a7dd0d2985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "image-type": "4.1.0", "ini": "5.0.0", "is-animated": "2.0.2", - "is-svg": "4.3.2", + "is-svg": "5.1.0", "jimp": "0.22.12", "joplin-turndown-plugin-gfm": "1.0.12", "jquery": "3.7.1", @@ -8834,18 +8834,25 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", + "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + } + ], + "license": "MIT", "dependencies": { - "strnum": "^1.0.4" + "strnum": "^1.0.5" }, "bin": { - "xml2js": "cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" + "fxparser": "src/cli/cli.js" } }, "node_modules/fastest-levenshtein": { @@ -11008,14 +11015,15 @@ } }, "node_modules/is-svg": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.3.2.tgz", - "integrity": "sha512-mM90duy00JGMyjqIVHu9gNTjywdZV+8qNasX8cm/EEYZ53PHDgajvbBwNVvty5dwSAxLUD3p3bdo+7sR/UMrpw==", + "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": "^3.19.0" + "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 ed35922cc2..46ec6489d9 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "image-type": "4.1.0", "ini": "5.0.0", "is-animated": "2.0.2", - "is-svg": "4.3.2", + "is-svg": "5.1.0", "jimp": "0.22.12", "joplin-turndown-plugin-gfm": "1.0.12", "jquery": "3.7.1",