From 331883dec89ea5cb18949e8b0372c2eec8ca2ed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:12:33 +0000 Subject: [PATCH] fix(deps): update dependency cozy-device-helper to v4 --- package.json | 2 +- yarn.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2ca7cff..21b2e81 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "conf": "^14.0.0", "cozy-client": "^60.1.1", "cozy-clisk": "^0.42.0", - "cozy-device-helper": "^3.8.0", + "cozy-device-helper": "^4.0.0", "cozy-flags": "^4.7.0", "cozy-logger": "^1.17.0", "debug": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index b4afaeb..f022969 100644 --- a/yarn.lock +++ b/yarn.lock @@ -421,12 +421,10 @@ cozy-clisk@^0.42.0: p-wait-for "^5.0.2" post-me "^0.4.5" -cozy-device-helper@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-3.8.0.tgz#89b2947198c39b3b57dc6c6273243045eb470b40" - integrity sha512-c//90YvZ5uIxhyWJy/9g8XTHVsST5eW4Nsd6+BXg9LJ/YVt3RO2HMjd1Afxvbg1fOcRMr5y1nkiLoFhTeiM35Q== - dependencies: - lodash "^4.17.19" +cozy-device-helper@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-4.0.3.tgz#e851cbb1749aa2e4d29b6c289cda832799400a54" + integrity sha512-/hVsoxDPksQWkknVEDwOdJZhuleV2HyNEsAPpMfWZgqigBYm6KWP7M55OPJWqYbKRYrnVWwiI1K5ep6RNkhagQ== cozy-flags@^4.7.0: version "4.7.0" @@ -1182,7 +1180,7 @@ lodash.debounce@^4.0.8: resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== -lodash@^4.17.13, lodash@^4.17.19, lodash@^4.17.21: +lodash@^4.17.13, lodash@^4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==