Skip to content

Commit cd50eef

Browse files
fix(deps): update dependency @hapi/hapi to v21.4.3
1 parent 01a25d7 commit cd50eef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1",
1111
"@graphql-tools/schema": "10.0.25",
12-
"@hapi/hapi": "21.4.0",
12+
"@hapi/hapi": "21.4.3",
1313
"@prisma/client": "6.9.0",
1414
"graphql": "16.11.0",
1515
"graphql-scalars": "1.24.2",

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.1",
17-
"@hapi/hapi": "21.4.0",
17+
"@hapi/hapi": "21.4.3",
1818
"@prisma/client": "6.9.0",
1919
"@types/node": "22.15.32",
2020
"graphql": "16.11.0",

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.0",
9+
"@hapi/hapi": "21.4.3",
1010
"@prisma/client": "6.9.0",
1111
"@types/node": "22.15.32",
1212
"@prisma/extension-accelerate": "2.0.2"

0 commit comments

Comments
 (0)