build(deps-dev): bump @types/node
[poolifier.git] / examples / typescript / smtp-client-pool / pnpm-lock.yaml
CommitLineData
9aef1431
JB
1lockfileVersion: '6.0'
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7dependencies:
8 nodemailer:
37a0bce9
JB
9 specifier: ^6.9.10
10 version: 6.9.10
9aef1431 11 poolifier:
eceaf36f
JB
12 specifier: ^3.1.21
13 version: 3.1.21
9aef1431
JB
14
15devDependencies:
16 '@types/node':
9cfca1f1 17 specifier: ^20.11.24
18 version: 20.11.24
9aef1431 19 '@types/nodemailer':
111ea8d0 20 specifier: ^6.4.14
21 version: 6.4.14
9aef1431 22 typescript:
9e84dd97
JB
23 specifier: ^5.3.3
24 version: 5.3.3
9aef1431
JB
25
26packages:
27
9cfca1f1 28 /@types/node@20.11.24:
29 resolution: {integrity: sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==}
f0e171ef 30 dependencies:
8030dad5 31 undici-types: 5.26.5
9aef1431
JB
32 dev: true
33
111ea8d0 34 /@types/nodemailer@6.4.14:
35 resolution: {integrity: sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==}
9aef1431 36 dependencies:
9cfca1f1 37 '@types/node': 20.11.24
9aef1431
JB
38 dev: true
39
37a0bce9
JB
40 /nodemailer@6.9.10:
41 resolution: {integrity: sha512-qtoKfGFhvIFW5kLfrkw2R6Nm6Ur4LNUMykyqu6n9BRKJuyQrqEGwdXXUAbwWEKt33dlWUGXb7rzmJP/p4+O+CA==}
9aef1431
JB
42 engines: {node: '>=6.0.0'}
43 dev: false
44
eceaf36f
JB
45 /poolifier@3.1.21:
46 resolution: {integrity: sha512-6bWowXA6RedrnEypsc+5g1qbv+m7KgiY2H/Jf+iGIjbDr6/46voj7Ap6NepzknOGCB2JmU13bvAbyQkD2fvFGw==}
3416cd97 47 engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
9aef1431
JB
48 requiresBuild: true
49 dev: false
50
9e84dd97
JB
51 /typescript@5.3.3:
52 resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
9aef1431
JB
53 engines: {node: '>=14.17'}
54 hasBin: true
55 dev: true
f0e171ef 56
8030dad5 57 /undici-types@5.26.5:
58 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
f0e171ef 59 dev: true