X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fsmtp-client-pool%2Fpnpm-lock.yaml;h=fc998fd83cd8b951c583b2e6e8b42d1cef89e7fc;hb=f61ee0d8ed86b8171a01e2ef4f33baf43fa0032b;hp=1c500ba18a7e91a404e22c971ba64299f70f517a;hpb=19fe32eb9269725073e0239c67d8af8bb05c5370;p=poolifier.git diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index 1c500ba1..fc998fd8 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -1,59 +1,68 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - nodemailer: - specifier: ^6.9.13 - version: 6.9.13 - poolifier: - specifier: ^3.1.29 - version: 3.1.29 - -devDependencies: - '@types/node': - specifier: ^20.12.7 - version: 20.12.7 - '@types/nodemailer': - specifier: ^6.4.14 - version: 6.4.14 - typescript: - specifier: ^5.4.5 - version: 5.4.5 +importers: + + .: + dependencies: + nodemailer: + specifier: ^6.9.13 + version: 6.9.13 + poolifier: + specifier: ^4.0.13 + version: 4.0.13 + devDependencies: + '@types/node': + specifier: ^20.14.2 + version: 20.14.2 + '@types/nodemailer': + specifier: ^6.4.15 + version: 6.4.15 + typescript: + specifier: ^5.4.5 + version: 5.4.5 packages: - /@types/node@20.12.7: - resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} - dependencies: - undici-types: 5.26.5 - dev: true + '@types/node@20.14.2': + resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==} - /@types/nodemailer@6.4.14: - resolution: {integrity: sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==} - dependencies: - '@types/node': 20.12.7 - dev: true + '@types/nodemailer@6.4.15': + resolution: {integrity: sha512-0EBJxawVNjPkng1zm2vopRctuWVCxk34JcIlRuXSf54habUWdz1FB7wHDqOqvDa8Mtpt0Q3LTXQkAs2LNyK5jQ==} - /nodemailer@6.9.13: + nodemailer@6.9.13: resolution: {integrity: sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==} engines: {node: '>=6.0.0'} - dev: false - /poolifier@3.1.29: - resolution: {integrity: sha512-7yUcXh8Gvis13F9vwIbDdjPmY7d5MNNXVt+ccBwfCrWSUdpa7cHuc4rVXASYM7V4Hq7VAEEKbdmv/DO+Ry9Y3Q==} - engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} - requiresBuild: true - dev: false + poolifier@4.0.13: + resolution: {integrity: sha512-GPITJo3LZvZXGNDWn6eDpOJ+F5+rq4tvyoXFQJfyJ92w0qr4evjoOX9hymwMGmv8TuifFMIBmgCdcTvoxRdMgA==} + engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} - /typescript@5.4.5: + typescript@5.4.5: resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true - dev: true - /undici-types@5.26.5: + undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - dev: true + +snapshots: + + '@types/node@20.14.2': + dependencies: + undici-types: 5.26.5 + + '@types/nodemailer@6.4.15': + dependencies: + '@types/node': 20.14.2 + + nodemailer@6.9.13: {} + + poolifier@4.0.13: {} + + typescript@5.4.5: {} + + undici-types@5.26.5: {}