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",