build(deps-dev): apply updates
[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:
0e378d3c
JB
9 specifier: ^6.9.7
10 version: 6.9.7
9aef1431 11 poolifier:
37a5ad4c 12 specifier: ^3.0.5
13 version: 3.0.5
9aef1431
JB
14
15devDependencies:
16 '@types/node':
4511441a
JB
17 specifier: ^20.9.4
18 version: 20.9.4
9aef1431 19 '@types/nodemailer':
111ea8d0 20 specifier: ^6.4.14
21 version: 6.4.14
9aef1431 22 typescript:
ec88da80
JB
23 specifier: ^5.3.2
24 version: 5.3.2
9aef1431
JB
25
26packages:
27
4511441a
JB
28 /@types/node@20.9.4:
29 resolution: {integrity: sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==}
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:
4511441a 37 '@types/node': 20.9.4
9aef1431
JB
38 dev: true
39
0e378d3c
JB
40 /nodemailer@6.9.7:
41 resolution: {integrity: sha512-rUtR77ksqex/eZRLmQ21LKVH5nAAsVicAtAYudK7JgwenEDZ0UIQ1adUGqErz7sMkWYxWTTU1aeP2Jga6WQyJw==}
9aef1431
JB
42 engines: {node: '>=6.0.0'}
43 dev: false
44
37a5ad4c 45 /poolifier@3.0.5:
46 resolution: {integrity: sha512-nz8ya6Pr7dCumZku2Y76cqMZ4jw1hVL+udefecuGO1UycuizZpBE1d4u0XZt8NH0YqJ57eVQf95lErD0+bif3A==}
3416cd97 47 engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
9aef1431
JB
48 requiresBuild: true
49 dev: false
50
ec88da80
JB
51 /typescript@5.3.2:
52 resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==}
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