From 0d775e67570904882e97864256701779f50869e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:07:59 +0000 Subject: [PATCH] Bump @hapi/hoek, @hapi/joi and @hapi/topo Bumps [@hapi/hoek](https://github.com/hapijs/hoek) to 8.5.1 and updates ancestor dependencies [@hapi/hoek](https://github.com/hapijs/hoek), [@hapi/joi](https://github.com/hapijs/joi) and [@hapi/topo](https://github.com/hapijs/topo). These dependencies need to be updated together. Updates `@hapi/hoek` from 6.2.1 to 8.5.1 - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v6.2.1...v8.5.1) Updates `@hapi/joi` from 15.0.3 to 15.1.1 - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v15.0.3...v15.1.1) Updates `@hapi/topo` from 3.1.0 to 3.1.6 - [Release notes](https://github.com/hapijs/topo/releases) - [Commits](https://github.com/hapijs/topo/compare/v3.1.0...v3.1.6) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: indirect - dependency-name: "@hapi/joi" dependency-type: direct:production - dependency-name: "@hapi/topo" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++------- package.json | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a2c661..3756024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -778,9 +778,9 @@ } }, "@hapi/address": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.0.0.tgz", - "integrity": "sha512-mV6T0IYqb0xL1UALPFplXYQmR0twnXG0M6jUswpquqT2sD12BOiCiLy3EvMp/Fy7s3DZElC4/aPjEjo2jeZpvw==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", + "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==" }, "@hapi/ammo": { "version": "3.1.2", @@ -1091,13 +1091,21 @@ } }, "@hapi/joi": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.0.3.tgz", - "integrity": "sha512-z6CesJ2YBwgVCi+ci8SI8zixoj8bGFn/vZb9MBPbSyoxsS2PnWYjHcyTM17VLK6tx64YVK38SDIh10hJypB+ig==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", + "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", "requires": { "@hapi/address": "2.x.x", - "@hapi/hoek": "6.x.x", + "@hapi/bourne": "1.x.x", + "@hapi/hoek": "8.x.x", "@hapi/topo": "3.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" + } } }, "@hapi/mimos": { diff --git a/package.json b/package.json index f670200..6d0ec15 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test:ci": "jest --ci --reporters=default --reporters=jest-junit" }, "dependencies": { - "@hapi/joi": "^15.0.3", + "@hapi/joi": "^15.1.1", "@sentry/node": "^5.15.4", "@theliturgists/jsonapi-datastore": "^0.4.0-beta-3", "@theliturgists/patreon": "^0.4.1-2",