Skip to content

Commit b401add

Browse files
fix(deps): update dependency cozy-logger to v1.9.1
1 parent a9f8e88 commit b401add

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"cozy-flags": "2.8.7",
5454
"cozy-intent": "^2.0.2",
5555
"cozy-interapp": "0.7.4",
56-
"cozy-logger": "1.9.0",
56+
"cozy-logger": "1.9.1",
5757
"cozy-realtime": "3.14.4",
5858
"cozy-ui": "^79.3.0",
5959
"emoji-js": "3.7.0",

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3962,10 +3962,10 @@ cozy-interapp@^0.5.4:
39623962
resolved "https://registry.yarnpkg.com/cozy-interapp/-/cozy-interapp-0.5.7.tgz#75cafe1732ad660e2caf1ccf412f302594705f39"
39633963
integrity sha512-laIL/ATYV9oZnmqS+LMoO9qzk8XjJ1v2/YrA1Po2rI8ia/MDgjYO07424x2RuvHhNOBPGjD+JmqwQ0rNDlLW+Q==
39643964

3965-
cozy-logger@1.9.0, cozy-logger@^1.9.0:
3966-
version "1.9.0"
3967-
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.0.tgz#e3a2323d9a2945ca10da5c318ff2f63544a54415"
3968-
integrity sha512-x/iFwFuNTbG4lwgeKPv6HtdixY+CcJm47sRd2za09aS1zZMHnN3HX7fFgoSSgEqFhpnIO/PpP2pVqJ4orSCp0g==
3965+
cozy-logger@1.9.1:
3966+
version "1.9.1"
3967+
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.1.tgz#d5eb5a007eae6b4612fc6cc5a82fd70fe8c435bb"
3968+
integrity sha512-9P8A4chfSsdx5P32upo9SDx+ZyQj1RuFuggHd6BgVbcFo7folCulk6TCFRFEekT2fIYHbT2nRDc0RTOdz98lYw==
39693969
dependencies:
39703970
chalk "^2.4.2"
39713971
json-stringify-safe "5.0.1"
@@ -3978,6 +3978,14 @@ cozy-logger@^1.6.0:
39783978
chalk "^2.4.2"
39793979
json-stringify-safe "5.0.1"
39803980

3981+
cozy-logger@^1.9.0:
3982+
version "1.9.0"
3983+
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.0.tgz#e3a2323d9a2945ca10da5c318ff2f63544a54415"
3984+
integrity sha512-x/iFwFuNTbG4lwgeKPv6HtdixY+CcJm47sRd2za09aS1zZMHnN3HX7fFgoSSgEqFhpnIO/PpP2pVqJ4orSCp0g==
3985+
dependencies:
3986+
chalk "^2.4.2"
3987+
json-stringify-safe "5.0.1"
3988+
39813989
cozy-realtime@3.14.4:
39823990
version "3.14.4"
39833991
resolved "https://registry.yarnpkg.com/cozy-realtime/-/cozy-realtime-3.14.4.tgz#fb92d8c39838fa58006e3c6ea5547c445e4bf665"
@@ -8939,9 +8947,10 @@ ms@^2.0.0:
89398947
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
89408948
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
89418949

8942-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
8950+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
89438951
version "1.0.8"
8944-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
8952+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
8953+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
89458954
dependencies:
89468955
"@juggle/resize-observer" "^3.1.3"
89478956
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)