From 8993f5fb514f7085a553d3fe6a9978c683bad41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:00:46 +0000 Subject: [PATCH] chore(deps): Bump webdav from 5.3.1 to 5.3.2 Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.3.1 to 5.3.2. - [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: webdav dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d22f1bd1..a1e15fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", "is-svg": "^5.0.0", - "webdav": "^5.3.1" + "webdav": "^5.3.2" }, "devDependencies": { "@nextcloud/eslint-config": "^8.3.0", @@ -12509,9 +12509,9 @@ } }, "node_modules/webdav": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.1.tgz", - "integrity": "sha512-wzZdTHtMuSIXqHGBznc8FM2L94Mc/17Tbn9ppoMybRO0bjWOSIeScdVXWX5qqHsg00EjfiOcwMqGFx6ghIhccQ==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.2.tgz", + "integrity": "sha512-wfUh68rccDcH1A9W5gdcAflBm0EOeXrX3LwKbdDLWR0SDFE5QTPfLXPkDit+zGC0tRihCD9qzPfIVEUFoc7MwA==", "dependencies": { "@buttercup/fetch": "^0.1.1", "base-64": "^1.0.0", diff --git a/package.json b/package.json index 40ce351e..5a73a693 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,6 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", "is-svg": "^5.0.0", - "webdav": "^5.3.1" + "webdav": "^5.3.2" } }