From c965206305d4b8519b29716c620bea645fe38eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:05:23 +0000 Subject: [PATCH] Bump @types/node from 24.10.1 to 25.0.3 in /user-auth/graphtutorial Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.1 to 25.0.3. - [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: 25.0.3 dependency-type: direct:development update-type: version-update:semver-major ... 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 892718da..b97e0e4f 100644 --- a/user-auth/graphtutorial/package-lock.json +++ b/user-auth/graphtutorial/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@microsoft/microsoft-graph-types": "^2.43.1", "@types/isomorphic-fetch": "^0.0.39", - "@types/node": "^24.10.1", + "@types/node": "^25.0.3", "@types/readline-sync": "^1.4.8", "@typescript-eslint/eslint-plugin": "^8.50.0", "@typescript-eslint/parser": "^8.48.1", @@ -576,9 +576,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", - "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "dev": true, "license": "MIT", "peer": true, diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index a89f8172..36f54b2d 100644 --- a/user-auth/graphtutorial/package.json +++ b/user-auth/graphtutorial/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@microsoft/microsoft-graph-types": "^2.43.1", "@types/isomorphic-fetch": "^0.0.39", - "@types/node": "^24.10.1", + "@types/node": "^25.0.3", "@types/readline-sync": "^1.4.8", "@typescript-eslint/eslint-plugin": "^8.50.0", "@typescript-eslint/parser": "^8.48.1",