From 55302beac7be2058c9df22e995807c065de05f15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 02:26:24 +0000 Subject: [PATCH] fix(deps): update dependency cozy-device-helper to ^2.7.0 --- package.json | 2 +- yarn.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4b0fa166..79064c85 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "classnames": "2.3.1", "cozy-bar": "7.19.1", "cozy-client": "^43.5.0", - "cozy-device-helper": "^2.6.0", + "cozy-device-helper": "^2.7.0", "cozy-doctypes": "1.86.1", "cozy-editor-core": "134.0.3", "cozy-flags": "2.8.4", diff --git a/yarn.lock b/yarn.lock index 18379cf0..1201ae3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7534,10 +7534,10 @@ cozy-device-helper@^1.17.0: dependencies: lodash "^4.17.19" -cozy-device-helper@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.6.0.tgz#07d83e6e412244f92bba30a0e04560bf3e1abb79" - integrity sha512-9loS2xUnA1szP8z8rBu8ni69zZj95eZKH8OqPTspWeRgUtzCAMlJoXusqEUTgVbj37JrvbYkifyxf3IkCZDXAg== +cozy-device-helper@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.7.0.tgz#573749997f18e5a1f11f720faec8c9bf2406beeb" + integrity sha512-jMzW7s4IDuMivbsP8fo1IWW1z5l0wJ0u440E0fQmdsi+Zm/L9GXFKthLuuceYqXlH6c/APUCfpozJqjFMMHU1A== dependencies: lodash "^4.17.19" @@ -13881,9 +13881,10 @@ ms@^2.0.0, ms@^2.1.1: 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"