From b3f3cc27865832f66ba9c6bd18532f051616b474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 04:43:52 +0000 Subject: [PATCH] fix(deps): update dependency cozy-intent to ^2.3.1 --- package.json | 2 +- yarn.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 96bf56089b..80100af7b1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cozy-doctypes": "1.83.8", "cozy-flags": "2.10.0", "cozy-harvest-lib": "^9.24.0", - "cozy-intent": "^2.3.0", + "cozy-intent": "^2.3.1", "cozy-keys-lib": "^3.11.2", "cozy-logger": "1.8.1", "cozy-realtime": "4.2.2", diff --git a/yarn.lock b/yarn.lock index 017623f381..604d68142f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5369,10 +5369,10 @@ cozy-intent@^2.0.2: dependencies: post-me "0.4.5" -cozy-intent@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-2.3.0.tgz#b44dd0c8f914718cf12018fa99f223951af8930d" - integrity sha512-NFZ1lOX5EIljeZVdZj2pelexFh5qTxTvYHjz7tJWdtuxMOAERNqEMn6gICZF2zjlQV+OCOq4qum3URD5oRkkeQ== +cozy-intent@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-2.3.1.tgz#c1bec4fb69ddd6b0ec6fa08aa7140719bf23b0d2" + integrity sha512-00m7BY4cpZ3zLJzaEhue+zZe+mmLi1lUhd3nMxnfPTmstbk8UyHdSeRYiYpKQ1IH5s9Kzhcn2qB3QapKTtLylw== dependencies: post-me "0.4.5" @@ -10904,9 +10904,10 @@ msgpack5@^4.0.2: readable-stream "^2.3.6" safe-buffer "^5.1.2" -"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.8": +"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.8": version "1.0.8" - resolved "git+https://github.com/cozy/mui-bottom-sheet.git#8535a9da5c334890dcf95ae4e6aeb4f6ec2d56a0" + uid "8535a9da5c334890dcf95ae4e6aeb4f6ec2d56a0" + resolved "https://github.com/cozy/mui-bottom-sheet.git#8535a9da5c334890dcf95ae4e6aeb4f6ec2d56a0" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3"