From d1aa854053e75c5c12829ad4a87f836e3fa0a2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:26:16 +0000 Subject: [PATCH] Bump @stylistic/eslint-plugin-js in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js). Updates `@stylistic/eslint-plugin-js` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.0/packages/eslint-plugin-js) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... 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 235b352..e74a6dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@eslint/json": "^0.8.0", "@eslint/markdown": "^6.2.1", - "@stylistic/eslint-plugin-js": "^2.11.0", + "@stylistic/eslint-plugin-js": "^2.12.0", "eslint": "^9.16.0", "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-yml": "^1.16.0", @@ -237,11 +237,10 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.11.0.tgz", - "integrity": "sha512-btchD0P3iij6cIk5RR5QMdEhtCCV0+L6cNheGhGCd//jaHILZMTi/EOqgEDAf1s4ZoViyExoToM+S2Iwa3U9DA==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.12.0.tgz", + "integrity": "sha512-HMA+qhlDLmLiYC0nyLPEJT4CBq3BP9ri51WECRKmEjO6RZm41MVZCJl+IfUcp2sUvGSl3/FSK5gzgBKcVv8S3w==", "dev": true, - "license": "MIT", "dependencies": { "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" diff --git a/package.json b/package.json index f1acddf..b98505d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@eslint/json": "^0.8.0", "@eslint/markdown": "^6.2.1", - "@stylistic/eslint-plugin-js": "^2.11.0", + "@stylistic/eslint-plugin-js": "^2.12.0", "eslint": "^9.16.0", "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-yml": "^1.16.0",