From 61ad6d94b3a9d1b5c26ccf745bc56e5dd68b3ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:32:35 +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.1 - [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.1/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 03338d1..7823546 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.1", "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.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.12.1.tgz", + "integrity": "sha512-5ybogtEgWIGCR6dMnaabztbWyVdAPDsf/5XOk6jBonWug875Q9/a6gm9QxnU3rhdyDEnckWKX7dduwYJMOWrVA==", "dev": true, - "license": "MIT", "dependencies": { "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" diff --git a/package.json b/package.json index d526258..f650411 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.1", "eslint": "^9.16.0", "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-yml": "^1.16.0",