From 4af72ecf7d97694111e79d488a6b5205590f318b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:27:29 +0000 Subject: [PATCH] Bump @hapi/hoek from 8.4.0 to 8.5.1 in /C4/C4.6/my_project/client Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 8.4.0 to 8.5.1. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v8.4.0...v8.5.1) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- C4/C4.6/my_project/client/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/C4.6/my_project/client/package-lock.json b/C4/C4.6/my_project/client/package-lock.json index ba4c2e8..8f16286 100644 --- a/C4/C4.6/my_project/client/package-lock.json +++ b/C4/C4.6/my_project/client/package-lock.json @@ -876,9 +876,9 @@ "dev": true }, "@hapi/hoek": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.4.0.tgz", - "integrity": "sha512-JLK+vNrtZSQy1PiAAvtaPGiZhFQo+BLywJkD4EHG8vCzlW9w7Y9yfb2be1GFKnZKczLgzHBpgMOBUZs1qBNB5g==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==", "dev": true }, "@hapi/joi": {