From e4de5953adcda5c52bc8ba1738c2d9b090c2e4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 01:58:22 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.2 to 5.37.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.37.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/main/resources/generator/dependencies/svelte/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/generator/dependencies/svelte/package.json b/src/main/resources/generator/dependencies/svelte/package.json index 9d475cd8bdf..0a1612b5695 100644 --- a/src/main/resources/generator/dependencies/svelte/package.json +++ b/src/main/resources/generator/dependencies/svelte/package.json @@ -13,7 +13,7 @@ "@testing-library/svelte": "3.2.1", "@types/jest": "29.0.1", "@typescript-eslint/eslint-plugin": "5.37.0", - "@typescript-eslint/parser": "5.36.2", + "@typescript-eslint/parser": "5.37.0", "babel-jest": "29.0.3", "babel-plugin-transform-vite-meta-env": "1.0.3", "eslint": "8.23.0",