From bd261e7d5465c77483aa0154d59415609ab430f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 07:07:25 +0000 Subject: [PATCH] fix: upgrade type-fest from 4.26.1 to 4.29.0 Snyk has created this PR to upgrade type-fest from 4.26.1 to 4.29.0. See this package in npm: type-fest See this project in Snyk: https://app.snyk.io/org/lwih/project/9e97d439-94b9-4c08-b597-4fab31c4fa0e?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 44eca7ddb..5736aaf66 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "react-toastify": "^9.1.3", "rsuite": "5.53.2", "styled-components": "5.3.10", - "type-fest": "^4.23.0", + "type-fest": "^4.29.0", "unleash-proxy-client": "^3.5.1", "uuid": "^9.0.1", "web-vitals": "^2.1.4", @@ -13523,9 +13523,10 @@ } }, "node_modules/type-fest": { - "version": "4.26.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz", - "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==", + "version": "4.29.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.0.tgz", + "integrity": "sha512-RPYt6dKyemXJe7I6oNstcH24myUGSReicxcHTvCLgzm4e0n8y05dGvcGB15/SoPRBmhlMthWQ9pvKyL81ko8nQ==", + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" }, diff --git a/frontend/package.json b/frontend/package.json index 71ba15bd3..de67a795a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "react-toastify": "^9.1.3", "rsuite": "5.53.2", "styled-components": "5.3.10", - "type-fest": "^4.23.0", + "type-fest": "^4.29.0", "unleash-proxy-client": "^3.5.1", "uuid": "^9.0.1", "web-vitals": "^2.1.4",