From ff76b477fc56a85cb7ee3a3bbdab4f1176bd19d3 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@gitlab.tugraz.at> Date: Sun, 16 Jan 2022 00:27:52 +0000 Subject: [PATCH] Update all non-major dependencies --- package.json | 2 +- packages/file-handling/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 15faba24..c68bf8ed 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "lerna": "^4.0.0" }, "dependencies": { - "webdav": "4.6.0" + "webdav": "4.6.1" } } diff --git a/packages/file-handling/package.json b/packages/file-handling/package.json index 66f82b21..a34cf076 100644 --- a/packages/file-handling/package.json +++ b/packages/file-handling/package.json @@ -42,7 +42,7 @@ "lit": "^2.0.0", "material-design-icons-svg": "^3.0.0", "tabulator-tables": "^4.8.4", - "webdav": "4.6.0" + "webdav": "4.6.1" }, "scripts": { "clean": "rm dist/*", diff --git a/yarn.lock b/yarn.lock index 398bc045..2575c6b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8604,10 +8604,10 @@ web-component-analyzer@~1.1.1: typescript "^3.8.3" yargs "^15.3.1" -webdav@4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/webdav/-/webdav-4.6.0.tgz#b12d3631562ed4a7d665dd1757349682dfc8f441" - integrity sha512-amL/NeZ73xe8cNC+uqAF3mOC/j5dNoNWlZswYCd7DKxhnZM7dViAVSv6gdCYeGAETjPEZVubcKDDRwGKz9ShQQ== +webdav@4.6.1: + version "4.6.1" + resolved "https://registry.yarnpkg.com/webdav/-/webdav-4.6.1.tgz#ba4cdd505dc63ae63487027eea81f1cbf93b1bf3" + integrity sha512-fjFnJHHGsmkf3ool8DjybH/LL+9gLKRLB3a5EV6V+FsqIwf/rNPKmUYu1Wc1vWOTf1EnOdf/oeLp75jyLrkOHQ== dependencies: axios "^0.21.1" base-64 "^1.0.0" -- GitLab