summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-01-24 13:22:52 +0100
committerGitHub <noreply@github.com>2023-01-24 13:22:52 +0100
commit9354ec21abf612e27dee6c8304a9b4ab47d79bbc (patch)
treea54d2a1e41d53f1def1fe8bdfd6bbd2bd9620270
parente9253b41c5c3b09eeea4da0139cd085d7b300b12 (diff)
parent28b967b1852f38994161cb86f4dd77b78a966fb7 (diff)
Merge pull request #3196 from nextcloud/dependarichard/npm_and_yarn/mattkrick/sanitize-svg-0.4.0-stable5.0
[stable5.0] chore(deps): bump @mattkrick/sanitize-svg from 0.3.1 to 0.4.0
-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 470138eb..f55c6ed2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "5.0.2",
"license": "agpl",
"dependencies": {
- "@mattkrick/sanitize-svg": "^0.3.1",
+ "@mattkrick/sanitize-svg": "^0.4.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/capabilities": "^1.0.4",
@@ -2663,8 +2663,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"
},
@@ -18239,8 +18240,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 b29e528e..953a0049 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": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/capabilities": "^1.0.4",