diff --git a/package-lock.json b/package-lock.json index 86aa987..e3def79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@microsoft/microsoft-graph-types": "^2.40.0", "@types/express": "^4.17.21", - "@types/node": "^20.17.28", + "@types/node": "^20.17.30", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.23.0", @@ -704,9 +704,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.17.28", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.28.tgz", - "integrity": "sha512-DHlH/fNL6Mho38jTy7/JT7sn2wnXI+wULR6PV4gy4VHLVvnrV/d3pHAMQHhc4gjdLmK2ZiPoMxzp6B3yRajLSQ==", + "version": "20.17.30", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.30.tgz", + "integrity": "sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 911ad71..c9b00ad 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@microsoft/microsoft-graph-types": "^2.40.0", "@types/express": "^4.17.21", - "@types/node": "^20.17.28", + "@types/node": "^20.17.30", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.23.0",