From bc2eeb8e4ad68d238072476b347f0dc941def3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 15:09:26 +0000 Subject: [PATCH] Bump @hapi/code from 8.0.7 to 9.0.1 Bumps [@hapi/code](https://github.com/hapijs/code) from 8.0.7 to 9.0.1. - [Release notes](https://github.com/hapijs/code/releases) - [Commits](https://github.com/hapijs/code/compare/v8.0.7...v9.0.1) --- updated-dependencies: - dependency-name: "@hapi/code" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 912295a..df7bd2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.2.3", "license": "MIT", "devDependencies": { - "@hapi/code": "^8.0.1", + "@hapi/code": "^9.0.1", "@hapi/hapi": "^20.0.0", "@hapi/lab": "^25.0.1" } @@ -510,14 +510,20 @@ } }, "node_modules/@hapi/code": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/@hapi/code/-/code-8.0.7.tgz", - "integrity": "sha512-4FTubqMVwbeMmmpxtmpdDz8xo24JQydAGNneGUDkj3lV6H7zUBPrufUvajFlTMZC7MdNV+apZImNJUIZt1gD/Q==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@hapi/code/-/code-9.0.1.tgz", + "integrity": "sha512-mJS+UNpGHo3O2+tazy8W7Bsh8ozLnDfZsCbUxrc74LVSqRcC4la6Ue8kM5e+xMWh79zA4E+8tOJTnrydFiEELQ==", "dev": true, "dependencies": { - "@hapi/hoek": "9.x.x" + "@hapi/hoek": "10.x.x" } }, + "node_modules/@hapi/code/node_modules/@hapi/hoek": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.0.tgz", + "integrity": "sha512-CeNFz1JcLZ5xE8Vc9aau37cgHw9bxXqSDK/D55GF2GAOv0n0XjyyjSodHtKahB7A1tV3FlgCpijp3zkSITmBdA==", + "dev": true + }, "node_modules/@hapi/content": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/@hapi/content/-/content-5.0.2.tgz", @@ -2918,12 +2924,20 @@ } }, "@hapi/code": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/@hapi/code/-/code-8.0.7.tgz", - "integrity": "sha512-4FTubqMVwbeMmmpxtmpdDz8xo24JQydAGNneGUDkj3lV6H7zUBPrufUvajFlTMZC7MdNV+apZImNJUIZt1gD/Q==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@hapi/code/-/code-9.0.1.tgz", + "integrity": "sha512-mJS+UNpGHo3O2+tazy8W7Bsh8ozLnDfZsCbUxrc74LVSqRcC4la6Ue8kM5e+xMWh79zA4E+8tOJTnrydFiEELQ==", "dev": true, "requires": { - "@hapi/hoek": "9.x.x" + "@hapi/hoek": "10.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.0.tgz", + "integrity": "sha512-CeNFz1JcLZ5xE8Vc9aau37cgHw9bxXqSDK/D55GF2GAOv0n0XjyyjSodHtKahB7A1tV3FlgCpijp3zkSITmBdA==", + "dev": true + } } }, "@hapi/content": { diff --git a/package.json b/package.json index 6298514..56a4515 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/pankajpatel/hapi-response-time#readme", "devDependencies": { - "@hapi/code": "^8.0.1", + "@hapi/code": "^9.0.1", "@hapi/hapi": "^20.0.0", "@hapi/lab": "^25.0.1" }