mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #47225 from nextcloud/dependabot/npm_and_yarn/is-svg-5.1.0
This commit is contained in:
commit
0f10cabf2a
2 changed files with 6 additions and 7 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue