summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-01-24 13:53:55 +0100
committerGitHub <noreply@github.com>2023-01-24 13:53:55 +0100
commitadbbc235b54e8cf7061207c9d7dddebc0b719fab (patch)
treef54d7b0aa8ca2612b1e415fa13168ece53c6ae8a
parent7615bd51f62b669b0b1fb161b184959c43a417a2 (diff)
parent98e86e3f53094b0017b5aa55d8c041e063d38db5 (diff)
Merge pull request #3197 from nextcloud/dependarichard/npm_and_yarn/mattkrick/sanitize-svg-0.4.0-stable4.2
[stable4.2] 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 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",