From bef022df3963ff422fab55221e9e3247a27c94dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:10:31 +0200 Subject: [PATCH] deps: bump npm-package-json-lint from 7.1.0 to 8.0.0 (#1550) Bumps [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/tclindner/npm-package-json-lint/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: npm-package-json-lint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 380394784..ccd1ccb13 100644 --- a/package.json +++ b/package.json @@ -284,7 +284,7 @@ "micromark-extension-gfm-table": "^2.0.0", "micromark-extension-gfm-task-list-item": "^2.0.1", "mocha": "^10.0.0", - "npm-package-json-lint": "^7.0.0", + "npm-package-json-lint": "^8.0.0", "nyc": "^15.1.0", "p-map": "^7.0.1", "p-queue": "^8.0.1",