From efc7ad2c0b6b60dd9c596af0b8caedc059043a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:20:25 +0000 Subject: [PATCH] Bump @stylistic/eslint-plugin from 5.8.0 to 5.9.0 in /InfoLogger Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.8.0 to 5.9.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.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- InfoLogger/package-lock.json | 18 +++++++++--------- InfoLogger/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/InfoLogger/package-lock.json b/InfoLogger/package-lock.json index 9e52b8011..8e55819ba 100644 --- a/InfoLogger/package-lock.json +++ b/InfoLogger/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "eslint": "^10.0.2", "eslint-plugin-jsdoc": "^62.7.1", "globals": "^17.4.0", @@ -1053,14 +1053,14 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.8.0.tgz", - "integrity": "sha512-WNPVF/FfBAjyi3OA7gok8swRiImNLKI4dmV3iK/GC/0xSJR7eCzBFsw9hLZVgb1+MYNLy7aDsjohxN1hA/FIfQ==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.9.0.tgz", + "integrity": "sha512-FqqSkvDMYJReydrMhlugc71M76yLLQWNfmGq+SIlLa7N3kHp8Qq8i2PyWrVNAfjOyOIY+xv9XaaYwvVW7vroMA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/types": "^8.54.0", + "@typescript-eslint/types": "^8.56.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -1070,7 +1070,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=9.0.0" + "eslint": "^9.0.0 || ^10.0.0" } }, "node_modules/@tootallnate/quickjs-emscripten": { @@ -1129,9 +1129,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.55.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.55.0.tgz", - "integrity": "sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==", + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz", + "integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==", "dev": true, "license": "MIT", "engines": { diff --git a/InfoLogger/package.json b/InfoLogger/package.json index 1a1c76132..38373372e 100644 --- a/InfoLogger/package.json +++ b/InfoLogger/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "eslint": "^10.0.2", "eslint-plugin-jsdoc": "^62.7.1", "globals": "^17.4.0",