aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-11-14 10:32:12 +0100
committerskjnldsv <skjnldsv@protonmail.com>2024-11-14 10:32:12 +0100
commitd654cf7b5b71b279123f3dfd162c47aab2454cc0 (patch)
treeecef1f8d7a2d17c2f7ceba0272fac6a42d453b92 /package-lock.json
parentdfa7e7edea66c37a7b33965ad9e93648d44243b0 (diff)
downloadnextcloud-server-d654cf7b5b71b279123f3dfd162c47aab2454cc0.tar.gz
nextcloud-server-d654cf7b5b71b279123f3dfd162c47aab2454cc0.zip
chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`chore/drop-skjnldsv/sanitize-svg
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/package-lock.json b/package-lock.json
index 3d1cdca9f34..4364f51d590 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,6 @@
"@nextcloud/upload": "^1.7.0",
"@nextcloud/vue": "^8.17.1",
"@simplewebauthn/browser": "^10.0.0",
- "@skjnldsv/sanitize-svg": "^1.0.2",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.0.1",
"@vueuse/integrations": "^11.1.0",
@@ -4991,34 +4990,6 @@
"dev": true,
"license": "(Unlicense OR Apache-2.0)"
},
- "node_modules/@skjnldsv/sanitize-svg": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/@skjnldsv/sanitize-svg/-/sanitize-svg-1.0.2.tgz",
- "integrity": "sha512-blfdQZ9jr4K9IOhifF0FVhKf9LCFH0L8wWR/vEgdA53q8DGNEbjUGMNo4VU1QugglaoQdFy65O2abODRFflsSg==",
- "license": "MIT",
- "dependencies": {
- "is-svg": "^4.3.2"
- },
- "engines": {
- "node": "^14.0.0",
- "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==",
- "license": "MIT",
- "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.2",
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",