X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fsmtp-client-pool%2Fpnpm-lock.yaml;h=5a6e05cc3077d91af08ea46e1ee9ff5187c2ba59;hb=79d4db829ad3f164769a1c9f4ce81185e92b1627;hp=bbe0fcaf1bc004ee0f16008d3226eca1449e5e8e;hpb=5abe30b368ebef2dd8b5d4add67673ded197158c;p=poolifier.git diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index bbe0fcaf..5a6e05cc 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -6,43 +6,45 @@ settings: dependencies: nodemailer: - specifier: ^6.9.5 - version: 6.9.5 + specifier: ^6.9.6 + version: 6.9.6 poolifier: - specifier: ^2.7.4 - version: 2.7.4 + specifier: ^3.0.4 + version: 3.0.4 devDependencies: '@types/node': - specifier: ^20.7.0 - version: 20.7.0 + specifier: ^20.8.7 + version: 20.8.7 '@types/nodemailer': - specifier: ^6.4.11 - version: 6.4.11 + specifier: ^6.4.13 + version: 6.4.13 typescript: specifier: ^5.2.2 version: 5.2.2 packages: - /@types/node@20.7.0: - resolution: {integrity: sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg==} + /@types/node@20.8.7: + resolution: {integrity: sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==} + dependencies: + undici-types: 5.25.3 dev: true - /@types/nodemailer@6.4.11: - resolution: {integrity: sha512-Ld2c0frwpGT4VseuoeboCXQ7UJIkK3X7Lx/4YsZEiUHtHsthWAOCYtf6PAiLhMtfwV0cWJRabLBS3+LD8x6Nrw==} + /@types/nodemailer@6.4.13: + resolution: {integrity: sha512-889Vq/77eEpidCwh52sVWpbnqQmIwL8yVBekNbrztVEaWKOCRH3Eq6hjIJh1jwsGDEAJEH0RR+YhpH9mfELLKA==} dependencies: - '@types/node': 20.7.0 + '@types/node': 20.8.7 dev: true - /nodemailer@6.9.5: - resolution: {integrity: sha512-/dmdWo62XjumuLc5+AYQZeiRj+PRR8y8qKtFCOyuOl1k/hckZd8durUUHs/ucKx6/8kN+wFxqKJlQ/LK/qR5FA==} + /nodemailer@6.9.6: + resolution: {integrity: sha512-s7pDtWwe5fLMkQUhw8TkWB/wnZ7SRdd9HRZslq/s24hlZvBP3j32N/ETLmnqTpmj4xoBZL9fOWyCIZ7r2HORHg==} engines: {node: '>=6.0.0'} dev: false - /poolifier@2.7.4: - resolution: {integrity: sha512-Rkw7M1reDRWPLnPtS8+DFcv8IQIie44TBQ4CgQMSghu2YZ4Gip1VwbTw9t+SEgiLbIe6+cSTdlYAGtQ81DD67A==} - engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} + /poolifier@3.0.4: + resolution: {integrity: sha512-SKpYhwa26EvWmU90y27zJJI2WY9wXcWjkahz05UQVWxZPFKJZZgBJKgsPqmGOQdFjLx+DYYGJMcASOiH8tlCHA==} + engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false @@ -51,3 +53,7 @@ packages: engines: {node: '>=14.17'} hasBin: true dev: true + + /undici-types@5.25.3: + resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} + dev: true