build(deps-dev): apply updates
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / pnpm-lock.yaml
1 lockfileVersion: '9.0'
2
3 settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7 importers:
8
9 .:
10 dependencies:
11 poolifier:
12 specifier: ^4.0.1
13 version: 4.0.1
14 ws:
15 specifier: ^8.17.0
16 version: 8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.3)
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.8
27 version: 20.12.8
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
34
35 packages:
36
37 '@types/node@20.12.8':
38 resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==}
39
40 '@types/ws@8.5.10':
41 resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
42
43 bufferutil@4.0.8:
44 resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==}
45 engines: {node: '>=6.14.2'}
46
47 node-gyp-build@4.8.0:
48 resolution: {integrity: sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==}
49 hasBin: true
50
51 poolifier@4.0.1:
52 resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==}
53 engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
54
55 typescript@5.4.5:
56 resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
57 engines: {node: '>=14.17'}
58 hasBin: true
59
60 undici-types@5.26.5:
61 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
62
63 utf-8-validate@6.0.3:
64 resolution: {integrity: sha512-uIuGf9TWQ/y+0Lp+KGZCMuJWc3N9BHA+l/UmHd/oUHwJJDeysyTRxNQVkbzsIWfGFbRe3OcgML/i0mvVRPOyDA==}
65 engines: {node: '>=6.14.2'}
66
67 ws@8.17.0:
68 resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==}
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
78
79 snapshots:
80
81 '@types/node@20.12.8':
82 dependencies:
83 undici-types: 5.26.5
84
85 '@types/ws@8.5.10':
86 dependencies:
87 '@types/node': 20.12.8
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
97 poolifier@4.0.1: {}
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
108 ws@8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.3):
109 optionalDependencies:
110 bufferutil: 4.0.8
111 utf-8-validate: 6.0.3