From 919992e9766534d4f80f91785715f46eeb844de2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 22:46:25 +0000 Subject: [PATCH] fix(deps): update dependency install-peers to v1.0.4 --- package.json | 2 +- yarn.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 016addbf..06528ba8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.24.0", "git-directory-deploy": "1.5.1", - "install-peers": "1.0.3", + "install-peers": "1.0.4", "jest": "28.1.3", "jest-environment-jsdom": "28.1.3", "prettier": "1.19.1", diff --git a/yarn.lock b/yarn.lock index c8d709f5..fe84735b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11583,10 +11583,10 @@ inquirer@^6.2.2: strip-ansi "^5.1.0" through "^2.3.6" -install-peers@1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/install-peers/-/install-peers-1.0.3.tgz#6348f8f67e6bc23c19ee78adb819c43f8d1dd7d7" - integrity sha512-MAlSHlrn4p+g3fhx8ZVxQZXX+MkeinKLu/ThfAmrVnN5c2L8Vof7myb0UsgowJEiGcFNHYnTvo37r3uap5asYA== +install-peers@1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/install-peers/-/install-peers-1.0.4.tgz#0fcfe18d223a72bb39ddeca09394ce50e3305c79" + integrity sha512-0POFG2zRn/rt0uO1tUekCDhq6t6l3HDjxR42+Hcbjmj75Gv4yuqEfMe63HC76piO1lsctAp/cQW+Ny+i/SxTlg== dependencies: executioner "^2.0.1" @@ -14284,9 +14284,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"