-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update cozy client packages
- Loading branch information
1 parent
c9354b8
commit 9e0695e
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5949,16 +5949,16 @@ [email protected]: | |
lodash "^4.17.20" | ||
node-jose "^1.1.4" | ||
|
||
cozy-client@^48.1.0: | ||
version "48.1.0" | ||
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.1.0.tgz#22c40222c3ee2fdde6bd8ebcd9fefb395eb7eaec" | ||
integrity sha512-49N2YAJb73hhhnoQ/LDsx06PhCywE14pJh2VA903RwpuGjy6e8Eep61ik0ITmcwSPbojbETSp8IqagWEHsuIBA== | ||
cozy-client@^48.4.0: | ||
version "48.4.0" | ||
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.4.0.tgz#ee2f4fd8585f5ed42711374593c1cf40dd7b381d" | ||
integrity sha512-ziF0PBeu1VYXs9LgKDS/GnEP0HV5FBG9OH03TLasPKdYab6pEuJKqk5OXGt1AV3V+fBMyIyj7Pzn27sX/xAPMA== | ||
dependencies: | ||
"@cozy/minilog" "1.0.0" | ||
"@types/jest" "^26.0.20" | ||
"@types/lodash" "^4.14.170" | ||
btoa "^1.2.1" | ||
cozy-stack-client "^48.0.0" | ||
cozy-stack-client "^48.2.0" | ||
date-fns "2.29.3" | ||
json-stable-stringify "^1.0.1" | ||
lodash "^4.17.13" | ||
|
@@ -6206,10 +6206,10 @@ cozy-sharing@^15.0.0: | |
react-tooltip "^3.11.1" | ||
snarkdown "^2.0.0" | ||
|
||
cozy-stack-client@^48.0.0: | ||
version "48.0.0" | ||
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.0.0.tgz#2e19db82b0df3281fb4cdf9c999cc6bca741b299" | ||
integrity sha512-q45CG9EPIqcl38YDGXCpuXiDnk16pEILaM4Vn0bvRW0B8onp5t0BGJYQdlzaM35cIghBxAn7DOpj66GE8JAdtg== | ||
cozy-stack-client@^48.2.0: | ||
version "48.2.0" | ||
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.2.0.tgz#91e02713a88a61a5ca1a3071a9de5ae52b44d542" | ||
integrity sha512-zORfxbMv2s1RpU1ZyDn9vg5tA+EDlWaJWLWF6yWA4fOQh9jR7d5u1ZtyVsaSPD2LoqwghCRHtPVdQr5nYqmWBQ== | ||
dependencies: | ||
detect-node "^2.0.4" | ||
mime "^2.4.0" | ||
|
@@ -12255,9 +12255,10 @@ msgpack5@^4.0.2: | |
readable-stream "^2.3.6" | ||
safe-buffer "^5.1.2" | ||
|
||
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": | ||
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": | ||
version "1.0.8" | ||
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" | ||
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c" | ||
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" | ||
dependencies: | ||
"@juggle/resize-observer" "^3.1.3" | ||
jest-environment-jsdom-sixteen "^1.0.3" | ||
|