Skip to content

Commit

Permalink
fix(deps): update cozy client packages to v46
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent c42fda5 commit 8ddff70
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": "^45.14.1",
"cozy-client": "^46.9.1",
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.2.2",
Expand All @@ -46,7 +46,7 @@
"cozy-logger": "1.10.4",
"cozy-realtime": "4.6.0",
"cozy-sharing": "10.1.4",
"cozy-stack-client": "^45.0.1",
"cozy-stack-client": "^46.5.0",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "^103.12.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 @@ -5901,16 +5901,16 @@ cozy-bi-auth@0.0.25:
lodash "^4.17.20"
node-jose "^1.1.4"

cozy-client@^45.14.1:
version "45.14.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.14.1.tgz#dc0e77e93b48b0a8a302a6f7dc3217d8a6d046c1"
integrity sha512-K2Fm1J60XFeRyAhfPywSU9+Kj7FHVcBP+B2K/lwWVOS3dob/iCBlrjgpRNjViErY0kVevgemt3oscZjbnr0mdQ==
cozy-client@^46.9.1:
version "46.9.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-46.9.1.tgz#73d88f28cd610ee8b7c07e893577634592122286"
integrity sha512-v7Cm/aFLg4YH9t9W3PYMHRL/4cOELfNYRYO6yTEpG0cCmdvWxT7bNAVvJnYLop7HNrYMXSdu+eXDTqQDF9wTOg==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^45.13.0"
cozy-stack-client "^46.5.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -6163,19 +6163,10 @@ cozy-sharing@10.1.4:
react-tooltip "^3.11.1"
snarkdown "^2.0.0"

cozy-stack-client@^45.0.1:
version "45.0.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.0.1.tgz#4028aad131e40b7ba58528b39e411028bfd319d0"
integrity sha512-VWBbBdGmsnzxarQhUFUbnQZn4VxgWp98umUpSF9PexNmBTwvHG7eNH64/1GaChQjc7xhe8yggzCeQ7wyjQsq0g==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^45.13.0:
version "45.13.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.13.0.tgz#394b21a153b752be99ac6c79d073159fd024a4f4"
integrity sha512-ruigDMH6XB1Pxa+e3doAMjXihgKSdNZpNPlEcpd7l8MfHazUaHVs/D8Kyop1n+VGM/4va2DU1c1nE7ainT7+jw==
cozy-stack-client@^46.5.0:
version "46.5.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-46.5.0.tgz#9c15410a4b98cfe556b5fac4dfc8ac0f0e2de763"
integrity sha512-OmspOAWGozpi7sZG1Mi9PAeNEUgi/JpCy4f3l6O2wnfKamW8x+iaZWRofJhS5rqPfpRW2XbMkJjq9Yz3xOgv0A==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 8ddff70

Please sign in to comment.