From 3797c6e03f26c45ffa4d4dd245f0de68921efd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:31:12 +0000 Subject: [PATCH] chore(deps-dev): bump @rushstack/eslint-patch Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.5.1 to 1.6.0. - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.6.0/eslint/eslint-patch) --- updated-dependencies: - dependency-name: "@rushstack/eslint-patch" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/main/resources/generator/dependencies/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/generator/dependencies/vue/package.json b/src/main/resources/generator/dependencies/vue/package.json index 4a9c1966839..b144a6631ca 100644 --- a/src/main/resources/generator/dependencies/vue/package.json +++ b/src/main/resources/generator/dependencies/vue/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@pinia/testing": "0.1.3", - "@rushstack/eslint-patch": "1.5.1", + "@rushstack/eslint-patch": "1.6.0", "@types/sinon": "17.0.2", "@typescript-eslint/parser": "6.12.0", "@vitejs/plugin-vue": "4.5.0",