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

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-21 06:35:20 +0300
committerGitHub <noreply@github.com>2022-05-21 06:35:20 +0300
commit144d5ed02f17ad5aa2dbf17f4ae0669589bcca3c (patch)
treedff849cf02ae6dc17346ad81e3fb6f4aa4cf3aac
parent35b5c17954940b945e013594b75e4a1c7309151c (diff)
parentf78dcdbd3206af95a855ac93ed5fbabab9aebe44 (diff)
Merge pull request #2753 from nextcloud/dependabot/npm_and_yarn/nextcloud/cdav-library-1.1.0
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 0df2f744..fe56deaf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.9.0",
"@nextcloud/capabilities": "^1.0.4",
- "@nextcloud/cdav-library": "^1.0.0",
+ "@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",
@@ -2559,9 +2559,9 @@
}
},
"node_modules/@nextcloud/cdav-library": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.0.0.tgz",
- "integrity": "sha512-6P2mopk455XPvVVPrEJbaYhiPKuNlyQ2iYFLXMuSX/aiTBHdmunJSCRDX3QkFsgn73Zc6J6wmPptFhBwoVyxlw==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.1.0.tgz",
+ "integrity": "sha512-hmJgR9Cp11y3ch4dS0NufsPgofe4+iwhUkusYKmDTl0PFsJrBUNy1zawLdfDrpEjK1zXrU3tOpyF3pIqyGMYBg==",
"dependencies": {
"core-js": "^3.19.3",
"regenerator-runtime": "^0.13.9"
@@ -20432,9 +20432,9 @@
}
},
"@nextcloud/cdav-library": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.0.0.tgz",
- "integrity": "sha512-6P2mopk455XPvVVPrEJbaYhiPKuNlyQ2iYFLXMuSX/aiTBHdmunJSCRDX3QkFsgn73Zc6J6wmPptFhBwoVyxlw==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.1.0.tgz",
+ "integrity": "sha512-hmJgR9Cp11y3ch4dS0NufsPgofe4+iwhUkusYKmDTl0PFsJrBUNy1zawLdfDrpEjK1zXrU3tOpyF3pIqyGMYBg==",
"requires": {
"core-js": "^3.19.3",
"regenerator-runtime": "^0.13.9"
diff --git a/package.json b/package.json
index d780f911..1e82fdd5 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.9.0",
"@nextcloud/capabilities": "^1.0.4",
- "@nextcloud/cdav-library": "^1.0.0",
+ "@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",