From 8c312e4fa6da5d51d41d3c94173dc7f5acf78e1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:36:02 +0000 Subject: [PATCH] Bump dependency @stylistic/eslint-plugin to v5.5.0 | datasource | package | from | to | | ---------- | ------------------------ | ----- | ----- | | npm | @stylistic/eslint-plugin | 5.4.0 | 5.5.0 | 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 f805be4c..2c9cb744 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@babel/core": "7.28.4", "@babel/preset-env": "7.28.3", - "@stylistic/eslint-plugin": "5.4.0", + "@stylistic/eslint-plugin": "5.5.0", "@typescript-eslint/eslint-plugin": "8.46.1", "@typescript-eslint/parser": "8.46.1", "eslint": "9.38.0", @@ -2809,14 +2809,14 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.4.0.tgz", - "integrity": "sha512-UG8hdElzuBDzIbjG1QDwnYH0MQ73YLXDFHgZzB4Zh/YJfnw8XNsloVtytqzx0I2Qky9THSdpTmi8Vjn/pf/Lew==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.5.0.tgz", + "integrity": "sha512-IeZF+8H0ns6prg4VrkhgL+yrvDXWDH2cKchrbh80ejG9dQgZWp10epHMbgRuQvgchLII/lfh6Xn3lu6+6L86Hw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.0", - "@typescript-eslint/types": "^8.44.0", + "@typescript-eslint/types": "^8.46.1", "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 a92dcce9..e73fc8e4 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@babel/core": "7.28.4", "@babel/preset-env": "7.28.3", - "@stylistic/eslint-plugin": "5.4.0", + "@stylistic/eslint-plugin": "5.5.0", "@typescript-eslint/eslint-plugin": "8.46.1", "@typescript-eslint/parser": "8.46.1", "eslint": "9.38.0",