diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-06-14 12:16:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 12:16:26 +0000 |
commit | 3ab1b05895a36f453cd449620337a2d31647d5ea (patch) | |
tree | 982c7d307cbbb115356c925df56a046fa31fdb39 /package-lock.json | |
parent | e4927cd91573de058845bdf2dceedc922f7ca885 (diff) | |
download | nextcloud-server-3ab1b05895a36f453cd449620337a2d31647d5ea.tar.gz nextcloud-server-3ab1b05895a36f453cd449620337a2d31647d5ea.zip |
chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index c64224fb344..ad8f605141f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10809,7 +10809,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.2.2", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz", + "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==", "funding": [ { "type": "paypal", @@ -10820,7 +10822,6 @@ "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, @@ -23578,9 +23579,9 @@ } }, "node_modules/webdav": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.0.0.tgz", - "integrity": "sha512-6uSa4TN74r0WrZK7ILA3Y+rTGc5/evzOpXOmC5DDqaDmb5oBaG3C44FL44FzyaxdGFqsR/BkC8A50RthT5APXQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.1.0.tgz", + "integrity": "sha512-66OP2/PkVe3tkVy5wO/XsGebKuWhn2ebywA7a11ViHNls8Y6pgop6hU9j7god+GbZv/zVQeTs9w3ZS7JhHhE7g==", "dependencies": { "@buttercup/fetch": "^0.1.1", "base-64": "^1.0.0", @@ -31492,7 +31493,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.2.2", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz", + "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==", "requires": { "strnum": "^1.0.5" } @@ -39665,9 +39668,9 @@ "optional": true }, "webdav": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.0.0.tgz", - "integrity": "sha512-6uSa4TN74r0WrZK7ILA3Y+rTGc5/evzOpXOmC5DDqaDmb5oBaG3C44FL44FzyaxdGFqsR/BkC8A50RthT5APXQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.1.0.tgz", + "integrity": "sha512-66OP2/PkVe3tkVy5wO/XsGebKuWhn2ebywA7a11ViHNls8Y6pgop6hU9j7god+GbZv/zVQeTs9w3ZS7JhHhE7g==", "requires": { "@buttercup/fetch": "^0.1.1", "base-64": "^1.0.0", |