Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-4.0...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 02:29:37 +0000 (04:29 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2024 02:29:37 +0000 (04:29 +0200)
examples/typescript/http-client-pool/package.json
examples/typescript/http-client-pool/pnpm-lock.yaml
examples/typescript/smtp-client-pool/package.json
examples/typescript/smtp-client-pool/pnpm-lock.yaml

index 5b39ab76eb6a14b2b4fcd82c60233eb87f592a10..54552694184e18e7885c8a2a53cd6ac448e215a6 100644 (file)
@@ -27,6 +27,6 @@
   },
   "devDependencies": {
     "@types/node": "^20.14.6",
-    "typescript": "^5.4.5"
+    "typescript": "^5.5.2"
   }
 }
index 9b6ddb4ffd750ba221f88bd0ad3227a9e8cc8f52..8dd2b28cae3312d5b3f18c59aa2981c3ab11335f 100644 (file)
@@ -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: {}
 
index 49e01cbe04a604aac076d4ab7a687b958c17d9b3..c0a15f1274087c1078c3c1da96e95aa45ca50bfe 100644 (file)
   "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"
   }
 }
index 27c4184253731b9142bbcdc2d3a0b00a7ad1230b..a02aae5feebeba7ff5f9291c8b5be11109e0b966 100644 (file)
@@ -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: {}