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",