From 114db72485d398ccafd1b386ce4e99211864c3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:14:37 +0300 Subject: [PATCH] Bump @hapi/subtext from 7.0.4 to 7.1.0 (#7194) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Andreev --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 463e9a7b10..4e9ae7c9bf 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",