From 71f6001fa5da01c90fd1588893f26b7b290fad07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:33:06 +0000 Subject: [PATCH] Bump @hapi/hapi from 21.0.0 to 21.1.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.0.0 to 21.1.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.0.0...v21.1.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 198586f..e85ea42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "ISC", "dependencies": { - "@hapi/hapi": "^21.0.0", + "@hapi/hapi": "^21.1.0", "axios": "^1.2.1", "mongodb": "^4.12.1" }, @@ -1712,9 +1712,9 @@ "integrity": "sha512-w+lKW+yRrLhJu620jT3y+5g2mHqnKfepreykvdOcl9/6up8GrQQn+l3FRTsjHTKbkbfQFkuksHpdv2EcpKcJ4Q==" }, "node_modules/@hapi/hapi": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.0.0.tgz", - "integrity": "sha512-gqGifa4X4nskhsmsgp3AwBq4LPIl7XOlnzpdWSogdc46Z4Hfy/WDjCcaO2yK84tQRmGSlg0nZowOfSCyeT0hRw==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.1.0.tgz", + "integrity": "sha512-het7j9yLXZMVU1IvtN2JXkPkn/UcU1j8gsZxMS0Mu1q7791IQeyhT37tpRPUhqerOtL6L0E8Z8CvVVFOYxoN6w==", "dependencies": { "@hapi/accept": "^6.0.0", "@hapi/ammo": "^6.0.0", @@ -1736,7 +1736,7 @@ "@hapi/validate": "^2.0.0" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.15.0" } }, "node_modules/@hapi/hapi/node_modules/@hapi/boom": { @@ -7626,9 +7626,9 @@ "integrity": "sha512-w+lKW+yRrLhJu620jT3y+5g2mHqnKfepreykvdOcl9/6up8GrQQn+l3FRTsjHTKbkbfQFkuksHpdv2EcpKcJ4Q==" }, "@hapi/hapi": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.0.0.tgz", - "integrity": "sha512-gqGifa4X4nskhsmsgp3AwBq4LPIl7XOlnzpdWSogdc46Z4Hfy/WDjCcaO2yK84tQRmGSlg0nZowOfSCyeT0hRw==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.1.0.tgz", + "integrity": "sha512-het7j9yLXZMVU1IvtN2JXkPkn/UcU1j8gsZxMS0Mu1q7791IQeyhT37tpRPUhqerOtL6L0E8Z8CvVVFOYxoN6w==", "requires": { "@hapi/accept": "^6.0.0", "@hapi/ammo": "^6.0.0", diff --git a/package.json b/package.json index ae606a7..9dc42a4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/thudsonbu/integrations#readme", "dependencies": { - "@hapi/hapi": "^21.0.0", + "@hapi/hapi": "^21.1.0", "axios": "^1.2.1", "mongodb": "^4.12.1" },