Skip to content

Commit 23edd1f

Browse files
committed
deps: Upgrade @types/hapi__hapi to ^18.2.6.
1 parent 75758f2 commit 23edd1f

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
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": "^18.0.3",
18+
"@types/hapi__hapi": "^18.2.6",
1919
"@types/webpack": "^4.39.8",
2020
"@types/webpack-dev-middleware": "^2.0.3",
2121
"@types/webpack-hot-middleware": "^2.16.5",

src/WebpackDevServerPlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Hapi from 'hapi';
1+
import * as Hapi from '@hapi/hapi';
22
import * as Webpack from 'webpack';
33

44
import * as WebpackDevMiddleware from 'webpack-dev-middleware';
@@ -13,7 +13,7 @@ export interface WebpackDevServerPluginProperties {
1313
devMiddleware: WebpackDevMiddleware.WebpackDevMiddleware;
1414
}
1515

16-
declare module 'hapi' {
16+
declare module '@hapi/hapi' {
1717
interface PluginProperties {
1818
WebpackDevServerPlugin?: WebpackDevServerPluginProperties;
1919
}

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -30,48 +30,67 @@
3030
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
3131
integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==
3232

33-
"@types/boom@*":
34-
version "7.3.0"
35-
resolved "https://registry.yarnpkg.com/@types/boom/-/boom-7.3.0.tgz#33280c5552d4cfabc21b8b7e0f6d29292decd985"
36-
integrity sha512-PH7bfkt1nu4pnlxz+Ws+wwJJF1HE12W3ia+Iace2JT7q56DLH3hbyjOJyNHJYRxk3PkKaC36fHfHKyeG1rMgCA==
37-
38-
"@types/catbox@*":
39-
version "10.0.6"
40-
resolved "https://registry.yarnpkg.com/@types/catbox/-/catbox-10.0.6.tgz#8a4c91261cf0afca03351bb82a95b2d6cf43a5d0"
41-
integrity sha512-qS0VHlL6eBUUoUeBnI/ASCffoniS62zdV6IUtLSIjGKmRhZNawotaOMsTYivZOTZVktfe9koAJkD9XFac7tEEg==
42-
4333
"@types/connect@*":
4434
version "3.4.32"
4535
resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.32.tgz#aa0e9616b9435ccad02bc52b5b454ffc2c70ba28"
4636
integrity sha512-4r8qa0quOvh7lGD0pre62CAb1oni1OO6ecJLGCezTmhQ8Fz50Arx9RUszryR8KlgK6avuSXvviL6yWyViQABOg==
4737
dependencies:
4838
"@types/node" "*"
4939

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==
54-
dependencies:
55-
"@types/boom" "*"
56-
"@types/catbox" "*"
57-
"@types/iron" "*"
58-
"@types/joi" "*"
59-
"@types/mimos" "*"
40+
"@types/hapi__boom@*":
41+
version "7.4.1"
42+
resolved "https://registry.yarnpkg.com/@types/hapi__boom/-/hapi__boom-7.4.1.tgz#06439d7637245dcbe6dd6548d2a91f2c1243d80b"
43+
integrity sha512-x/ZK824GomII7Yoei/nMoB46NQcSfGe0iVpZK3uUivxIAfUUSzRvu8RQO7ZkKapIgzgshHZc+GR+z/BQ8l2VLg==
44+
45+
"@types/hapi__catbox@*":
46+
version "10.2.2"
47+
resolved "https://registry.yarnpkg.com/@types/hapi__catbox/-/hapi__catbox-10.2.2.tgz#b13fbdd6006c8793eb80919158593bc2bf8307c4"
48+
integrity sha512-AWK70LgRsRWL1TNw+aT0IlS56E0pobvFdr/en0K8XazyK4Ey6T/jXhQqv/iQ6FJAAU+somMzgmt9fWq2TaaOkA==
49+
50+
"@types/hapi__hapi@^18.2.6":
51+
version "18.2.6"
52+
resolved "https://registry.yarnpkg.com/@types/hapi__hapi/-/hapi__hapi-18.2.6.tgz#61c1b210c55dee4636df594e7a0868ad48c8042a"
53+
integrity sha512-sXFlSg9btu/LdHqK/N/kuQXVqZhSvibXbtZc0KfEcelRXKthdU5ZSu5qItDIov7SYnyK2faMe7dbZaC/VpC33w==
54+
dependencies:
55+
"@types/hapi__boom" "*"
56+
"@types/hapi__catbox" "*"
57+
"@types/hapi__iron" "*"
58+
"@types/hapi__joi" "*"
59+
"@types/hapi__mimos" "*"
60+
"@types/hapi__podium" "*"
61+
"@types/hapi__shot" "*"
6062
"@types/node" "*"
61-
"@types/podium" "*"
62-
"@types/shot" "*"
6363

64-
"@types/iron@*":
65-
version "5.0.1"
66-
resolved "https://registry.yarnpkg.com/@types/iron/-/iron-5.0.1.tgz#5420bbda8623c48ee51b9a78ebad05d7305b4b24"
67-
integrity sha512-Ng5BkVGPt7Tw9k1OJ6qYwuD9+dmnWgActmsnnrdvs4075N8V2go1f6Pz8omG3q5rbHjXN6yzzZDYo3JOgAE/Ug==
64+
"@types/hapi__iron@*":
65+
version "5.1.0"
66+
resolved "https://registry.yarnpkg.com/@types/hapi__iron/-/hapi__iron-5.1.0.tgz#35ebddae3a100c468b84fe075689522ad2f3703d"
67+
integrity sha512-RxYHIc8wFe8M1jMwgovskoHNVjuP1q0tUGCNnbHnhA4SBMyYg+JHIAz8yFibSwgF4gWYh5yHMpbmK5kmnG4HRA==
6868
dependencies:
6969
"@types/node" "*"
7070

71-
"@types/joi@*":
72-
version "14.3.4"
73-
resolved "https://registry.yarnpkg.com/@types/joi/-/joi-14.3.4.tgz#eed1e14cbb07716079c814138831a520a725a1e0"
74-
integrity sha512-1TQNDJvIKlgYXGNIABfgFp9y0FziDpuGrd799Q5RcnsDu+krD+eeW/0Fs5PHARvWWFelOhIG2OPCo6KbadBM4A==
71+
"@types/hapi__joi@*":
72+
version "16.0.3"
73+
resolved "https://registry.yarnpkg.com/@types/hapi__joi/-/hapi__joi-16.0.3.tgz#8ed6a0bd3a3fc40c0b5ff41b399004c5f9bb0b0b"
74+
integrity sha512-gPxCfPcdZx9220GP4MFlhyBonQuyy8c/NZkGJkdtGipaExFzNLGYzkH2eG+yo0eEoVWdSC/JxhokSR/IHfap8Q==
75+
76+
"@types/hapi__mimos@*":
77+
version "4.1.0"
78+
resolved "https://registry.yarnpkg.com/@types/hapi__mimos/-/hapi__mimos-4.1.0.tgz#47dbf89ebfc05183c1de2797e9426793db9a0d85"
79+
integrity sha512-hcdSoYa32wcP+sEfyf85ieGwElwokcZ/mma8eyqQ4OTHeCAGwfaoiGxjG4z1Dm+RGhIYLHlW54ji5FFwahH12A==
80+
dependencies:
81+
"@types/mime-db" "*"
82+
83+
"@types/hapi__podium@*":
84+
version "3.4.0"
85+
resolved "https://registry.yarnpkg.com/@types/hapi__podium/-/hapi__podium-3.4.0.tgz#8efbe18c422e5306a7ee970d48448cf8ff4da37c"
86+
integrity sha512-LE85jLgqR5HscGQ7SaSz6FMRsKlQ1wHVbYc9u0yq7NKDRvZiQFIrr3Pl1RPzK7QNUdZP8zmJibe8q0JcafTAJQ==
87+
88+
"@types/hapi__shot@*":
89+
version "4.1.0"
90+
resolved "https://registry.yarnpkg.com/@types/hapi__shot/-/hapi__shot-4.1.0.tgz#c2f096bf89906e25b530869becca44d40b168b75"
91+
integrity sha512-vIySJYkwIGXMB5eFaZu3U8dS9CAZmteJfmkRn9bYH5uNcSvVgiwDROiwAkD7ej88qA+RZPkUK70KmeDs3LRHvw==
92+
dependencies:
93+
"@types/node" "*"
7594

7695
"@types/memory-fs@*":
7796
version "0.3.2"
@@ -85,30 +104,11 @@
85104
resolved "https://registry.yarnpkg.com/@types/mime-db/-/mime-db-1.27.0.tgz#9bc014a1fd1fdf47649c1a54c6dd7966b8284792"
86105
integrity sha1-m8AUof0f30dknBpUxt15ZrgoR5I=
87106

88-
"@types/mimos@*":
89-
version "3.0.1"
90-
resolved "https://registry.yarnpkg.com/@types/mimos/-/mimos-3.0.1.tgz#59d96abe1c9e487e7463fe41e8d86d76b57a441a"
91-
integrity sha512-MATIRH4VMIJki8lcYUZdNQEHuAG7iQ1FWwoLgxV+4fUOly2xZYdhHtGgvQyWiTeJqq2tZbE0nOOgZD6pR0FpNQ==
92-
dependencies:
93-
"@types/mime-db" "*"
94-
95107
"@types/node@*":
96108
version "12.12.7"
97109
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.7.tgz#01e4ea724d9e3bd50d90c11fd5980ba317d8fa11"
98110
integrity sha512-E6Zn0rffhgd130zbCbAr/JdXfXkoOUFAKNs/rF8qnafSJ8KYaA/j3oz7dcwal+lYjLA7xvdd5J4wdYpCTlP8+w==
99111

100-
"@types/podium@*":
101-
version "1.0.0"
102-
resolved "https://registry.yarnpkg.com/@types/podium/-/podium-1.0.0.tgz#bfaa2151be2b1d6109cc69f7faa9dac2cba3bb20"
103-
integrity sha1-v6ohUb4rHWEJzGn3+qnawsujuyA=
104-
105-
"@types/shot@*":
106-
version "4.0.0"
107-
resolved "https://registry.yarnpkg.com/@types/shot/-/shot-4.0.0.tgz#7545500c489b65c69b5bc5446ba4fef3bd26af92"
108-
integrity sha512-Xv+n8yfccuicMlwBY58K5PVVNtXRm7uDzcwwmCarBxMP+XxGfnh1BI06YiVAsPbTAzcnYsrzpoS5QHeyV7LS8A==
109-
dependencies:
110-
"@types/node" "*"
111-
112112
"@types/source-list-map@*":
113113
version "0.1.2"
114114
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"

0 commit comments

Comments
 (0)