From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:09:05 +0000 (+0000) Subject: build(deps): bump poolifier in /examples/typescript/smtp-client-pool X-Git-Tag: v3.0.0~12^2~1^2~9^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ad54e1d879edb26838df2d6c22fd0c9393b96e4d;p=poolifier.git build(deps): bump poolifier in /examples/typescript/smtp-client-pool Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.7.4 to 2.7.5. - [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/v2.7.4...v2.7.5) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index 068b5829..f4ae70cf 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -20,7 +20,7 @@ "license": "ISC", "dependencies": { "nodemailer": "^6.9.5", - "poolifier": "^2.7.4" + "poolifier": "^2.7.5" }, "devDependencies": { "@types/node": "^20.8.2", diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index 930685dc..39e8f95e 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^6.9.5 version: 6.9.5 poolifier: - specifier: ^2.7.4 - version: 2.7.4 + specifier: ^2.7.5 + version: 2.7.5 devDependencies: '@types/node': @@ -40,8 +40,8 @@ packages: engines: {node: '>=6.0.0'} dev: false - /poolifier@2.7.4: - resolution: {integrity: sha512-Rkw7M1reDRWPLnPtS8+DFcv8IQIie44TBQ4CgQMSghu2YZ4Gip1VwbTw9t+SEgiLbIe6+cSTdlYAGtQ81DD67A==} + /poolifier@2.7.5: + resolution: {integrity: sha512-JU12qU1IpW2abb5N6YTBPbnQL6wYX3hdjUy/jR+2VIZI97R/20GwuVwZxkQTyt+IsZBneEpqz3/ym1fOeorZAQ==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false