From a120c5660db64f062b51ae7a77779a434fa2b40c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:42:41 +0000 Subject: [PATCH] build(deps-dev): Bump npm-package-json-lint-config-tc Bumps [npm-package-json-lint-config-tc](https://github.com/tclindner/npm-package-json-lint-config-tc) from 8.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/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: npm-package-json-lint-config-tc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"