build(deps-dev): apply updates
[poolifier.git] / examples / typescript / smtp-client-pool / pnpm-lock.yaml
1 lockfileVersion: '9.0'
2
3 settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7 importers:
8
9 .:
10 dependencies:
11 nodemailer:
12 specifier: ^6.9.13
13 version: 6.9.13
14 poolifier:
15 specifier: ^4.0.1
16 version: 4.0.1
17 devDependencies:
18 '@types/node':
19 specifier: ^20.12.8
20 version: 20.12.8
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
27
28 packages:
29
30 '@types/node@20.12.8':
31 resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==}
32
33 '@types/nodemailer@6.4.14':
34 resolution: {integrity: sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==}
35
36 nodemailer@6.9.13:
37 resolution: {integrity: sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==}
38 engines: {node: '>=6.0.0'}
39
40 poolifier@4.0.1:
41 resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==}
42 engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
43
44 typescript@5.4.5:
45 resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
46 engines: {node: '>=14.17'}
47 hasBin: true
48
49 undici-types@5.26.5:
50 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
51
52 snapshots:
53
54 '@types/node@20.12.8':
55 dependencies:
56 undici-types: 5.26.5
57
58 '@types/nodemailer@6.4.14':
59 dependencies:
60 '@types/node': 20.12.8
61
62 nodemailer@6.9.13: {}
63
64 poolifier@4.0.1: {}
65
66 typescript@5.4.5: {}
67
68 undici-types@5.26.5: {}