diff --git a/hexagonal-architectures/package-lock.json b/hexagonal-architectures/package-lock.json index a65962aa05..94f1a26ee3 100644 --- a/hexagonal-architectures/package-lock.json +++ b/hexagonal-architectures/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.146", "@types/jest": "^27.5.0", - "@types/node": "^22.10.1", + "@types/node": "^22.10.2", "@types/uuid": "^9.0.8", "aws-sam-webpack-plugin": "^0.14.0", "jest": "^27.5.1", @@ -2906,9 +2906,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", - "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "version": "22.10.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", + "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", "dev": true, "dependencies": { "undici-types": "~6.20.0" @@ -9972,9 +9972,9 @@ "dev": true }, "@types/node": { - "version": "22.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", - "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "version": "22.10.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", + "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", "dev": true, "requires": { "undici-types": "~6.20.0" diff --git a/hexagonal-architectures/package.json b/hexagonal-architectures/package.json index fbea1722e2..6a9f024998 100644 --- a/hexagonal-architectures/package.json +++ b/hexagonal-architectures/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.146", "@types/jest": "^27.5.0", - "@types/node": "^22.10.1", + "@types/node": "^22.10.2", "@types/uuid": "^9.0.8", "aws-sam-webpack-plugin": "^0.14.0", "jest": "^27.5.1",