From b8a499b921e7487a6a3f18fb4ac5738b0c46a087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:39:41 +0000 Subject: [PATCH] Bump @stylistic/eslint-plugin in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin). Updates `@stylistic/eslint-plugin` from 5.2.0 to 5.2.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/v5.2.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d76a10..61ded48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@eslint/markdown": "^7.0.0", - "@stylistic/eslint-plugin": "^5.2.0", + "@stylistic/eslint-plugin": "^5.2.1", "eslint": "^9.31.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-yml": "^1.18.0", @@ -248,9 +248,9 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.2.0.tgz", - "integrity": "sha512-RCEdbREv9EBiToUBQTlRhVYKG093I6ZnnQ990j08eJ6uRZh71DXkOnoxtTLfDQ6utVCVQzrhZFHZP0zfrfOIjA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.2.1.tgz", + "integrity": "sha512-siNoKzQ0EJOfCrMFyA1wMtv1+t2OVH00PTXR9kZXji7AUVhL1TiumIF0Iufa2aqR3oOKsxjc/a8PiB9ANNW3+g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fdf9633..1263993 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@eslint/markdown": "^7.0.0", - "@stylistic/eslint-plugin": "^5.2.0", + "@stylistic/eslint-plugin": "^5.2.1", "eslint": "^9.31.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-yml": "^1.18.0",