summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 8 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 1437ab21..d1ba1078 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "4.2.3",
"license": "agpl",
"dependencies": {
- "@mattkrick/sanitize-svg": "^0.3.1",
+ "@mattkrick/sanitize-svg": "^0.4.0",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0",
"@nextcloud/capabilities": "^1.0.4",
@@ -2484,8 +2484,9 @@
"peer": true
},
"node_modules/@mattkrick/sanitize-svg": {
- "version": "0.3.1",
- "integrity": "sha512-wbIv43EBkzMlYcfv2+SrLVfgpzEp8axjOFD1TGOwHuS1I60GQplzx8fduWWHGNpgt/1QlrI95vNXFRSZM2oWtA==",
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/@mattkrick/sanitize-svg/-/sanitize-svg-0.4.0.tgz",
+ "integrity": "sha512-TnPI97WVAxo8SQcPy8aV3OF9/2WjXB5/+pRNVudIWR7Bhi5ZjtR/ur162So08GkvsvB914AXCW2sxFh1x6KhHA==",
"engines": {
"node": ">=6.0.0"
},
@@ -17740,8 +17741,9 @@
"peer": true
},
"@mattkrick/sanitize-svg": {
- "version": "0.3.1",
- "integrity": "sha512-wbIv43EBkzMlYcfv2+SrLVfgpzEp8axjOFD1TGOwHuS1I60GQplzx8fduWWHGNpgt/1QlrI95vNXFRSZM2oWtA==",
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/@mattkrick/sanitize-svg/-/sanitize-svg-0.4.0.tgz",
+ "integrity": "sha512-TnPI97WVAxo8SQcPy8aV3OF9/2WjXB5/+pRNVudIWR7Bhi5ZjtR/ur162So08GkvsvB914AXCW2sxFh1x6KhHA==",
"requires": {}
},
"@nextcloud/auth": {
diff --git a/package.json b/package.json
index cc7717d4..f0561513 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
- "@mattkrick/sanitize-svg": "^0.3.1",
+ "@mattkrick/sanitize-svg": "^0.4.0",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0",
"@nextcloud/capabilities": "^1.0.4",