From 49e2750435846a9be6fd284be10e92f583bac58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:17:30 +0000 Subject: [PATCH] fix(deps): bump typescript-eslint Bumps the jet-dependencies group with 1 update in the /templates/node-jet directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.3.0 to 8.8.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jet-dependencies ... Signed-off-by: dependabot[bot] --- templates/node-jet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/node-jet/package.json b/templates/node-jet/package.json index 313f3fd..cb56656 100644 --- a/templates/node-jet/package.json +++ b/templates/node-jet/package.json @@ -28,7 +28,7 @@ "yargs-parser": "21.1.1", "eslint": "^9.9.1", "@eslint/js": "^9.9.1", - "typescript-eslint": "8.3.0" + "typescript-eslint": "8.8.0" }, "engines": { "node": ">=16.0.0"