build(deps-dev): apply updates
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / pnpm-lock.yaml
CommitLineData
3d5424d5 1lockfileVersion: '9.0'
219d4044
JB
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
3d5424d5
JB
7importers:
8
9 .:
10 dependencies:
11 poolifier:
4f48f613
JB
12 specifier: ^3.1.30
13 version: 3.1.30
3d5424d5 14 ws:
06e6afad
JB
15 specifier: ^8.17.0
16 version: 8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.3)
3d5424d5
JB
17 optionalDependencies:
18 bufferutil:
19 specifier: ^4.0.8
20 version: 4.0.8
21 utf-8-validate:
22 specifier: ^6.0.3
23 version: 6.0.3
24 devDependencies:
25 '@types/node':
26 specifier: ^20.12.7
27 version: 20.12.7
28 '@types/ws':
29 specifier: ^8.5.10
30 version: 8.5.10
31 typescript:
32 specifier: ^5.4.5
33 version: 5.4.5
219d4044
JB
34
35packages:
36
3d5424d5 37 '@types/node@20.12.7':
78338da8 38 resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
219d4044 39
3d5424d5 40 '@types/ws@8.5.10':
ec88da80 41 resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
219d4044 42
3d5424d5 43 bufferutil@4.0.8:
0565534e 44 resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==}
219d4044 45 engines: {node: '>=6.14.2'}
219d4044 46
3d5424d5 47 node-gyp-build@4.8.0:
a7bbb790 48 resolution: {integrity: sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==}
219d4044 49 hasBin: true
219d4044 50
4f48f613
JB
51 poolifier@3.1.30:
52 resolution: {integrity: sha512-LxjkhsmqifKGz8R4+vQlaLlP3Uiy8GQsyJokhE9VugqzllZkSULnYgL9SgsKPo8XSHtFVRyyqrG+A1Cw8u8Wfw==}
53 engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
219d4044 54
3d5424d5 55 typescript@5.4.5:
7442314e 56 resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
219d4044
JB
57 engines: {node: '>=14.17'}
58 hasBin: true
219d4044 59
3d5424d5 60 undici-types@5.26.5:
c0c5febd 61 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
5b38e6f9 62
3d5424d5 63 utf-8-validate@6.0.3:
219d4044
JB
64 resolution: {integrity: sha512-uIuGf9TWQ/y+0Lp+KGZCMuJWc3N9BHA+l/UmHd/oUHwJJDeysyTRxNQVkbzsIWfGFbRe3OcgML/i0mvVRPOyDA==}
65 engines: {node: '>=6.14.2'}
219d4044 66
06e6afad
JB
67 ws@8.17.0:
68 resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==}
219d4044
JB
69 engines: {node: '>=10.0.0'}
70 peerDependencies:
71 bufferutil: ^4.0.1
72 utf-8-validate: '>=5.0.2'
73 peerDependenciesMeta:
74 bufferutil:
75 optional: true
76 utf-8-validate:
77 optional: true
3d5424d5
JB
78
79snapshots:
80
81 '@types/node@20.12.7':
219d4044 82 dependencies:
3d5424d5
JB
83 undici-types: 5.26.5
84
85 '@types/ws@8.5.10':
86 dependencies:
87 '@types/node': 20.12.7
88
89 bufferutil@4.0.8:
90 dependencies:
91 node-gyp-build: 4.8.0
92 optional: true
93
94 node-gyp-build@4.8.0:
95 optional: true
96
4f48f613 97 poolifier@3.1.30: {}
3d5424d5
JB
98
99 typescript@5.4.5: {}
100
101 undici-types@5.26.5: {}
102
103 utf-8-validate@6.0.3:
104 dependencies:
105 node-gyp-build: 4.8.0
106 optional: true
107
06e6afad 108 ws@8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.3):
3d5424d5 109 optionalDependencies:
0565534e 110 bufferutil: 4.0.8
219d4044 111 utf-8-validate: 6.0.3