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",