diff --git a/package-lock.json b/package-lock.json index d5592082b..8f8654116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@hapi/jwt": "^3.2.3", "@hapi/scooter": "^7.0.0", "@hapi/vision": "^7.0.3", - "@hapi/wreck": "^18.1.0", + "@hapi/wreck": "^18.1.2", "@hapi/yar": "^11.0.3", "@types/humanize-duration": "^3.27.4", "accessible-autocomplete": "^3.0.1", @@ -6721,9 +6721,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 93602fb89..87053fe9b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@hapi/jwt": "^3.2.3", "@hapi/scooter": "^7.0.0", "@hapi/vision": "^7.0.3", - "@hapi/wreck": "^18.1.0", + "@hapi/wreck": "^18.1.2", "@hapi/yar": "^11.0.3", "@types/humanize-duration": "^3.27.4", "accessible-autocomplete": "^3.0.1",