build(deps-dev): bump typescript
[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.14
13 version: 6.9.14
14 poolifier:
15 specifier: ^4.0.14
16 version: 4.0.14
17 devDependencies:
18 '@types/node':
19 specifier: ^20.14.6
20 version: 20.14.6
21 '@types/nodemailer':
22 specifier: ^6.4.15
23 version: 6.4.15
24 typescript:
25 specifier: ^5.5.2
26 version: 5.5.2
27
28 packages:
29
30 '@types/node@20.14.6':
31 resolution: {integrity: sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==}
32
33 '@types/nodemailer@6.4.15':
34 resolution: {integrity: sha512-0EBJxawVNjPkng1zm2vopRctuWVCxk34JcIlRuXSf54habUWdz1FB7wHDqOqvDa8Mtpt0Q3LTXQkAs2LNyK5jQ==}
35
36 nodemailer@6.9.14:
37 resolution: {integrity: sha512-Dobp/ebDKBvz91sbtRKhcznLThrKxKt97GI2FAlAyy+fk19j73Uz3sBXolVtmcXjaorivqsbbbjDY+Jkt4/bQA==}
38 engines: {node: '>=6.0.0'}
39
40 poolifier@4.0.14:
41 resolution: {integrity: sha512-dlFUzJyGfxZzzf4YaB9krMUETqWr9ac3Ad/dtFHAgYQ5mitoMOKzJ9yhwWoONwFs38ugLtEz5zyytYl2nVnDzQ==}
42 engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
43
44 typescript@5.5.2:
45 resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==}
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.14.6':
55 dependencies:
56 undici-types: 5.26.5
57
58 '@types/nodemailer@6.4.15':
59 dependencies:
60 '@types/node': 20.14.6
61
62 nodemailer@6.9.14: {}
63
64 poolifier@4.0.14: {}
65
66 typescript@5.5.2: {}
67
68 undici-types@5.26.5: {}