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",