From 097abaecb18baa36aa70dc98f3c5a7057c9d26b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:44:15 +0000 Subject: [PATCH] build(deps-dev): bump @stylistic/eslint-plugin from 4.4.1 to 5.0.0 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 4.4.1 to 5.0.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/v5.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2a759efd..2e05eda5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "@nestjs/cli": "^11.0.1", "@nestjs/schematics": "^11.0.4", "@nestjs/testing": "^11.0.13", - "@stylistic/eslint-plugin": "^4.0.1", + "@stylistic/eslint-plugin": "^5.0.0", "@types/bcrypt": "^5.0.0", "@types/chai": "^5.0.0", "@types/express": "^5.0.0", @@ -3008,15 +3008,16 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz", - "integrity": "sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.0.0.tgz", + "integrity": "sha512-nVV2FSzeTJ3oFKw+3t9gQYQcrgbopgCASSY27QOtkhEGgSfdQQjDmzZd41NeT1myQ8Wc6l+pZllST9qIu4NKzg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.32.1", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", + "@eslint-community/eslint-utils": "^4.7.0", + "@typescript-eslint/types": "^8.34.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", "estraverse": "^5.3.0", "picomatch": "^4.0.2" }, diff --git a/package.json b/package.json index 2e359e4af..84d610faa 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@nestjs/cli": "^11.0.1", "@nestjs/schematics": "^11.0.4", "@nestjs/testing": "^11.0.13", - "@stylistic/eslint-plugin": "^4.0.1", + "@stylistic/eslint-plugin": "^5.0.0", "@types/bcrypt": "^5.0.0", "@types/chai": "^5.0.0", "@types/express": "^5.0.0",