diff --git a/package-lock.json b/package-lock.json index 180f8de8e..38bf67afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "figures": "^3.2.0", "jest": "^29.7.0", "npm-package-json-lint-config-default": "^7.0.0", - "npm-package-json-lint-config-tc": "^8.0.0", + "npm-package-json-lint-config-tc": "^8.0.1", "prettier": "^3.3.2", "ts-jest": "^29.1.5", "typescript": "^5.4.5" @@ -5884,16 +5884,16 @@ } }, "node_modules/npm-package-json-lint-config-tc": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/npm-package-json-lint-config-tc/-/npm-package-json-lint-config-tc-8.0.0.tgz", - "integrity": "sha512-oLEPCtTcXTVXsv816Dpf3XBsJV1Thsa6YTpNF+/10nJup1wi2LSMkImDbUXXl0ClpFb+fhbzsC0UAuFcLzuxBw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/npm-package-json-lint-config-tc/-/npm-package-json-lint-config-tc-8.0.1.tgz", + "integrity": "sha512-YZpDces9a7O5/KEXjMoeiFTsmyRXCH1bvP1w0kA+Gb9AHEjZPta4HNS6Cu2hAYLIJg/m/UbzJymUX7xlVA4P2Q==", "dev": true, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "peerDependencies": { - "npm-package-json-lint": "^7.1.0" + "npm-package-json-lint": "^8.0.0" } }, "node_modules/npm-run-path": { diff --git a/package.json b/package.json index 51eaa3cd2..a6b14a076 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "figures": "^3.2.0", "jest": "^29.7.0", "npm-package-json-lint-config-default": "^7.0.0", - "npm-package-json-lint-config-tc": "^8.0.0", + "npm-package-json-lint-config-tc": "^8.0.1", "prettier": "^3.3.2", "ts-jest": "^29.1.5", "typescript": "^5.4.5"