From 3696e4c648bea413eabc20f17c2b689152480723 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Mon, 16 Sep 2019 17:54:29 -0300 Subject: [PATCH] Update @hapi/subtext as per security advisory (#7172) This change was advised by https://www.npmjs.com/advisories/1165 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3278b4541..e47061426 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1727,9 +1727,9 @@ "@hapi/joi" "15.x.x" "@hapi/subtext@6.x.x": - version "6.1.1" - resolved "https://registry.yarnpkg.com/@hapi/subtext/-/subtext-6.1.1.tgz#3b63b4175a7bd06cd0d21f13912c7d81de90e6d2" - integrity sha512-Y7NjKFRPwlzKRw5IdwRou42hR4IBQZolT+/DlvfSr/CBjGyu38n5+9LKfNKzqB/0AVEk+xynCijsx1o1UVWX8A== + version "6.1.2" + resolved "https://registry.yarnpkg.com/@hapi/subtext/-/subtext-6.1.2.tgz#87754f0c25b4e2676575a3686541e5b555b0c717" + integrity sha512-G1kqD1E2QdxpvpL26WieIyo3z0qCa/sAGSa2TJI/PYPWCR9rL0rqFvhWY774xPZ4uK1PV3TIaJcx8AruAvxclg== dependencies: "@hapi/boom" "7.x.x" "@hapi/bourne" "1.x.x"