diff --git a/package-lock.json b/package-lock.json index 6c65ce1..7d79f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "@octokit/webhooks": "^13.1.1", "@types/jest": "^29.5.12", - "@types/node": "^20.11.30", + "@types/node": "^20.12.2", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^27.9.0", @@ -1532,9 +1532,9 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, "node_modules/@types/node": { - "version": "20.11.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", - "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", + "version": "20.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz", + "integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index ac12e84..ee15acb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^6.0.0", "@octokit/webhooks": "^13.1.1", "@types/jest": "^29.5.12", - "@types/node": "^20.11.30", + "@types/node": "^20.12.2", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^27.9.0",