From a85bd5e8a1169787bbbb66e881c530ade1b1d2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:04:15 +0000 Subject: [PATCH] npm-auth-frontend: bump @rushstack/eslint-patch Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.10.1 to 1.10.2. - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch) --- updated-dependencies: - dependency-name: "@rushstack/eslint-patch" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../azure-ad-b2c-sample/auth-frontend/package-lock.json | 8 ++++---- samples/azure-ad-b2c-sample/auth-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/azure-ad-b2c-sample/auth-frontend/package-lock.json b/samples/azure-ad-b2c-sample/auth-frontend/package-lock.json index 3d8e86a85..01e0c657f 100644 --- a/samples/azure-ad-b2c-sample/auth-frontend/package-lock.json +++ b/samples/azure-ad-b2c-sample/auth-frontend/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.9.0", - "@rushstack/eslint-patch": "^1.7.2", + "@rushstack/eslint-patch": "^1.10.2", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", "@types/node": "^20.10.5", @@ -1710,9 +1710,9 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.1.tgz", - "integrity": "sha512-S3Kq8e7LqxkA9s7HKLqXGTGck1uwis5vAXan3FnU5yw1Ec5hsSGnq4s/UCaSqABPOnOTg7zASLyst7+ohgWexg==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz", + "integrity": "sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==", "dev": true }, "node_modules/@sinclair/typebox": { diff --git a/samples/azure-ad-b2c-sample/auth-frontend/package.json b/samples/azure-ad-b2c-sample/auth-frontend/package.json index decca2b9d..ff78f9ce0 100644 --- a/samples/azure-ad-b2c-sample/auth-frontend/package.json +++ b/samples/azure-ad-b2c-sample/auth-frontend/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.9.0", - "@rushstack/eslint-patch": "^1.7.2", + "@rushstack/eslint-patch": "^1.10.2", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", "@types/node": "^20.10.5",