From 37a0bce9c87bab8df8ea5dc830067aeb094e1942 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 22 Feb 2024 11:08:50 +0100 Subject: [PATCH] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- examples/typescript/smtp-client-pool/package.json | 2 +- examples/typescript/smtp-client-pool/pnpm-lock.yaml | 8 ++++---- pnpm-lock.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index cad47e5b..e5d9fd2d 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -19,7 +19,7 @@ "author": "", "license": "ISC", "dependencies": { - "nodemailer": "^6.9.9", + "nodemailer": "^6.9.10", "poolifier": "^3.1.20" }, "devDependencies": { diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index cf22be01..d282bcf6 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: nodemailer: - specifier: ^6.9.9 - version: 6.9.9 + specifier: ^6.9.10 + version: 6.9.10 poolifier: specifier: ^3.1.20 version: 3.1.20 @@ -37,8 +37,8 @@ packages: '@types/node': 20.11.19 dev: true - /nodemailer@6.9.9: - resolution: {integrity: sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==} + /nodemailer@6.9.10: + resolution: {integrity: sha512-qtoKfGFhvIFW5kLfrkw2R6Nm6Ur4LNUMykyqu6n9BRKJuyQrqEGwdXXUAbwWEKt33dlWUGXb7rzmJP/p4+O+CA==} engines: {node: '>=6.0.0'} dev: false diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 856c3594..0daa2d6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2800,7 +2800,7 @@ packages: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.3.0 + flatted: 3.3.1 keyv: 4.5.4 rimraf: 3.0.2 dev: true @@ -2810,8 +2810,8 @@ packages: hasBin: true dev: true - /flatted@3.3.0: - resolution: {integrity: sha512-noqGuLw158+DuD9UPRKHpJ2hGxpFyDlYYrfM0mWt4XhT4n0lwzTLh70Tkdyy4kyTmyTT9Bv7bWAJqw7cgkEXDg==} + /flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} dev: true /for-each@0.3.3: -- 2.34.1