From 28b8a6246e50f8b969adab64ca1cc67362e60482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:31:44 +0000 Subject: [PATCH] Bump @types/node in /app-auth/graphapponlytutorial Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.1 to 25.3.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: 25.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/package-lock.json | 16 ++++++++-------- app-auth/graphapponlytutorial/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app-auth/graphapponlytutorial/package-lock.json b/app-auth/graphapponlytutorial/package-lock.json index 16636282..f0dacee9 100644 --- a/app-auth/graphapponlytutorial/package-lock.json +++ b/app-auth/graphapponlytutorial/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.3.0", "@types/readline-sync": "^1.4.8", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", @@ -576,13 +576,13 @@ "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.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.0.tgz", + "integrity": "sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/readline-sync": { @@ -2323,9 +2323,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/app-auth/graphapponlytutorial/package.json b/app-auth/graphapponlytutorial/package.json index 846a675d..fa4ea736 100644 --- a/app-auth/graphapponlytutorial/package.json +++ b/app-auth/graphapponlytutorial/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.3.0", "@types/readline-sync": "^1.4.8", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0",