diff --git a/package-lock.json b/package-lock.json index bf0f3a8..5370049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@microsoft/microsoft-graph-types": "^2.40.0", "@types/config": "^3.3.5", "@types/isomorphic-fetch": "^0.0.39", - "@types/node": "^20.19.0", + "@types/node": "^24.6.0", "@types/readline-sync": "^1.4.8", "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.43.0", @@ -623,13 +623,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.0.tgz", - "integrity": "sha512-hfrc+1tud1xcdVTABC2JiomZJEklMcXYNTVtZLAeqTVWD+qL5jkHKT+1lOtqDdGxt+mB53DTtiz673vfjU8D1Q==", + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", + "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/readline-sync": { @@ -2537,9 +2537,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index ab4f287..36ccd36 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@microsoft/microsoft-graph-types": "^2.40.0", "@types/config": "^3.3.5", "@types/isomorphic-fetch": "^0.0.39", - "@types/node": "^20.19.0", + "@types/node": "^24.6.0", "@types/readline-sync": "^1.4.8", "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.43.0",