From bb6fe8a79643ca5143b791cfbb3785709f286085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:43:18 +0000 Subject: [PATCH] Bump @types/node from 26.0.1 to 26.1.0 in /user-auth/graphtutorial Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.0.1 to 26.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 ae3a0f51..0f63a5c9 100644 --- a/user-auth/graphtutorial/package-lock.json +++ b/user-auth/graphtutorial/package-lock.json @@ -18,7 +18,7 @@ "@microsoft/microsoft-graph-types": "^2.43.1", "@tony.ganchev/eslint-plugin-header": "^3.4.4", "@types/isomorphic-fetch": "^0.0.39", - "@types/node": "^26.0.1", + "@types/node": "^26.1.0", "@types/readline-sync": "^1.4.8", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", @@ -878,9 +878,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.0.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", - "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", + "version": "26.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.0.tgz", + "integrity": "sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index ecf742fe..592b7469 100644 --- a/user-auth/graphtutorial/package.json +++ b/user-auth/graphtutorial/package.json @@ -16,7 +16,7 @@ "@microsoft/microsoft-graph-types": "^2.43.1", "@tony.ganchev/eslint-plugin-header": "^3.4.4", "@types/isomorphic-fetch": "^0.0.39", - "@types/node": "^26.0.1", + "@types/node": "^26.1.0", "@types/readline-sync": "^1.4.8", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8",