chore: switch to pnpm 9.x.x
[poolifier.git] / examples / typescript / smtp-client-pool / pnpm-lock.yaml
CommitLineData
3d5424d5 1lockfileVersion: '9.0'
9aef1431
JB
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
3d5424d5
JB
7importers:
8
9 .:
10 dependencies:
11 nodemailer:
12 specifier: ^6.9.13
13 version: 6.9.13
14 poolifier:
15 specifier: ^3.1.29
16 version: 3.1.29
17 devDependencies:
18 '@types/node':
19 specifier: ^20.12.7
20 version: 20.12.7
21 '@types/nodemailer':
22 specifier: ^6.4.14
23 version: 6.4.14
24 typescript:
25 specifier: ^5.4.5
26 version: 5.4.5
9aef1431
JB
27
28packages:
29
3d5424d5 30 '@types/node@20.12.7':
78338da8 31 resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
9aef1431 32
3d5424d5 33 '@types/nodemailer@6.4.14':
111ea8d0 34 resolution: {integrity: sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==}
9aef1431 35
3d5424d5 36 nodemailer@6.9.13:
23c559fb 37 resolution: {integrity: sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==}
9aef1431 38 engines: {node: '>=6.0.0'}
9aef1431 39
3d5424d5 40 poolifier@3.1.29:
1f631e0e 41 resolution: {integrity: sha512-7yUcXh8Gvis13F9vwIbDdjPmY7d5MNNXVt+ccBwfCrWSUdpa7cHuc4rVXASYM7V4Hq7VAEEKbdmv/DO+Ry9Y3Q==}
3416cd97 42 engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
9aef1431 43
3d5424d5 44 typescript@5.4.5:
fa3c52d9 45 resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
9aef1431
JB
46 engines: {node: '>=14.17'}
47 hasBin: true
f0e171ef 48
3d5424d5 49 undici-types@5.26.5:
8030dad5 50 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
3d5424d5
JB
51
52snapshots:
53
54 '@types/node@20.12.7':
55 dependencies:
56 undici-types: 5.26.5
57
58 '@types/nodemailer@6.4.14':
59 dependencies:
60 '@types/node': 20.12.7
61
62 nodemailer@6.9.13: {}
63
64 poolifier@3.1.29: {}
65
66 typescript@5.4.5: {}
67
68 undici-types@5.26.5: {}