From 0e86f0b874a6e81d794d8d9075aed7f113f91954 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:14:59 +0000 Subject: [PATCH] fix(deps): update dependency @stylistic/eslint-plugin-ts to ^2.12.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index be0bd765..e28560a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "24.0.0-beta.1", "license": "MIT", "dependencies": { - "@stylistic/eslint-plugin-ts": "^2.11.0", + "@stylistic/eslint-plugin-ts": "^2.12.1", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "eslint-config-prettier": "^9.1.0", @@ -435,9 +435,9 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.11.0.tgz", - "integrity": "sha512-ZBxnfSjzxUiwCibbVCeYCYwZw+P5xaQw+pNA8B8uR42fdMQIOhUstXjJuS2nTHoW5CF4+vGSxbL4gklI8WxhyA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.12.1.tgz", + "integrity": "sha512-Xx1NIioeW6LLlOfq5L/dLSrUXvi6q80UXDNbn/rXjKCzFT4a8wKwtp1q25kssdr1JEXI9a6tOHwFsh4Em+MoGg==", "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", diff --git a/package.json b/package.json index b51aed41..f8490f7d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "typescript": ">=4.7.5 || ^5.0.0" }, "dependencies": { - "@stylistic/eslint-plugin-ts": "^2.11.0", + "@stylistic/eslint-plugin-ts": "^2.12.1", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "eslint-config-prettier": "^9.1.0",