From 4b7008d70590d7f413d7a334cdd2a33a38779b7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:07:44 +0000 Subject: [PATCH] fix(deps): pin dependency date-fns to 4.1.0 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c708cd8..3b49d15 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@cozy/minilog": "1.0.0", "cozy-clisk": "^0.38.1", - "date-fns": "^4.1.0", + "date-fns": "4.1.0", "p-wait-for": "5.0.2" }, "eslintConfig": { diff --git a/yarn.lock b/yarn.lock index 3b00c69..3cd6638 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2198,7 +2198,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -date-fns@^4.1.0: +date-fns@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14" integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==