diff --git a/package-lock.json b/package-lock.json index 04cb43a..dd2bb48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@octokit/plugin-paginate-rest": "^11.3.6", "@octokit/plugin-retry": "^7.1.2", "@octokit/plugin-throttling": "^9.3.2", - "type-fest": "^4.29.1", + "type-fest": "^4.30.0", "validate-npm-package-name": "^6.0.0", "yargs": "^17.7.2" }, @@ -8580,9 +8580,9 @@ } }, "node_modules/type-fest": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz", - "integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==", + "version": "4.30.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz", + "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" diff --git a/package.json b/package.json index 8d76063..0e00b53 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@octokit/plugin-paginate-rest": "^11.3.6", "@octokit/plugin-retry": "^7.1.2", "@octokit/plugin-throttling": "^9.3.2", - "type-fest": "^4.29.1", + "type-fest": "^4.30.0", "validate-npm-package-name": "^6.0.0", "yargs": "^17.7.2" },