diff --git a/user-auth/graphtutorial/package-lock.json b/user-auth/graphtutorial/package-lock.json index 4af5a949..162e0d32 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": "^25.9.0", + "@types/node": "^25.9.1", "@types/readline-sync": "^1.4.8", "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8", @@ -878,9 +878,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.0.tgz", - "integrity": "sha512-AOQwYUNolgy3VosiRqXrACUXTN8nJUtPl7FJXMqZVyxiiCLhQuG3jXKvCS1ALr+Y2OmZhzzLVlYPEqJaiqkaJQ==", + "version": "25.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", + "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index 498f299a..9b6fe1b9 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": "^25.9.0", + "@types/node": "^25.9.1", "@types/readline-sync": "^1.4.8", "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8",