From 05c78ac317cdd8007b73896a9cb9f0d3a605a983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 15:31:47 +0000 Subject: [PATCH] Bump npm-package-json-lint-config-tc from 7.0.0 to 8.0.1 Bumps [npm-package-json-lint-config-tc](https://github.com/tclindner/npm-package-json-lint-config-tc) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/tclindner/npm-package-json-lint-config-tc/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint-config-tc/blob/main/CHANGELOG.md) - [Commits](https://github.com/tclindner/npm-package-json-lint-config-tc/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: npm-package-json-lint-config-tc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) 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": {