From 70b469e69b99a7bb3a2a91f1b91c1386d9cfd6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:03:29 +0000 Subject: [PATCH] fix(deps): Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/core-v0.2.0...plugin-kit-v0.2.3) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42a2780..42fd360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,12 +49,14 @@ "eslint-plugin-no-explicit-type-exports": "^0.12.1", "eslint-plugin-perfectionist": "^3.9.1", "eslint-plugin-promise": "^7.1.0", + "eslint-plugin-putout": "^23.2.0", "eslint-plugin-regexp": "^2.6.0", "eslint-plugin-security": "^3.0.1", "eslint-plugin-sonarjs": "^2.0.3", "eslint-plugin-unicorn": "^56.0.0", "prettier": "^3.3.3", - "putout": "^36.9.0" + "putout": "^36.9.0", + "typescript-eslint": "^8.13.0" } }, "node_modules/@ampproject/remapping": { @@ -2014,9 +2016,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz", - "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz", + "integrity": "sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==", "dependencies": { "levn": "^0.4.1" },