From: Jérôme Benoit Date: Thu, 22 Feb 2024 10:08:50 +0000 (+0100) Subject: build(deps-dev): apply updates X-Git-Tag: v3.1.21~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=37a0bce9c87bab8df8ea5dc830067aeb094e1942;p=poolifier.git build(deps-dev): apply updates Signed-off-by: Jérôme Benoit --- 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: