From f6fac796b00865336e12f747f4b9d818b8e7ccac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 02:01:41 +0000 Subject: [PATCH] Bump webdav from 4.11.0 to 4.11.2 Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.11.0 to 4.11.2. - [Release notes](https://github.com/perry-mitchell/webdav-client/releases) - [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.11.0...v4.11.2) --- updated-dependencies: - dependency-name: webdav dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index d084b7d91..a296d62f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "vue-virtual-grid": "^2.5.0", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^4.11.0" + "webdav": "^4.11.2" }, "devDependencies": { "@cypress/browserify-preprocessor": "^3.0.2", @@ -10459,9 +10459,9 @@ } }, "node_modules/hot-patcher": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hot-patcher/-/hot-patcher-0.5.0.tgz", - "integrity": "sha512-2Uu2W0s8+dnqXzdlg0MRsRzPoDCs1wVjOGSyMRRaMzLDX4bgHw6xDYKccsWafXPPxQpkQfEjgW6+17pwcg60bw==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hot-patcher/-/hot-patcher-1.0.0.tgz", + "integrity": "sha512-3H8VH0PreeNsKMZw16nTHbUp4YoHCnPlawpsPXGJUR4qENDynl79b6Xk9CIFvLcH1qungBsCuzKcWyzoPPalTw==" }, "node_modules/hpack.js": { "version": "2.1.6", @@ -19148,16 +19148,16 @@ } }, "node_modules/webdav": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.11.0.tgz", - "integrity": "sha512-vQ2EFL8cef9F/Nvua1NPcw3z9CWAnnc22mn+sym72W2WFW4Q7doTIhItRzxpgU+tUCc3V10VB0I+eBdgU5wKTQ==", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.11.2.tgz", + "integrity": "sha512-Ht9TPD5EB7gYW0YmhRcE5NW0/dn/HQfyLSPQY1Rw1coQ5MQTUooAQ9Bpqt4EU7QLw0b95tX4cU59R+SIojs9KQ==", "dependencies": { "axios": "^0.27.2", "base-64": "^1.0.0", "byte-length": "^1.0.2", "fast-xml-parser": "^3.19.0", "he": "^1.2.0", - "hot-patcher": "^0.5.0", + "hot-patcher": "^1.0.0", "layerr": "^0.1.2", "md5": "^2.3.0", "minimatch": "^5.1.0", @@ -28226,9 +28226,9 @@ } }, "hot-patcher": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hot-patcher/-/hot-patcher-0.5.0.tgz", - "integrity": "sha512-2Uu2W0s8+dnqXzdlg0MRsRzPoDCs1wVjOGSyMRRaMzLDX4bgHw6xDYKccsWafXPPxQpkQfEjgW6+17pwcg60bw==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hot-patcher/-/hot-patcher-1.0.0.tgz", + "integrity": "sha512-3H8VH0PreeNsKMZw16nTHbUp4YoHCnPlawpsPXGJUR4qENDynl79b6Xk9CIFvLcH1qungBsCuzKcWyzoPPalTw==" }, "hpack.js": { "version": "2.1.6", @@ -34920,16 +34920,16 @@ } }, "webdav": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.11.0.tgz", - "integrity": "sha512-vQ2EFL8cef9F/Nvua1NPcw3z9CWAnnc22mn+sym72W2WFW4Q7doTIhItRzxpgU+tUCc3V10VB0I+eBdgU5wKTQ==", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.11.2.tgz", + "integrity": "sha512-Ht9TPD5EB7gYW0YmhRcE5NW0/dn/HQfyLSPQY1Rw1coQ5MQTUooAQ9Bpqt4EU7QLw0b95tX4cU59R+SIojs9KQ==", "requires": { "axios": "^0.27.2", "base-64": "^1.0.0", "byte-length": "^1.0.2", "fast-xml-parser": "^3.19.0", "he": "^1.2.0", - "hot-patcher": "^0.5.0", + "hot-patcher": "^1.0.0", "layerr": "^0.1.2", "md5": "^2.3.0", "minimatch": "^5.1.0", diff --git a/package.json b/package.json index 8e9766e5c..454b154a5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "vue-virtual-grid": "^2.5.0", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^4.11.0" + "webdav": "^4.11.2" }, "browserslist": [ "extends @nextcloud/browserslist-config"