From c91b9c97160b84751a1dd4cc4026039721f4deab Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Wed, 13 Nov 2024 19:15:28 +0100 Subject: [PATCH] chore: update to latest patch update of downshift --- front/package-lock.json | 2 +- front/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index 379037247..58fe687b2 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -23,7 +23,7 @@ "clsx": "^1.2.1", "core-js": "^3.38", "diff-match-patch": "^1.0.5", - "downshift": "^6.1.3", + "downshift": "^6.1.12", "http-link-header": "^1.0.2", "i18next": "^22.4.15", "i18next-browser-languagedetector": "^7.0.1", diff --git a/front/package.json b/front/package.json index f72650d4a..032506fc1 100644 --- a/front/package.json +++ b/front/package.json @@ -41,7 +41,7 @@ "clsx": "^1.2.1", "core-js": "^3.38", "diff-match-patch": "^1.0.5", - "downshift": "^6.1.3", + "downshift": "^6.1.12", "http-link-header": "^1.0.2", "i18next": "^22.4.15", "i18next-browser-languagedetector": "^7.0.1",