From 3ca52950f10619193dc821d0d61e690d8ac71106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:18:32 +0000 Subject: [PATCH] chore(deps-dev): bump eslint in /packages/npm-package-json-lint-config Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.6.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/npm-package-json-lint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/npm-package-json-lint-config/package.json b/packages/npm-package-json-lint-config/package.json index 5f70937..5f7f332 100644 --- a/packages/npm-package-json-lint-config/package.json +++ b/packages/npm-package-json-lint-config/package.json @@ -12,7 +12,7 @@ "npm-package-json-lint-config-default": "^6.0.0" }, "devDependencies": { - "eslint": "8.57.0", + "eslint": "9.6.0", "npm-package-json-lint": "7.1.0", "prettier": "3.2.5", "tsup": "8.0.2",