From 48e08016c64c6573bcbfee49e517592697ca54db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:42:32 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-typescript-sort-keys from 3.2.0 to 3.3.0 Bumps [eslint-plugin-typescript-sort-keys](https://github.com/infctr/eslint-plugin-typescript-sort-keys) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/infctr/eslint-plugin-typescript-sort-keys/releases) - [Changelog](https://github.com/infctr/eslint-plugin-typescript-sort-keys/blob/master/CHANGELOG.md) - [Commits](https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-typescript-sort-keys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3bc9f23..72c101ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8178,9 +8178,9 @@ } }, "node_modules/eslint-plugin-typescript-sort-keys": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-3.2.0.tgz", - "integrity": "sha512-GutszvriaVtwmn7pQjuj9/9o0iXhD7XZs0/424+zsozdRr/fdg5e8206t478Vnqnqi1GjuxcAolj1kf74KnhPA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-3.3.0.tgz", + "integrity": "sha512-bRW3Rc/VNdrSP9OoY5wgjjaXCOOkZKpzvl/Mk6l8Sg8CMehVIcg9K4y33l+ZcZiknpl0aR6rKusxuCJNGZWmVw==", "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0", "json-schema": "^0.4.0", @@ -8190,7 +8190,7 @@ "node": ">= 16" }, "peerDependencies": { - "@typescript-eslint/parser": "^6 || ^7", + "@typescript-eslint/parser": ">=6", "eslint": "^7 || ^8", "typescript": "^3 || ^4 || ^5" }