Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-26 04:20:32 +0300
committerGitHub <noreply@github.com>2020-04-26 04:20:32 +0300
commita956ceaad98f08abfbe727f772170a520824b3cc (patch)
tree04eaca4e8a9204c3daf49b60a5b6a8ea0ac80ccc /package-lock.json
parent02d09887d5f39372ca3c6debfb35dbe46b987ba2 (diff)
Bump webdav from 3.2.0 to 3.3.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 3.2.0 to 3.3.0. - [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/v3.2.0...v3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 951838ca..bd6de7b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5411,8 +5411,7 @@
"he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
- "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
- "dev": true
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
},
"hmac-drbg": {
"version": "1.0.1",
@@ -10527,13 +10526,14 @@
}
},
"webdav": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/webdav/-/webdav-3.2.0.tgz",
- "integrity": "sha512-wOvLjoa+cZUHsgfItGeg2SYS2yRMUu29aqKFzp9yRcVjq+A5V/pqT6CPx04kMvKrK4jE/fK/QvkXPmkJSzgyDg==",
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/webdav/-/webdav-3.3.0.tgz",
+ "integrity": "sha512-wTfLNbeK1++T1ooL/ZJaUTJGb5NUuO4zAwuTShNPbzN0mRMRIaoZYG7sI5TtyH1uqOPIOW5ZGTtZiBypLG86KQ==",
"requires": {
"axios": "^0.19.2",
"base-64": "^0.1.0",
"fast-xml-parser": "^3.16.0",
+ "he": "^1.2.0",
"hot-patcher": "^0.5.0",
"minimatch": "^3.0.4",
"nested-property": "^1.0.4",