Skip to content

Commit f8ed906

Browse files
fix(deps): update dependency cozy-doctypes to v1.91.0
1 parent a497b15 commit f8ed906

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cozy-bar": "^12.3.0",
6464
"cozy-client": "^48.3.0",
6565
"cozy-device-helper": "^2.1.0",
66-
"cozy-doctypes": "1.85.0",
66+
"cozy-doctypes": "1.91.0",
6767
"cozy-flags": "3.2.2",
6868
"cozy-intent": "^2.0.2",
6969
"cozy-interapp": "0.9.0",

yarn.lock

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5424,12 +5424,12 @@ cozy-device-helper@^2.1.0:
54245424
dependencies:
54255425
lodash "^4.17.19"
54265426

5427-
cozy-doctypes@1.85.0:
5428-
version "1.85.0"
5429-
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.85.0.tgz#f777a74befc059d40ddbbd2fc523c9537f801d4d"
5430-
integrity sha512-+T9Y6ELMFiOM3uIQ79WDB0C1KvQzwCoUS9G9ss7OMWkmjrxRJvXaeVpr0WThh8q26zEjuSixKo8qYUfrNjnajQ==
5427+
cozy-doctypes@1.91.0:
5428+
version "1.91.0"
5429+
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.91.0.tgz#5b5920fa1220767bdc171db50939695fa585d5bc"
5430+
integrity sha512-6dSShF4JFDEXuWIq5E/D64Yt53Z+xD1iRRMyDrrNEDQ1bkpOeYVYJL/LOxYZlYRl5Ek4LT9PdhjlubxLl3fDLA==
54315431
dependencies:
5432-
cozy-logger "^1.9.0"
5432+
cozy-logger "^1.10.4"
54335433
date-fns "^1.30.1"
54345434
es6-promise-pool "^2.5.0"
54355435
lodash "^4.17.19"
@@ -5459,14 +5459,22 @@ 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.9.0:
54635463
version "1.9.0"
54645464
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.0.tgz#e3a2323d9a2945ca10da5c318ff2f63544a54415"
54655465
integrity sha512-x/iFwFuNTbG4lwgeKPv6HtdixY+CcJm47sRd2za09aS1zZMHnN3HX7fFgoSSgEqFhpnIO/PpP2pVqJ4orSCp0g==
54665466
dependencies:
54675467
chalk "^2.4.2"
54685468
json-stringify-safe "5.0.1"
54695469

5470+
cozy-logger@^1.10.4:
5471+
version "1.10.4"
5472+
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.10.4.tgz#8a55a0b1fc23db9cf90524043d959c274d376c24"
5473+
integrity sha512-zDpG+edSqghx6HAIh6wIWmqQ49IX85anv+Y4P5pjHs4w697n5yI13UzhW7NczhFlflVF9ibxeKXqBNYvb4DW+Q==
5474+
dependencies:
5475+
chalk "^2.4.2"
5476+
json-stringify-safe "5.0.1"
5477+
54705478
cozy-minilog@^3.3.1:
54715479
version "3.3.1"
54725480
resolved "https://registry.yarnpkg.com/cozy-minilog/-/cozy-minilog-3.3.1.tgz#472dccf4a9391c479120a83d26b435cf9d609c72"
@@ -11132,9 +11140,10 @@ ms@2.1.2:
1113211140
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1113311141
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1113411142

11135-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
11143+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1113611144
version "1.0.8"
11137-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
11145+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
11146+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1113811147
dependencies:
1113911148
"@juggle/resize-observer" "^3.1.3"
1114011149
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)