Skip to content

Commit de6a6cc

Browse files
fix(deps): update dependency cozy-logger to v1.10.4
1 parent ceb96e1 commit de6a6cc

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"cozy-flags": "3.2.2",
6868
"cozy-intent": "^2.0.2",
6969
"cozy-interapp": "0.9.0",
70-
"cozy-logger": "1.9.0",
70+
"cozy-logger": "1.10.4",
7171
"cozy-minilog": "^3.3.1",
7272
"cozy-realtime": "3.14.4",
7373
"cozy-stack-client": "47.4.0",

yarn.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5459,7 +5459,15 @@ cozy-interapp@^0.5.4:
54595459
resolved "https://registry.yarnpkg.com/cozy-interapp/-/cozy-interapp-0.5.7.tgz#75cafe1732ad660e2caf1ccf412f302594705f39"
54605460
integrity sha512-laIL/ATYV9oZnmqS+LMoO9qzk8XjJ1v2/YrA1Po2rI8ia/MDgjYO07424x2RuvHhNOBPGjD+JmqwQ0rNDlLW+Q==
54615461

5462-
cozy-logger@1.9.0, cozy-logger@^1.9.0:
5462+
cozy-logger@1.10.4:
5463+
version "1.10.4"
5464+
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.10.4.tgz#8a55a0b1fc23db9cf90524043d959c274d376c24"
5465+
integrity sha512-zDpG+edSqghx6HAIh6wIWmqQ49IX85anv+Y4P5pjHs4w697n5yI13UzhW7NczhFlflVF9ibxeKXqBNYvb4DW+Q==
5466+
dependencies:
5467+
chalk "^2.4.2"
5468+
json-stringify-safe "5.0.1"
5469+
5470+
cozy-logger@^1.9.0:
54635471
version "1.9.0"
54645472
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.0.tgz#e3a2323d9a2945ca10da5c318ff2f63544a54415"
54655473
integrity sha512-x/iFwFuNTbG4lwgeKPv6HtdixY+CcJm47sRd2za09aS1zZMHnN3HX7fFgoSSgEqFhpnIO/PpP2pVqJ4orSCp0g==
@@ -11114,9 +11122,10 @@ ms@2.1.2:
1111411122
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1111511123
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1111611124

11117-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
11125+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1111811126
version "1.0.8"
11119-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
11127+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
11128+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1112011129
dependencies:
1112111130
"@juggle/resize-observer" "^3.1.3"
1112211131
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)