diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 57c23d03..9100c8d6 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/aws-lambda": "8.10.126", - "@types/node": "20.9.2", + "@types/node": "20.9.3", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "eslint": "8.54.0", @@ -230,9 +230,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", - "integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", + "version": "20.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz", + "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" diff --git a/infrastructure/package.json b/infrastructure/package.json index 2d1cff87..19ae97f4 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/aws-lambda": "8.10.126", - "@types/node": "20.9.2", + "@types/node": "20.9.3", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "eslint": "8.54.0",