From bc0c7f38e670e9944b20b43ad57d6c567e4bb191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:42:49 +0000 Subject: [PATCH] Bump @types/node from 26.1.1 to 26.1.2 in /app-auth/graphapponlytutorial Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.1 to 26.1.2. - [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.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/package-lock.json | 8 ++++---- app-auth/graphapponlytutorial/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-auth/graphapponlytutorial/package-lock.json b/app-auth/graphapponlytutorial/package-lock.json index 2460c322..0437278d 100644 --- a/app-auth/graphapponlytutorial/package-lock.json +++ b/app-auth/graphapponlytutorial/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.1", + "@types/node": "^26.1.2", "@types/readline-sync": "^1.4.8", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", @@ -896,9 +896,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://ms-feed-2.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/@types/node/-/node-26.1.1.tgz", - "integrity": "sha1-utdY1gHpfWz0V9IE7najX8570Rk=", + "version": "26.1.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz", + "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/app-auth/graphapponlytutorial/package.json b/app-auth/graphapponlytutorial/package.json index c8c973aa..d17a67f9 100644 --- a/app-auth/graphapponlytutorial/package.json +++ b/app-auth/graphapponlytutorial/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.1", + "@types/node": "^26.1.2", "@types/readline-sync": "^1.4.8", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8",