From 5361ed09aacc07091cbd5b899edf41204234d72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:47:45 +0000 Subject: [PATCH] Bump @types/node from 26.1.0 to 26.1.1 in /user-auth/graphtutorial Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.0 to 26.1.1. - [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.1 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 0cd4b887..286c8424 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.1.0", + "@types/node": "^26.1.1", "@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.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.0.tgz", - "integrity": "sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index 96aa8e9a..98dcb093 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.1.0", + "@types/node": "^26.1.1", "@types/readline-sync": "^1.4.8", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8",