diff --git a/package-lock.json b/package-lock.json index 1c52fac..59a42de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-final-form": "^6.5.9", "react-icons": "^5.3.0", "react-use": "^17.5.1", - "type-fest": "^2.5.3" + "type-fest": "^4.24.0" }, "devDependencies": { "@shuoink/eslint-config": "^10.0.3", @@ -3930,18 +3930,6 @@ "node": ">=18" } }, - "node_modules/contentful/node_modules/type-fest": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz", - "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/convert-source-map": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", @@ -12099,11 +12087,12 @@ } }, "node_modules/type-fest": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.5.3.tgz", - "integrity": "sha512-7VNmE7FlsrdcWjKbtuRuynZz96Gmf35p5DvoR2tbceNP0vd58ISx87PvUUInlhtRC49vSX6qlxEKc7AoiHRirg==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.24.0.tgz", + "integrity": "sha512-spAaHzc6qre0TlZQQ2aA/nGMe+2Z/wyGk5Z+Ru2VUfdNwT6kWO6TjevOlpebsATEG1EIQ2sOiDszud3lO5mt/Q==", + "license": "(MIT OR CC0-1.0)", "engines": { - "node": ">=12.20" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -15175,13 +15164,6 @@ "contentful-sdk-core": "^8.3.1", "json-stringify-safe": "^5.0.1", "type-fest": "^4.0.0" - }, - "dependencies": { - "type-fest": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz", - "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==" - } } }, "contentful-resolve-response": { @@ -20788,9 +20770,9 @@ } }, "type-fest": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.5.3.tgz", - "integrity": "sha512-7VNmE7FlsrdcWjKbtuRuynZz96Gmf35p5DvoR2tbceNP0vd58ISx87PvUUInlhtRC49vSX6qlxEKc7AoiHRirg==" + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.24.0.tgz", + "integrity": "sha512-spAaHzc6qre0TlZQQ2aA/nGMe+2Z/wyGk5Z+Ru2VUfdNwT6kWO6TjevOlpebsATEG1EIQ2sOiDszud3lO5mt/Q==" }, "typescript": { "version": "4.4.4", diff --git a/package.json b/package.json index 37400cb..7d8668d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-final-form": "^6.5.9", "react-icons": "^5.3.0", "react-use": "^17.5.1", - "type-fest": "^2.5.3" + "type-fest": "^4.24.0" }, "devDependencies": { "@shuoink/eslint-config": "^10.0.3",