From b3f6dd697d6ceccb893e365434e2883761fc8e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:39:31 +0000 Subject: [PATCH] dashboard: bump @rushstack/eslint-patch in /apps/dashboard Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.7.2 to 1.8.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.8.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] --- apps/dashboard/package-lock.json | 8 ++++---- apps/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/dashboard/package-lock.json b/apps/dashboard/package-lock.json index 1e64863..a3d155f 100644 --- a/apps/dashboard/package-lock.json +++ b/apps/dashboard/package-lock.json @@ -21,7 +21,7 @@ "vue-sweetalert2": "^5.0.5" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.3.3", + "@rushstack/eslint-patch": "^1.8.0", "@tsconfig/node20": "^20.1.2", "@types/jsdom": "^21.1.6", "@types/node": "^20.11.10", @@ -906,9 +906,9 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz", - "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.8.0.tgz", + "integrity": "sha512-0HejFckBN2W+ucM6cUOlwsByTKt9/+0tWhqUffNIcHqCXkthY/mZ7AuYPK/2IIaGWhdl0h+tICDO0ssLMd6XMQ==", "dev": true }, "node_modules/@sinclair/typebox": { diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index b6ee73e..97ac064 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -27,7 +27,7 @@ "vue-sweetalert2": "^5.0.5" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.3.3", + "@rushstack/eslint-patch": "^1.8.0", "@tsconfig/node20": "^20.1.2", "@types/jsdom": "^21.1.6", "@types/node": "^20.11.10",