diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index d7378c04..8dfd734d 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/aws-lambda": "8.10.125", - "@types/node": "18.18.5", + "@types/node": "18.18.6", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "eslint": "8.51.0", @@ -230,9 +230,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.18.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.5.tgz", - "integrity": "sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==", + "version": "18.18.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.6.tgz", + "integrity": "sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==", "dev": true }, "node_modules/@types/semver": { diff --git a/infrastructure/package.json b/infrastructure/package.json index 4e14b7e4..68332847 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/aws-lambda": "8.10.125", - "@types/node": "18.18.5", + "@types/node": "18.18.6", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "eslint": "8.51.0",