Skip to content

Commit 5b3099c

Browse files
fix(deps): update dependency @hapi/hapi to v21.4.4 (#8369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6d3d99 commit 5b3099c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

orm/hapi-graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/server": "4.12.2",
1010
"@as-integrations/hapi": "2.0.2",
1111
"@graphql-tools/schema": "10.0.26",
12-
"@hapi/hapi": "21.4.3",
12+
"@hapi/hapi": "21.4.4",
1313
"@prisma/client": "6.18.0",
1414
"@prisma/extension-accelerate": "2.0.2",
1515
"dotenv": "16.6.1",

orm/hapi-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@apollo/server": "4.12.2",
1616
"@as-integrations/hapi": "2.0.2",
17-
"@hapi/hapi": "21.4.3",
17+
"@hapi/hapi": "21.4.4",
1818
"@prisma/client": "6.18.0",
1919
"@prisma/extension-accelerate": "2.0.2",
2020
"@types/node": "22.18.12",

orm/hapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "ts-node src/index.ts"
77
},
88
"dependencies": {
9-
"@hapi/hapi": "21.4.3",
9+
"@hapi/hapi": "21.4.4",
1010
"@prisma/client": "6.9.0",
1111
"@types/node": "22.18.12",
1212
"@prisma/extension-accelerate": "2.0.2"

0 commit comments

Comments
 (0)