From dd30cd04c2a1aeb3ce504df6eff7fe56d62f0493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:51:50 +0000 Subject: [PATCH] Bump @tony.ganchev/eslint-plugin-header in /user-auth/graphtutorial Bumps [@tony.ganchev/eslint-plugin-header](https://github.com/tonyganchev/eslint-plugin-header) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/tonyganchev/eslint-plugin-header/releases) - [Changelog](https://github.com/tonyganchev/eslint-plugin-header/blob/main/CHANGELOG.md) - [Commits](https://github.com/tonyganchev/eslint-plugin-header/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: "@tony.ganchev/eslint-plugin-header" dependency-version: 3.4.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/package-lock.json | 8 ++++---- user-auth/graphtutorial/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/user-auth/graphtutorial/package-lock.json b/user-auth/graphtutorial/package-lock.json index 511d3748..3566d303 100644 --- a/user-auth/graphtutorial/package-lock.json +++ b/user-auth/graphtutorial/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@microsoft/microsoft-graph-types": "^2.43.1", - "@tony.ganchev/eslint-plugin-header": "^3.4.3", + "@tony.ganchev/eslint-plugin-header": "^3.4.4", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^25.6.0", "@types/readline-sync": "^1.4.8", @@ -832,9 +832,9 @@ } }, "node_modules/@tony.ganchev/eslint-plugin-header": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/@tony.ganchev/eslint-plugin-header/-/eslint-plugin-header-3.4.3.tgz", - "integrity": "sha512-C8oGfJNGGcYl3y55JRS6Sfr9pAtjXyVN4qJllr5g3g6wrDkxcPMQ0654FsZtnQJTXA4swcwtR1cUhCBvW0WDKA==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@tony.ganchev/eslint-plugin-header/-/eslint-plugin-header-3.4.4.tgz", + "integrity": "sha512-O3PDvjikVWECu078bLdRb2HwjVgR+wa7D0GX8gN1A8axlgEc7tordHOoEYcKRVxGcAw7bxXjwiKGXaY17qXD+Q==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index 5cd8eda5..bbe9d527 100644 --- a/user-auth/graphtutorial/package.json +++ b/user-auth/graphtutorial/package.json @@ -14,7 +14,7 @@ "license": "MIT", "devDependencies": { "@microsoft/microsoft-graph-types": "^2.43.1", - "@tony.ganchev/eslint-plugin-header": "^3.4.3", + "@tony.ganchev/eslint-plugin-header": "^3.4.4", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^25.6.0", "@types/readline-sync": "^1.4.8",