Skip to content

Commit

Permalink
feat: Update cozy-client from 42.0.0 to 42.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Oct 26, 2023
1 parent 2e78444 commit ae8d212
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/cozy/cozy-home#readme",
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-client": "^42.0.0",
"cozy-client": "^42.0.1",
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.0.1",
Expand All @@ -45,7 +45,7 @@
"cozy-logger": "1.10.0",
"cozy-realtime": "4.2.9",
"cozy-sharing": "10.0.0",
"cozy-stack-client": "^41.2.0",
"cozy-stack-client": "^42.0.1",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "^93.4.0",
"date-fns": "2.28.0",
Expand Down
27 changes: 9 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9010,16 +9010,16 @@ [email protected]:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@^42.0.0:
version "42.0.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-42.0.0.tgz#f23d53709be264ab67fb4b5e98f9a3ec5bd292d1"
integrity sha512-rgm06z39XyFDP2pk9X+zjEgDZ3KnuNCWlvdbIfz3wAkI9+TvJbMa7D/eUREbLG5iCCT4pROcLxwpZ8rwGyN4Yw==
cozy-client@^42.0.1:
version "42.0.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-42.0.1.tgz#c04cb31e9192f98ee9aaf03734123a242d964136"
integrity sha512-QxOJ1AvLQzSJNXmMfhqtQGIVXsQnVhDxt+IGRpFPEXbvtBMtLdxJTmYH2xdUKVqnQ2gxxAoL8eo5zuNWwTBBcQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^42.0.0"
cozy-stack-client "^42.0.1"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -9270,19 +9270,10 @@ [email protected]:
react-tooltip "^3.11.1"
snarkdown "^2.0.0"

cozy-stack-client@^41.2.0:
version "41.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-41.2.0.tgz#0844c2680a6a5c70dba5caccaa2dbd23a78c3c20"
integrity sha512-q6y9YUg2Qxd9cK86a2sw1IgdlJSOJa1rMRh0/GSMeGIQ6seKmmheRl/aF/KeHoXkyDV9T7OkE+vF8dmDLU2cAQ==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^42.0.0:
version "42.0.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-42.0.0.tgz#3af9ff207e4361a25f609c75d40f6c238bf2ee34"
integrity sha512-ltsSdmR9WfNPc5HBJlXDW4I+w/JeCISsVgT6+CAUb6DHWqXJAtm8re2NWi8Y5d1gBLdqW+2J1fkme0YU8VXpkA==
cozy-stack-client@^42.0.1:
version "42.0.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-42.0.1.tgz#db23bfada9201a6053bae1e8f956bae737bb4f9d"
integrity sha512-C1CNj2coI60z76RpufgSjocv/HltYBZwXux1f1mvGI76ZQr3S9xRyh5NXP2sAXtRApQT5jjPNVI1W1m5NvyGYA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit ae8d212

Please sign in to comment.