Skip to content

Commit

Permalink
fix(deps): update cozy client packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent bddc86f commit a951eb4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"babel-plugin-mock-imports": "1.2.0",
"babel-plugin-rewire": "1.2.0",
"babel-preset-cozy-app": "1.12.0",
"cozy-client": "^40.5.0",
"cozy-client": "40.5.0",
"cozy-flags": "2.8.6",
"cozy-intent": "2.13.1",
"cozy-ui": "93.1.1",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@material-ui/core": "3.9.3",
"@material-ui/lab": "^3.0.0-alpha.30",
"cozy-authentication": "^1.17.0",
"cozy-client": "6.64.7",
"cozy-client": "6.66.0",
"cozy-device-helper": "^1.7.5",
"cozy-doctypes": "^1.61.0",
"cozy-ui": "24.5.0",
Expand Down
18 changes: 9 additions & 9 deletions playgrounds/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,13 +1722,13 @@ cozy-authentication@^1.17.0:
react-markdown "4.0.8"
url-polyfill "1.1.0"

cozy-client@6.64.7:
version "6.64.7"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-6.64.7.tgz#ea8655a8956e2f06a2953515bebb4a70bca64d5f"
integrity sha512-KvZE8LPbif4CzoX4uZDaR73pmqV/E9AUWRJLOgA294f1PLZxsoDDZziMxZMdesY7gmri2/h+SwUflN8EFeT9ZA==
cozy-client@6.66.0:
version "6.66.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-6.66.0.tgz#a7e277fc4b893e85275e60b445307cb30cc332ad"
integrity sha512-x//RAptC5zyt93tPd43I6SukepMWZFj9b11VpXCxxH+0aWLryQwlNRrrElkIcoze2Cn0XlmUg2DDoyvUuB2SwQ==
dependencies:
cozy-device-helper "^1.7.3"
cozy-stack-client "^6.64.6"
cozy-stack-client "^6.66.0"
lodash "^4.17.13"
microee "^0.0.6"
prop-types "^15.6.2"
Expand Down Expand Up @@ -1772,10 +1772,10 @@ cozy-logger@^1.5.1:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-stack-client@^6.64.6:
version "6.64.6"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-6.64.6.tgz#5ce6e706668d27ec80860103fee4052ac0aee703"
integrity sha512-Z6hHowRfO3W/283rOyEr0h0bg5JkI3EkZjmN1+TzqG1En5nCemzm94S9696vB2mpR3tK3u7xFW3N38cS5J3SDg==
cozy-stack-client@^6.66.0:
version "6.66.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-6.66.0.tgz#ba217c2d615dd31a9f40ae131644c68c4108b101"
integrity sha512-NPdoDplH43nLBlTXVXYCOutRkh3Q+Dib92BGU8F3PanCMjCBXiRUni6I7EhcumwJkXeJVm7qul72X4LYKlOzgA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3906,7 +3906,7 @@ cosmiconfig@^7.0.0:
path-type "^4.0.0"
yaml "^1.10.0"

cozy-client@^40.5.0:
[email protected]:
version "40.5.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.5.0.tgz#346befd54dc6b3f29666f08bd21c8d9c9fdc5b0a"
integrity sha512-A23sP7gX44yATPfr97mVMWkjw/2pIcgaNslVLo9QPc8cpb5RovctXYBKFAwTYnAxytFhhiHUDcqw843zpaSlUQ==
Expand Down

0 comments on commit a951eb4

Please sign in to comment.