fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
nextcloud-command 2024-08-04 03:05:13 +00:00 committed by Kate
parent cecd2a9ca9
commit 41a2c44349

7
package-lock.json generated
View File

@ -5630,9 +5630,9 @@
"peer": true "peer": true
}, },
"node_modules/fast-xml-parser": { "node_modules/fast-xml-parser": {
"version": "4.3.6", "version": "4.4.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
"integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -5644,6 +5644,7 @@
"url": "https://paypal.me/naturalintelligence" "url": "https://paypal.me/naturalintelligence"
} }
], ],
"license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"strnum": "^1.0.5" "strnum": "^1.0.5"