From 59b10b97cbe7f6d8242d8cdfcc4d993c3da9588f Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Thu, 5 Dec 2024 03:47:03 +0000 Subject: [PATCH] fix(deps): update dependency cozy-device-helper to v3.7.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1cffb78c4..ff5bfe78b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "classnames": "^2.5.1", "cozy-bar": "10.0.0", "cozy-client": "49.1.1", - "cozy-device-helper": "3.1.0", + "cozy-device-helper": "3.7.1", "cozy-flags": "4.0.0", "cozy-harvest-lib": "9.26.14", "cozy-intent": "^2.23.0", diff --git a/yarn.lock b/yarn.lock index ed5ab86a4..7054aba17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6299,10 +6299,10 @@ cozy-client@^33.2.0: sift "^6.0.0" url-search-params-polyfill "^8.0.0" -cozy-device-helper@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-3.1.0.tgz#140079bf4a6844b21d6ac0a3a2d75741dba15faa" - integrity sha512-KorbuWN+oZ+v7okbXQTbLuW6nt7IyVnIIsDXB3Ay6zdtl5nV13+fOGKeRsjaecgBDLSXWJ07j0ooT7l6orZpDg== +cozy-device-helper@3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-3.7.1.tgz#59f11ab3ab92335525a767e78f983b07eeaf4eea" + integrity sha512-D0zkEFynUrICNhQixyyYGhRHTwgJL+pf7XtmTwjKePIn2pNHKw5V64IhGg9uLYf6tI9uivkUKvZvFYuKzEvlqA== dependencies: lodash "^4.17.19" -- GitLab