From 89555ab36a92512b8c72e6a7a3e317c365354fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:33:27 +0000 Subject: [PATCH] Dependency(deps-dev): Bump @rushstack/eslint-patch in /report-viewer Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.4.0 to 1.5.1. - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.5.1/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] --- report-viewer/package-lock.json | 8 ++++---- report-viewer/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/report-viewer/package-lock.json b/report-viewer/package-lock.json index 774bfc4df2..4e2481f6c4 100644 --- a/report-viewer/package-lock.json +++ b/report-viewer/package-lock.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@playwright/test": "^1.38.1", - "@rushstack/eslint-patch": "^1.4.0", + "@rushstack/eslint-patch": "^1.5.1", "@types/jsdom": "^21.1.3", "@types/node": "^18.18.0", "@vitejs/plugin-vue": "^4.4.0", @@ -731,9 +731,9 @@ } }, "node_modules/@rushstack/eslint-patch": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.4.0.tgz", - "integrity": "sha512-cEjvTPU32OM9lUFegJagO0mRnIn+rbqrG89vV8/xLnLFX0DoR0r1oy5IlTga71Q7uT3Qus7qm7wgeiMT/+Irlg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz", + "integrity": "sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==", "dev": true }, "node_modules/@sinclair/typebox": { diff --git a/report-viewer/package.json b/report-viewer/package.json index 50e0c60160..b56429fbae 100644 --- a/report-viewer/package.json +++ b/report-viewer/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@playwright/test": "^1.38.1", - "@rushstack/eslint-patch": "^1.4.0", + "@rushstack/eslint-patch": "^1.5.1", "@types/jsdom": "^21.1.3", "@types/node": "^18.18.0", "@vitejs/plugin-vue": "^4.4.0",