diff --git a/package-lock.json b/package-lock.json index 631e1e7..b12887f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "is-plain-obj": "^3.0.0", "jest": "^29.7.0", "npm-package-json-lint": "^7.1.0", - "npm-package-json-lint-config-tc": "^7.0.0", + "npm-package-json-lint-config-tc": "^8.0.1", "prettier": "^2.8.8" }, "engines": { @@ -7033,16 +7033,17 @@ } }, "node_modules/npm-package-json-lint-config-tc": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/npm-package-json-lint-config-tc/-/npm-package-json-lint-config-tc-7.0.0.tgz", - "integrity": "sha512-RKuFkPix+GCH4yZ1XJcxLhux2X+I9XCnDMYUgWno+mPr2a0yMlRPwsT/wP940X5I0DLKeUZR4Ya0LK9cJtJ2Jw==", + "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, + "license": "MIT", "engines": { - "node": ">=16.0.0", - "npm": ">=8.0.0" + "node": ">=18.0.0", + "npm": ">=9.0.0" }, "peerDependencies": { - "npm-package-json-lint": "^7.0.0" + "npm-package-json-lint": "^8.0.0" } }, "node_modules/npm-package-json-lint/node_modules/ansi-styles": { diff --git a/package.json b/package.json index c22b019..d99a969 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "is-plain-obj": "^3.0.0", "jest": "^29.7.0", "npm-package-json-lint": "^7.1.0", - "npm-package-json-lint-config-tc": "^7.0.0", + "npm-package-json-lint-config-tc": "^8.0.1", "prettier": "^2.8.8" }, "peerDependencies": {