From d97c576a80249c600733c57b2a8c46a464511e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:26:22 +0000 Subject: [PATCH] Bump @rushstack/eslint-patch from 1.5.1 to 1.6.0 in /dashboard 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] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 9d7397b..db4561f 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -18,7 +18,7 @@ "vue-router": "^4.1.6" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.5.1", + "@rushstack/eslint-patch": "^1.6.0", "@tsconfig/node18": "^18.2.2", "@types/node": "^18.19.3", "@vitejs/plugin-vue": "^4.0.0", @@ -572,9 +572,9 @@ } }, "node_modules/@rushstack/eslint-patch": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz", - "integrity": "sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.0.tgz", + "integrity": "sha512-2/U3GXA6YiPYQDLGwtGlnNgKYBSwCFIHf8Y9LUY5VATHdtbLlU0Y1R3QoBnT0aB4qv/BEiVVsj7LJXoQCgJ2vA==", "dev": true }, "node_modules/@tsconfig/node18": { diff --git a/dashboard/package.json b/dashboard/package.json index 2ec6d8d..46931be 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -21,7 +21,7 @@ "vue-router": "^4.1.6" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.5.1", + "@rushstack/eslint-patch": "^1.6.0", "@tsconfig/node18": "^18.2.2", "@types/node": "^18.19.3", "@vitejs/plugin-vue": "^4.0.0",