From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 20:07:01 +0000 (+0000) Subject: build(deps): bump poolifier in /examples/typescript/smtp-client-pool X-Git-Tag: v3.1.9~3^2~1^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ec530d309060af866b61a1c033892914a3a1fbbb;p=poolifier.git build(deps): bump poolifier in /examples/typescript/smtp-client-pool Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.7 to 3.1.8. - [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/v3.1.7...v3.1.8) --- 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 46d2f402..32c98152 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.7", - "poolifier": "^3.1.7" + "poolifier": "^3.1.8" }, "devDependencies": { "@types/node": "^20.10.5", diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index 0b5206be..6106eb52 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.7 version: 6.9.7 poolifier: - specifier: ^3.1.7 - version: 3.1.7 + specifier: ^3.1.8 + version: 3.1.8 devDependencies: '@types/node': @@ -42,8 +42,8 @@ packages: engines: {node: '>=6.0.0'} dev: false - /poolifier@3.1.7: - resolution: {integrity: sha512-dlBfj5Z3anTq54wcG2n2iyCwIFxHfRn2SCsXgCu8UEumKGJhnSWsJigQEIBAg6X5flLEBfEhN90iWgOHxzUW6w==} + /poolifier@3.1.8: + resolution: {integrity: sha512-wcB40at4TWB1srBDiC1mnhk6I8/K89baDursWNfp7YYkT3yF/h8QKXnqwjzrjZa6wqtPaTLyvmO/moOdI0NpGQ==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false