From: Jérôme Benoit Date: Fri, 21 Jun 2024 02:29:37 +0000 (+0200) Subject: Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-4.0... X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a71e5b4470327fb7ac72b5becd3ec0123eec2606;hp=1e6c12d988c87fdf1f95a2ffece8c1c76e49bcf3;p=poolifier.git Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-4.0.15 into combined-prs-branch --- diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index 5b39ab76..54552694 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -27,6 +27,6 @@ }, "devDependencies": { "@types/node": "^20.14.6", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } } diff --git a/examples/typescript/http-client-pool/pnpm-lock.yaml b/examples/typescript/http-client-pool/pnpm-lock.yaml index 9b6ddb4f..8dd2b28c 100644 --- a/examples/typescript/http-client-pool/pnpm-lock.yaml +++ b/examples/typescript/http-client-pool/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: ^20.14.6 version: 20.14.6 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 packages: @@ -92,8 +92,8 @@ packages: proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} engines: {node: '>=14.17'} hasBin: true @@ -163,7 +163,7 @@ snapshots: proxy-from-env@1.1.0: {} - typescript@5.4.5: {} + typescript@5.5.2: {} undici-types@5.26.5: {} diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index 49e01cbe..c0a15f12 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -21,11 +21,11 @@ "license": "ISC", "dependencies": { "nodemailer": "^6.9.14", - "poolifier": "^4.0.14" + "poolifier": "^4.0.15" }, "devDependencies": { "@types/node": "^20.14.6", "@types/nodemailer": "^6.4.15", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } } diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index 27c41842..a02aae5f 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.14 version: 6.9.14 poolifier: - specifier: ^4.0.14 - version: 4.0.14 + specifier: ^4.0.15 + version: 4.0.15 devDependencies: '@types/node': specifier: ^20.14.6 @@ -22,8 +22,8 @@ importers: specifier: ^6.4.15 version: 6.4.15 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 packages: @@ -37,12 +37,12 @@ packages: resolution: {integrity: sha512-Dobp/ebDKBvz91sbtRKhcznLThrKxKt97GI2FAlAyy+fk19j73Uz3sBXolVtmcXjaorivqsbbbjDY+Jkt4/bQA==} engines: {node: '>=6.0.0'} - poolifier@4.0.14: - resolution: {integrity: sha512-dlFUzJyGfxZzzf4YaB9krMUETqWr9ac3Ad/dtFHAgYQ5mitoMOKzJ9yhwWoONwFs38ugLtEz5zyytYl2nVnDzQ==} + poolifier@4.0.15: + resolution: {integrity: sha512-D6udA0Pz0odHpuo93vrdNmiJXgmg9SAVO0hWJ8VX/OUIg8L+8PKtpbJgiRXB1yO26WIuKAyjhJ5hu5EBA3E6/A==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} engines: {node: '>=14.17'} hasBin: true @@ -61,8 +61,8 @@ snapshots: nodemailer@6.9.14: {} - poolifier@4.0.14: {} + poolifier@4.0.15: {} - typescript@5.4.5: {} + typescript@5.5.2: {} undici-types@5.26.5: {}