From 72df8f7fd0090b0fdcf1744d6dc627a5e46b302b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 00:12:20 +0000 Subject: [PATCH] fix(deps): update dependency cozy-doctypes to v1.86.1 --- package.json | 2 +- yarn.lock | 25 +++++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 82a8f2ee8..6f497629e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "cozy-bar": "^7.19.1", "cozy-client": "^34.5.0", "cozy-device-helper": "^2.1.0", - "cozy-doctypes": "1.85.0", + "cozy-doctypes": "1.86.1", "cozy-flags": "2.8.7", "cozy-intent": "^2.0.2", "cozy-interapp": "0.7.4", diff --git a/yarn.lock b/yarn.lock index 1a3cc7ef3..6ba673867 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3915,12 +3915,12 @@ cozy-device-helper@^2.1.0: dependencies: lodash "^4.17.19" -cozy-doctypes@1.85.0: - version "1.85.0" - resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.85.0.tgz#f777a74befc059d40ddbbd2fc523c9537f801d4d" - integrity sha512-+T9Y6ELMFiOM3uIQ79WDB0C1KvQzwCoUS9G9ss7OMWkmjrxRJvXaeVpr0WThh8q26zEjuSixKo8qYUfrNjnajQ== +cozy-doctypes@1.86.1: + version "1.86.1" + resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.86.1.tgz#e3a9931ef260a08dab6c1174dc72217c4af0361a" + integrity sha512-A+bMfL/ifMp6LESSzI66ytsC+SWG+Eew6aIznPH1s+eAQ/7pHz9RRxmOQL5bGjPruiQdIeyK/Zk/4idBE6zE1g== dependencies: - cozy-logger "^1.9.0" + cozy-logger "^1.9.1" date-fns "^1.30.1" es6-promise-pool "^2.5.0" lodash "^4.17.19" @@ -3962,7 +3962,7 @@ cozy-interapp@^0.5.4: resolved "https://registry.yarnpkg.com/cozy-interapp/-/cozy-interapp-0.5.7.tgz#75cafe1732ad660e2caf1ccf412f302594705f39" integrity sha512-laIL/ATYV9oZnmqS+LMoO9qzk8XjJ1v2/YrA1Po2rI8ia/MDgjYO07424x2RuvHhNOBPGjD+JmqwQ0rNDlLW+Q== -cozy-logger@1.9.0, 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== @@ -3978,6 +3978,14 @@ cozy-logger@^1.6.0: chalk "^2.4.2" json-stringify-safe "5.0.1" +cozy-logger@^1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.1.tgz#d5eb5a007eae6b4612fc6cc5a82fd70fe8c435bb" + integrity sha512-9P8A4chfSsdx5P32upo9SDx+ZyQj1RuFuggHd6BgVbcFo7folCulk6TCFRFEekT2fIYHbT2nRDc0RTOdz98lYw== + dependencies: + chalk "^2.4.2" + json-stringify-safe "5.0.1" + cozy-realtime@3.14.4: version "3.14.4" resolved "https://registry.yarnpkg.com/cozy-realtime/-/cozy-realtime-3.14.4.tgz#fb92d8c39838fa58006e3c6ea5547c445e4bf665" @@ -8939,9 +8947,10 @@ ms@^2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -"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"