Skip to content

Commit

Permalink
fix(deps): update cozy client packages to ^40.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent 02e44ca commit 1e2a909
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"cozy-authentication": "2.10.10",
"cozy-bar": "9.0.0",
"cozy-ci": "0.5.2",
"cozy-client": "^40.0.1",
"cozy-client": "^40.2.1",
"cozy-client-js": "0.20.0",
"cozy-device-helper": "^2.5.0",
"cozy-doctypes": "1.85.4",
Expand All @@ -124,12 +124,12 @@
"cozy-intent": "^2.9.0",
"cozy-keys-lib": "5.0.0",
"cozy-logger": "1.9.1",
"cozy-pouch-link": "^40.0.1",
"cozy-pouch-link": "^40.2.1",
"cozy-realtime": "4.4.1",
"cozy-scanner": "^5.2.0",
"cozy-scripts": "^8.1.0",
"cozy-sharing": "8.3.0",
"cozy-stack-client": "^40.0.1",
"cozy-stack-client": "^40.2.1",
"cozy-ui": "^90.0.0",
"date-fns": "1.30.1",
"diacritics": "1.3.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5858,16 +5858,16 @@ [email protected]:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@^40.0.1:
version "40.0.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.0.1.tgz#cc085c655f57fc6c38954e4b68317611d679fc59"
integrity sha512-wAOGKDC0BfgfJkorVJZEw+xRwjNW6xiFyJIzWO0nFIxmfJDB+6w6yceH/7fp9ayk+H9VHRXDPe+YL8xIxM1ARA==
cozy-client@^40.2.1:
version "40.2.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.2.1.tgz#d77391928dcaec49f857a76f8f32f3a953ab8b68"
integrity sha512-obPDKa31pZNvq5xFCjT4YyoqufJyiWQHxED6iDe7iwKurLP0KisQLw7I9ZSHhmyrSUUXAa+MXxmOqO+anhLKlw==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^40.0.1"
cozy-stack-client "^40.2.1"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -6022,12 +6022,12 @@ cozy-logger@^1.9.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-pouch-link@^40.0.1:
version "40.0.1"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-40.0.1.tgz#13e0c9c74d1c51afe6a5a0485917ddc4d4cce3ce"
integrity sha512-yQot4d7mzyL4rsTqbtZxM9XguSjsGzcGlnlEtZ1dVoc+NPCN08nO7vL8OtcbAUmOBMvStwjatyoRpGWhgaJ5PA==
cozy-pouch-link@^40.2.1:
version "40.2.1"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-40.2.1.tgz#ba440fb9fb3ee4eeefddb3b2cfba393efbdbbf1f"
integrity sha512-C1KFrYK6o2yNEnf/4NtfatYhp0ZHufIYPrZrZlPjmBjST4vieiJX3JX8VXjKEElttDG49R4ijobaGGPaHapkRg==
dependencies:
cozy-client "^40.0.1"
cozy-client "^40.2.1"
pouchdb-browser "^7.2.2"
pouchdb-find "^7.2.2"

Expand Down Expand Up @@ -6128,10 +6128,10 @@ [email protected]:
react-tooltip "^3.11.1"
snarkdown "^2.0.0"

cozy-stack-client@^40.0.1:
version "40.0.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-40.0.1.tgz#44f28b5aa669fd2cb44abe5462fd10f70c5034e7"
integrity sha512-55rgMv/AFILV/K7yUmjxVXbDWtMT4htiy/D+N4VTGL5/BCUasHGvRK9hRvzYMxMrQbWeLOvTK0V9itmcDwJtWw==
cozy-stack-client@^40.2.1:
version "40.2.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-40.2.1.tgz#ce67d260226d7cd9f4314c15428880fd87016812"
integrity sha512-BMhIn1/3y2zzEYx4WmIlMcGUrzfKj7fRZdtrIjYimNapW0Xsy6nJlDCInA3cH1tNKqKBMIC5F4UQn3vTo/9hGg==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 1e2a909

Please sign in to comment.