diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-22 03:19:36 +0000 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-22 11:50:15 +0200 |
commit | a0630bd8988c5947a1513f78481984d392d28ad0 (patch) | |
tree | 700252895ef7fb55a34afd78a72451951b5cf9f3 | |
parent | dc9c3d6b2bf322cf39406ac90dadd1fbfd16d52d (diff) | |
download | nextcloud-server-a0630bd8988c5947a1513f78481984d392d28ad0.tar.gz nextcloud-server-a0630bd8988c5947a1513f78481984d392d28ad0.zip |
bump is-svg from 4.4.0 to 5.0.0
---
updated-dependencies:
- dependency-name: is-svg
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 40 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 33 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 7f0cb6dd678..1a3ba972508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", - "is-svg": "^4.3.2", + "is-svg": "^5.0.0", "jquery": "~3.6", "jquery-migrate": "~3.4", "jquery-ui": "^1.13.2", @@ -4560,6 +4560,20 @@ "npm": "^7.0.0" } }, + "node_modules/@skjnldsv/sanitize-svg/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==", + "dependencies": { + "fast-xml-parser": "^4.1.3" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@socket.io/component-emitter": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", @@ -13712,14 +13726,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" @@ -29602,6 +29616,16 @@ "integrity": "sha512-blfdQZ9jr4K9IOhifF0FVhKf9LCFH0L8wWR/vEgdA53q8DGNEbjUGMNo4VU1QugglaoQdFy65O2abODRFflsSg==", "requires": { "is-svg": "^4.3.2" + }, + "dependencies": { + "is-svg": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.4.0.tgz", + "integrity": "sha512-v+AgVwiK5DsGtT9ng+m4mClp6zDAmwrW8nZi6Gg15qzvBnRWWdfWA1TGaXyCDnWq5g5asofIgMVl3PjKxvk1ug==", + "requires": { + "fast-xml-parser": "^4.1.3" + } + } } }, "@socket.io/component-emitter": { @@ -36652,9 +36676,9 @@ } }, "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==", "requires": { "fast-xml-parser": "^4.1.3" } diff --git a/package.json b/package.json index 08da6bedbfd..2c2ecc58a76 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", - "is-svg": "^4.3.2", + "is-svg": "^5.0.0", "jquery": "~3.6", "jquery-migrate": "~3.4", "jquery-ui": "^1.13.2", |