From 1c155f3e18d59d32ae2813f87ce58a8102b97802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:04:39 +0100 Subject: [PATCH] chore(deps): bump @hapi/hapi from 21.3.2 to 21.3.3 (#942) Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.3.2 to 21.3.3. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.3.2...v21.3.3) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index caf8d33e..f8e01e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@discordjs/rest": "^2.2.0", - "@hapi/hapi": "^21.3.2", + "@hapi/hapi": "^21.3.3", "@prisma/client": "^5.7.1", "@t3-oss/env-core": "^0.7.1", "cross-env": "^7.0.3", @@ -1141,9 +1141,9 @@ "integrity": "sha512-w+lKW+yRrLhJu620jT3y+5g2mHqnKfepreykvdOcl9/6up8GrQQn+l3FRTsjHTKbkbfQFkuksHpdv2EcpKcJ4Q==" }, "node_modules/@hapi/hapi": { - "version": "21.3.2", - "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.3.2.tgz", - "integrity": "sha512-tbm0zmsdUj8iw4NzFV30FST/W4qzh/Lsw6Q5o5gAhOuoirWvxm8a4G3o60bqBw8nXvRNJ8uLtE0RKLlZINxHcQ==", + "version": "21.3.3", + "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.3.3.tgz", + "integrity": "sha512-6pgwWVl/aSKSNVn86n+mWa06jRqCAKi2adZp/Hti19A0u5x3/6eiKz8UTBPMzfrdGf9WcrYbFBYzWr/qd2s28g==", "dependencies": { "@hapi/accept": "^6.0.1", "@hapi/ammo": "^6.0.1", diff --git a/package.json b/package.json index c23f7db3..48daaad5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/LEDBrain/Community-Service#readme", "dependencies": { "@discordjs/rest": "^2.2.0", - "@hapi/hapi": "^21.3.2", + "@hapi/hapi": "^21.3.3", "@prisma/client": "^5.7.1", "@t3-oss/env-core": "^0.7.1", "cross-env": "^7.0.3",