build(deps): bump nodemailer in /examples/typescript/smtp-client-pool
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 29 Feb 2024 20:14:48 +0000 (20:14 +0000)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 20:14:48 +0000 (20:14 +0000)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.10 to 6.9.11.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.10...v6.9.11)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
examples/typescript/smtp-client-pool/package.json
examples/typescript/smtp-client-pool/pnpm-lock.yaml

index 31d9da2c11dee32dff017f6451b4cf419f2b3ace..fb82c1da50fe3649b629aafd89892f210c0f7922 100644 (file)
@@ -19,7 +19,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "nodemailer": "^6.9.10",
+    "nodemailer": "^6.9.11",
     "poolifier": "^3.1.21"
   },
   "devDependencies": {
index c0daf686c6935bb78a8e98b5782c6803bceb4e4a..b4a31d10d21ad08589aa06806f0646253db02f0c 100644 (file)
@@ -6,8 +6,8 @@ settings:
 
 dependencies:
   nodemailer:
-    specifier: ^6.9.10
-    version: 6.9.10
+    specifier: ^6.9.11
+    version: 6.9.11
   poolifier:
     specifier: ^3.1.21
     version: 3.1.21
@@ -37,8 +37,8 @@ packages:
       '@types/node': 20.11.22
     dev: true
 
-  /nodemailer@6.9.10:
-    resolution: {integrity: sha512-qtoKfGFhvIFW5kLfrkw2R6Nm6Ur4LNUMykyqu6n9BRKJuyQrqEGwdXXUAbwWEKt33dlWUGXb7rzmJP/p4+O+CA==}
+  /nodemailer@6.9.11:
+    resolution: {integrity: sha512-UiAkgiERuG94kl/3bKfE8o10epvDnl0vokNEtZDPTq9BWzIl6EFT9336SbIT4oaTBD8NmmUTLsQyXHV82eXSWg==}
     engines: {node: '>=6.0.0'}
     dev: false