Skip to content

Commit 01803cf

Browse files
committed
fix(deps): update dependency @hapi/hapi to v21.3.10
1 parent a575ffb commit 01803cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

typescript/graphql-hapi-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.10.4",
1010
"@as-integrations/hapi": "2.0.1",
1111
"@graphql-tools/schema": "10.0.4",
12-
"@hapi/hapi": "21.3.9",
12+
"@hapi/hapi": "21.3.10",
1313
"@prisma/client": "5.15.0",
1414
"graphql": "16.8.1",
1515
"graphql-scalars": "1.23.0"

typescript/graphql-hapi/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.10.4",
1616
"@as-integrations/hapi": "2.0.1",
17-
"@hapi/hapi": "21.3.9",
17+
"@hapi/hapi": "21.3.10",
1818
"@prisma/client": "5.15.0",
1919
"@types/node": "20.14.5",
2020
"graphql": "16.8.1",

typescript/rest-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.3.9",
9+
"@hapi/hapi": "21.3.10",
1010
"@prisma/client": "5.15.0",
1111
"@types/node": "20.14.5"
1212
},

0 commit comments

Comments
 (0)