From 86d6fe1e0ff8d07c4a763a549c4aecdf95f346a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:37:17 +0000 Subject: [PATCH] build(deps): bump poolifier in /examples/typescript/smtp-client-pool Bumps [poolifier](https://github.com/poolifier/poolifier) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/poolifier/poolifier/releases) - [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/poolifier/poolifier/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/typescript/smtp-client-pool/package.json | 2 +- examples/typescript/smtp-client-pool/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index 7fc419f0..e4bee94a 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -21,7 +21,7 @@ "license": "ISC", "dependencies": { "nodemailer": "^6.9.13", - "poolifier": "^4.0.6" + "poolifier": "^4.0.7" }, "devDependencies": { "@types/node": "^20.12.11", diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index d07fc8c5..407d0e1f 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^6.9.13 version: 6.9.13 poolifier: - specifier: ^4.0.6 - version: 4.0.6 + specifier: ^4.0.7 + version: 4.0.7 devDependencies: '@types/node': specifier: ^20.12.11 @@ -37,8 +37,8 @@ packages: resolution: {integrity: sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==} engines: {node: '>=6.0.0'} - poolifier@4.0.6: - resolution: {integrity: sha512-ucTp2aa4I52bpH3SkHirxG11gRYLJo6rBNC5l59Q3AASOTz2MlfzGKxImBlG1lsoDTy+pTI37w3Bo99+ZoaTxg==} + poolifier@4.0.7: + resolution: {integrity: sha512-hPUrIAfqHpLj7IpdmTOe5Ld7GCkaTcJPa6EED5SOOj5f81ONY17k7qrLkX3H42zHhGb8twpjGQXmbos370IVvA==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} typescript@5.4.5: @@ -61,7 +61,7 @@ snapshots: nodemailer@6.9.13: {} - poolifier@4.0.6: {} + poolifier@4.0.7: {} typescript@5.4.5: {} -- 2.34.1