Skip to content

Commit

Permalink
fix(deps): update dependency cozy-logger to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 4, 2023
1 parent 9448ba5 commit fc8c970
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cozy-jobs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cozy-device-helper": "^2.1.0",
"cozy-flags": "^2.8.7",
"cozy-konnector-libs": "^4.56.4",
"cozy-logger": "1.9.0",
"cozy-logger": "1.10.0",
"open": "8.4.0",
"pretty": "2.0.0",
"strip-json-comments": "3.1.1"
Expand Down
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5946,10 +5946,10 @@ cozy-flags@^2.8.7:
dependencies:
microee "^0.0.6"

cozy-logger@1.9.0, cozy-logger@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.0.tgz#e3a2323d9a2945ca10da5c318ff2f63544a54415"
integrity sha512-x/iFwFuNTbG4lwgeKPv6HtdixY+CcJm47sRd2za09aS1zZMHnN3HX7fFgoSSgEqFhpnIO/PpP2pVqJ4orSCp0g==
cozy-logger@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.10.0.tgz#c040081976921c73021f0acc81d515700241a3f1"
integrity sha512-cChOYvbZ0rtzo6MEY4+ZLniKaDv46V8fdJ0qgRcPjDE1dDrfVvxyRWsKrSGIw+LTBqdrlfDpPoqjEiYC24xr+A==
dependencies:
chalk "^2.4.2"
json-stringify-safe "5.0.1"
Expand All @@ -5962,6 +5962,14 @@ cozy-logger@^1.8.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-logger@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.0.tgz#e3a2323d9a2945ca10da5c318ff2f63544a54415"
integrity sha512-x/iFwFuNTbG4lwgeKPv6HtdixY+CcJm47sRd2za09aS1zZMHnN3HX7fFgoSSgEqFhpnIO/PpP2pVqJ4orSCp0g==
dependencies:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-stack-client@^29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-29.2.0.tgz#48e9d043cc869c59155979bb1666e4455d5dd0e4"
Expand Down

0 comments on commit fc8c970

Please sign in to comment.