Merge pull request #47225 from nextcloud/dependabot/npm_and_yarn/is-svg-5.1.0

This commit is contained in:
dependabot[bot] 2024-08-14 12:35:06 +00:00 committed by GitHub
commit 0f10cabf2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -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"

View file

@ -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",