Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ ⬆️ Update dependency webdav to v4.10.0 #151

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nextcloud_backup/rootfs/opt/nextcloud_backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jquery": "3.6.0",
"luxon": "2.3.2",
"morgan": "1.10.0",
"webdav": "4.9.0",
"webdav": "4.10.0",
"winston": "3.8.0"
},
"packageManager": "[email protected]"
Expand Down
41 changes: 25 additions & 16 deletions nextcloud_backup/rootfs/opt/nextcloud_backup/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,13 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.26.1":
version: 0.26.1
resolution: "axios@npm:0.26.1"
"axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
dependencies:
follow-redirects: ^1.14.8
checksum: d9eb58ff4bc0b36a04783fc9ff760e9245c829a5a1052ee7ca6013410d427036b1d10d04e7380c02f3508c5eaf3485b1ae67bd2adbfec3683704745c8d7a6e1a
follow-redirects: ^1.14.9
form-data: ^4.0.0
checksum: 38cb7540465fe8c4102850c4368053c21683af85c5fdf0ea619f9628abbcb59415d1e22ebc8a6390d2bbc9b58a9806c874f139767389c862ec9b772235f06854
languageName: node
linkType: hard

Expand Down Expand Up @@ -224,6 +225,13 @@ __metadata:
languageName: node
linkType: hard

"byte-length@npm:^1.0.2":
version: 1.0.2
resolution: "byte-length@npm:1.0.2"
checksum: 69e2b00a14a81f675ea9946135c42ee1a1d9f689d5ba1327eb6700fcde2ccacbd09b42f7e514de1d2b763960251d8c790b3d7304a5a1a27b1457e34c129be8c7
languageName: node
linkType: hard

"bytes@npm:3.1.2":
version: 3.1.2
resolution: "bytes@npm:3.1.2"
Expand Down Expand Up @@ -641,13 +649,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.8":
version: 1.14.9
resolution: "follow-redirects@npm:1.14.9"
"follow-redirects@npm:^1.14.9":
version: 1.15.1
resolution: "follow-redirects@npm:1.15.1"
peerDependenciesMeta:
debug:
optional: true
checksum: f5982e0eb481818642492d3ca35a86989c98af1128b8e1a62911a3410621bc15d2b079e8170b35b19d3bdee770b73ed431a257ed86195af773771145baa57845
checksum: 6aa4e3e3cdfa3b9314801a1cd192ba756a53479d9d8cca65bf4db3a3e8834e62139245cd2f9566147c8dfe2efff1700d3e6aefd103de4004a7b99985e71dd533
languageName: node
linkType: hard

Expand All @@ -658,7 +666,7 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:4.0.0":
"form-data@npm:4.0.0, form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
dependencies:
Expand Down Expand Up @@ -1099,7 +1107,7 @@ __metadata:
jquery: 3.6.0
luxon: 2.3.2
morgan: 1.10.0
webdav: 4.9.0
webdav: 4.10.0
winston: 3.8.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1488,12 +1496,13 @@ __metadata:
languageName: node
linkType: hard

"webdav@npm:4.9.0":
version: 4.9.0
resolution: "webdav@npm:4.9.0"
"webdav@npm:4.10.0":
version: 4.10.0
resolution: "webdav@npm:4.10.0"
dependencies:
axios: ^0.26.1
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
Expand All @@ -1504,7 +1513,7 @@ __metadata:
path-posix: ^1.0.0
url-join: ^4.0.1
url-parse: ^1.5.10
checksum: eb2c65bdc7d3a2037d3c27b2f5624421c2312ecccd1bf9edbfa9b99a7704973da9f046e5395b370cadea6502ad39da9cd2d15c85b425d0a92af8a24015e0fb5b
checksum: 0cfea9c233cfb8c490b6f6be01cb789f20fd01dbfe0ebc8f89057000390117a7cdbd55501c5fc248f54f2393d529cc60a058bf982d96e7e2507a7c99528444ab
languageName: node
linkType: hard

Expand Down