From 9999b4e484aebfd5bb8570b36de9fe25f5ed476d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:26:53 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-package-json from 0.40.5 to 0.42.0 Bumps [eslint-plugin-package-json](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json) from 0.40.5 to 0.42.0. - [Release notes](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/releases) - [Changelog](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.40.5...v0.42.0) --- updated-dependencies: - dependency-name: eslint-plugin-package-json dependency-version: 0.42.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a4e1da7..50317355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint": "^9.29.0", "eslint-plugin-depend": "^1.2.0", "eslint-plugin-import-x": "^4.15.2", - "eslint-plugin-package-json": "^0.40.5", + "eslint-plugin-package-json": "^0.42.0", "globals": "^16.2.0", "husky": "^9.1.7", "lint-staged": "^16.1.2", @@ -3608,11 +3608,10 @@ } }, "node_modules/eslint-plugin-package-json": { - "version": "0.40.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-package-json/-/eslint-plugin-package-json-0.40.5.tgz", - "integrity": "sha512-2foilLDf3l50SzfLC1KXb9MPrhO3TX2jX3pgOdpzhuUaErxob7rmpKpMT7ToqBVsgdWJPpr8wef3NOAxn+8M6g==", + "version": "0.42.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-package-json/-/eslint-plugin-package-json-0.42.0.tgz", + "integrity": "sha512-aOmIikMFtMC4bPMqf1ZxkV2nwrxp7YaVGWMB8ummKBW7TGeJrvQZ2p5aj7txoxfnLskTfCjn7bPayMKlE7o1Mw==", "dev": true, - "license": "MIT", "dependencies": { "@altano/repository-tools": "^1.0.0", "change-case": "^5.4.4", diff --git a/package.json b/package.json index 360a069e..d692d841 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint": "^9.29.0", "eslint-plugin-depend": "^1.2.0", "eslint-plugin-import-x": "^4.15.2", - "eslint-plugin-package-json": "^0.40.5", + "eslint-plugin-package-json": "^0.42.0", "globals": "^16.2.0", "husky": "^9.1.7", "lint-staged": "^16.1.2",