diff --git a/package-lock.json b/package-lock.json index ea73028..b3ac31a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@aws-sdk/client-lambda": "3.1030.0", "@aws-sdk/client-s3": "3.1030.0", - "@hapi/wreck": "18.1.0", + "@hapi/wreck": "18.1.2", "@smithy/node-http-handler": "4.5.2", "async-retry": "1.3.3", "axios": "1.15.0", @@ -1752,9 +1752,9 @@ } }, "node_modules/@hapi/wreck": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@hapi/wreck/-/wreck-18.1.0.tgz", - "integrity": "sha512-0z6ZRCmFEfV/MQqkQomJ7sl/hyxvcZM7LtuVqN3vdAO4vM9eBbowl0kaqQj9EJJQab+3Uuh1GxbGIBFy4NfJ4w==", + "version": "18.1.2", + "resolved": "https://registry.npmjs.org/@hapi/wreck/-/wreck-18.1.2.tgz", + "integrity": "sha512-3dMnV2pfhQiyEqu8DL3VBmxkdLiRDiiUDuG79Dp+UK1gL9ZxAfDOUhB6k3D5MLqcgJJ1IARyGFhwoc1NITr/pg==", "license": "BSD-3-Clause", "dependencies": { "@hapi/boom": "^10.0.1", diff --git a/package.json b/package.json index a35c1e7..482d22f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@aws-sdk/client-lambda": "3.1030.0", "@aws-sdk/client-s3": "3.1030.0", - "@hapi/wreck": "18.1.0", + "@hapi/wreck": "18.1.2", "@smithy/node-http-handler": "4.5.2", "async-retry": "1.3.3", "axios": "1.15.0",