From 98a89f765e252f2ebfe6cb4e4ee6f8d5867230aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:05:17 +0000 Subject: [PATCH] chore(deps): bump @typescript-eslint/typescript-estree Bumps [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) from 6.21.0 to 7.0.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/typescript-estree) --- updated-dependencies: - dependency-name: "@typescript-eslint/typescript-estree" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workspaces/ts-source-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/ts-source-parser/package.json b/workspaces/ts-source-parser/package.json index cac1124..443e44f 100644 --- a/workspaces/ts-source-parser/package.json +++ b/workspaces/ts-source-parser/package.json @@ -32,6 +32,6 @@ }, "homepage": "https://github.com/NodeSecure/js-x-ray/tree/master/workspaces/ts-source-parser#readme", "dependencies": { - "@typescript-eslint/typescript-estree": "^6.19.1" + "@typescript-eslint/typescript-estree": "^7.0.1" } }