From 4bad85d0ed1df69bc3725bb828e1bca3c02d240c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 03:16:55 +0000 Subject: [PATCH] Bump @hapi/code from 9.0.1 to 9.0.3 Bumps [@hapi/code](https://github.com/hapijs/code) from 9.0.1 to 9.0.3. - [Release notes](https://github.com/hapijs/code/releases) - [Commits](https://github.com/hapijs/code/compare/v9.0.1...v9.0.3) --- updated-dependencies: - dependency-name: "@hapi/code" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a67861..b789a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -473,18 +473,18 @@ } }, "@hapi/code": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@hapi/code/-/code-9.0.1.tgz", - "integrity": "sha512-mJS+UNpGHo3O2+tazy8W7Bsh8ozLnDfZsCbUxrc74LVSqRcC4la6Ue8kM5e+xMWh79zA4E+8tOJTnrydFiEELQ==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@hapi/code/-/code-9.0.3.tgz", + "integrity": "sha512-g50b7qz861Xfnt1NWtcba1zVxlHLPDJh/4ys6pva6jMmQgbTDLgAkbORDHYbVSA7mYxZ2cHZ2n7ZeFb5j/ZhQw==", "dev": true, "requires": { - "@hapi/hoek": "10.x.x" + "@hapi/hoek": "^11.0.2" }, "dependencies": { "@hapi/hoek": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.0.tgz", - "integrity": "sha512-CeNFz1JcLZ5xE8Vc9aau37cgHw9bxXqSDK/D55GF2GAOv0n0XjyyjSodHtKahB7A1tV3FlgCpijp3zkSITmBdA==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.2.tgz", + "integrity": "sha512-aKmlCO57XFZ26wso4rJsW4oTUnrgTFw2jh3io7CAtO9w4UltBNwRXvXIVzzyfkaaLRo3nluP/19msA8vDUUuKw==", "dev": true } }