From 4d2442046d95d45e552aea954c0e5cd52de51d46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:00:45 +0000 Subject: [PATCH] Bump dependency @stylistic/eslint-plugin to v5.3.1 | datasource | package | from | to | | ---------- | ------------------------ | ----- | ----- | | npm | @stylistic/eslint-plugin | 5.2.3 | 5.3.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/TodoApp/package-lock.json | 10 +++++----- src/TodoApp/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 845cef17..dc2f228f 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@babel/core": "7.28.3", "@babel/preset-env": "7.28.3", - "@stylistic/eslint-plugin": "5.2.3", + "@stylistic/eslint-plugin": "5.3.1", "@typescript-eslint/eslint-plugin": "8.41.0", "@typescript-eslint/parser": "8.41.0", "eslint": "9.34.0", @@ -2805,14 +2805,14 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz", - "integrity": "sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.3.1.tgz", + "integrity": "sha512-Ykums1VYonM0TgkD0VteVq9mrlO2FhF48MDJnPyv3MktIB2ydtuhlO0AfWm7xnW1kyf5bjOqA6xc7JjviuVTxg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", - "@typescript-eslint/types": "^8.38.0", + "@typescript-eslint/types": "^8.41.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index aec85b4a..0408d526 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@babel/core": "7.28.3", "@babel/preset-env": "7.28.3", - "@stylistic/eslint-plugin": "5.2.3", + "@stylistic/eslint-plugin": "5.3.1", "@typescript-eslint/eslint-plugin": "8.41.0", "@typescript-eslint/parser": "8.41.0", "eslint": "9.34.0",