Skip to content

Commit e72e48c

Browse files
committed
deps: Upgrade @types/hapi to ^18.0.3.
1 parent 6661863 commit e72e48c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@glints/tslint-rules": "^1.0.6",
18-
"@types/hapi": "^17.8.0",
18+
"@types/hapi": "^18.0.3",
1919
"@types/webpack": "^4.39.8",
2020
"@types/webpack-dev-middleware": "^2.0.3",
2121
"@types/webpack-hot-middleware": "^2.16.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
dependencies:
4848
"@types/node" "*"
4949

50-
"@types/hapi@^17.8.0":
51-
version "17.8.7"
52-
resolved "https://registry.yarnpkg.com/@types/hapi/-/hapi-17.8.7.tgz#851fa0e3102d9bcbdf3f606bbe9471823b758b51"
53-
integrity sha512-RUdcYgJc8hJyupMiZo5ooOd+mLLVzCsSIx8ncxeZ2nccLDPW5BFbxOlEYoZuemKRiAMBNevqQnEMeVMpvJchug==
50+
"@types/hapi@^18.0.3":
51+
version "18.0.3"
52+
resolved "https://registry.yarnpkg.com/@types/hapi/-/hapi-18.0.3.tgz#e74c019f6a1b1c7f647fe014d3890adec9c0214a"
53+
integrity sha512-UM03myDZ2UWbpqLSZqboK4L98F9r4GCcd9JOr2auhgC3iOd/69mvDggivOHhOYJKWHeCW/dECPHIB7DwQz00dw==
5454
dependencies:
5555
"@types/boom" "*"
5656
"@types/catbox" "*"

0 commit comments

Comments
 (0)