From 9c56e83fc9737ba2ab35428f8f6a7256e19ce086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 02:51:23 +0000 Subject: [PATCH] Bump @hapi/subtext from 7.0.4 to 7.1.0 Bumps [@hapi/subtext](https://github.com/hapijs/subtext) from 7.0.4 to 7.1.0. - [Release notes](https://github.com/hapijs/subtext/releases) - [Commits](https://github.com/hapijs/subtext/compare/v7.0.4...v7.1.0) --- updated-dependencies: - dependency-name: "@hapi/subtext" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- packages/core/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index c6fbfb3ec4..174760a3d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -126,7 +126,7 @@ "dependencies": { "@astronautlabs/jsonpath": "^1.1.0", "@hapi/call": "^9.0.1", - "@hapi/subtext": "^7.0.4", + "@hapi/subtext": "^7.1.0", "@k8slens/node-fetch": "^6.4.0-beta.13", "@kubernetes/client-node": "^0.18.1", "@material-ui/styles": "^4.11.5", diff --git a/packages/core/yarn.lock b/packages/core/yarn.lock index 9af0560f6e..90dbf2df53 100644 --- a/packages/core/yarn.lock +++ b/packages/core/yarn.lock @@ -898,10 +898,10 @@ "@hapi/hoek" "^9.0.4" "@hapi/vise" "^4.0.0" -"@hapi/pez@^5.0.1": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@hapi/pez/-/pez-5.0.3.tgz#b75446e6fef8cbb16816573ab7da1b0522e7a2a1" - integrity sha512-mpikYRJjtrbJgdDHG/H9ySqYqwJ+QU/D7FXsYciS9P7NYBXE2ayKDAy3H0ou6CohOCaxPuTV4SZ0D936+VomHA== +"@hapi/pez@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@hapi/pez/-/pez-5.1.0.tgz#c03a5e01f8be01cfabc4c0017631e619586321c1" + integrity sha512-YfB0btnkLB3lb6Ry/1KifnMPBm5ZPfaAHWFskzOMAgDgXgcBgA+zjpIynyEiBfWEz22DBT8o1e2tAaBdlt8zbw== dependencies: "@hapi/b64" "5.x.x" "@hapi/boom" "9.x.x" @@ -909,17 +909,17 @@ "@hapi/hoek" "9.x.x" "@hapi/nigel" "4.x.x" -"@hapi/subtext@^7.0.4": - version "7.0.4" - resolved "https://registry.yarnpkg.com/@hapi/subtext/-/subtext-7.0.4.tgz#aa46e4b45aad8115938334d5a3620a17b3b33ee5" - integrity sha512-Y72moHhbRuO8kwBHFEnCRw7oOnhNh4Pl+aonxAze18jkyMpE4Gwz4lNID7ei8vd3lpXC2rKdkxXJgtfY+WttRw== +"@hapi/subtext@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@hapi/subtext/-/subtext-7.1.0.tgz#b4d1ea2aeab1923ac130a24e75921e38fab5b15b" + integrity sha512-n94cU6hlvsNRIpXaROzBNEJGwxC+HA69q769pChzej84On8vsU14guHDub7Pphr/pqn5b93zV3IkMPDU5AUiXA== dependencies: "@hapi/boom" "9.x.x" "@hapi/bourne" "2.x.x" "@hapi/content" "^5.0.2" "@hapi/file" "2.x.x" "@hapi/hoek" "9.x.x" - "@hapi/pez" "^5.0.1" + "@hapi/pez" "^5.1.0" "@hapi/wreck" "17.x.x" "@hapi/topo@^5.0.0":