Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/types/node-20...
[poolifier.git] / examples / typescript / smtp-client-pool / pnpm-lock.yaml
1 lockfileVersion: '6.0'
2
3 settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7 dependencies:
8 nodemailer:
9 specifier: ^6.9.4
10 version: 6.9.4
11 poolifier:
12 specifier: ^2.6.37
13 version: 2.6.37
14
15 devDependencies:
16 '@types/node':
17 specifier: ^20.5.7
18 version: 20.5.7
19 '@types/nodemailer':
20 specifier: ^6.4.9
21 version: 6.4.9
22 typescript:
23 specifier: ^5.2.2
24 version: 5.2.2
25
26 packages:
27
28 /@types/node@20.5.7:
29 resolution: {integrity: sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==}
30 dev: true
31
32 /@types/nodemailer@6.4.9:
33 resolution: {integrity: sha512-XYG8Gv+sHjaOtUpiuytahMy2mM3rectgroNbs6R3djZEKmPNiIJwe9KqOJBGzKKnNZNKvnuvmugBgpq3w/S0ig==}
34 dependencies:
35 '@types/node': 20.5.7
36 dev: true
37
38 /nodemailer@6.9.4:
39 resolution: {integrity: sha512-CXjQvrQZV4+6X5wP6ZIgdehJamI63MFoYFGGPtHudWym9qaEHDNdPzaj5bfMCvxG1vhAileSWW90q7nL0N36mA==}
40 engines: {node: '>=6.0.0'}
41 dev: false
42
43 /poolifier@2.6.37:
44 resolution: {integrity: sha512-f2LQTGfDxIWFLyXa/Rn/DTJToR0uRrfKNpCEIyPstK2T7OJSXLQ/5LzMBW4CJbiO1th/y/0ePiFdD+EcfGKe1A==}
45 engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
46 requiresBuild: true
47 dev: false
48
49 /typescript@5.2.2:
50 resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
51 engines: {node: '>=14.17'}
52 hasBin: true
53 dev: true