aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-14 09:33:21 +0000
committerGitHub <noreply@github.com>2024-08-14 09:33:21 +0000
commita7eb156130e0063a9d34252f976d377e322e056e (patch)
tree60b53f49db75160abc6fdafc88b38ab07ff00730
parenteffbc4475699bee689cc4cfad9bf06db06cc6be7 (diff)
downloadnextcloud-server-a7eb156130e0063a9d34252f976d377e322e056e.tar.gz
nextcloud-server-a7eb156130e0063a9d34252f976d377e322e056e.zip
chore(deps): bump is-svg from 5.0.1 to 5.1.0
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: is-svg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json11
-rw-r--r--package.json2
2 files changed, 6 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index a8e0fe26193..dc59703d7c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -49,7 +49,7 @@
"escape-html": "^1.0.3",
"focus-trap": "^7.5.4",
"handlebars": "^4.7.7",
- "is-svg": "^5.0.1",
+ "is-svg": "^5.1.0",
"jquery": "~3.7",
"jquery-ui": "^1.13.3",
"jquery-ui-dist": "^1.13.3",
@@ -16366,12 +16366,11 @@
}
},
"node_modules/is-svg": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.1.tgz",
- "integrity": "sha512-mLYxDsfisQWdS4+gSblAwhATDoNMS/tx8G7BKA+aBIf7F0m1iUwMvuKAo6mW4WMleQAEE50I1Zqef9yMMfHk3w==",
- "license": "MIT",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.1.0.tgz",
+ "integrity": "sha512-uVg5yifaTxHoefNf5Jcx+i9RZe2OBYd/UStp1umx+EERa4xGRa3LLGXjoEph43qUORC0qkafUgrXZ6zzK89yGA==",
"dependencies": {
- "fast-xml-parser": "^4.1.3"
+ "fast-xml-parser": "^4.4.1"
},
"engines": {
"node": ">=14.16"
diff --git a/package.json b/package.json
index 191e054fddd..0844983f823 100644
--- a/package.json
+++ b/package.json
@@ -77,7 +77,7 @@
"escape-html": "^1.0.3",
"focus-trap": "^7.5.4",
"handlebars": "^4.7.7",
- "is-svg": "^5.0.1",
+ "is-svg": "^5.1.0",
"jquery": "~3.7",
"jquery-ui": "^1.13.3",
"jquery-ui-dist": "^1.13.3",