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",