From 6525f945de564b2cd903429ec90d2b6ad3d40ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:18:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20mylas=20from=202.1.13=20t?= =?UTF-8?q?o=202.1.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mylas](https://github.com/raouldeheer/Mylas) from 2.1.13 to 2.1.14. - [Release notes](https://github.com/raouldeheer/Mylas/releases) - [Commits](https://github.com/raouldeheer/Mylas/compare/v2.1.13...v2.1.14) --- updated-dependencies: - dependency-name: mylas dependency-version: 2.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2c94b0f3..ead05763 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "express-rate-limit": "^7.1.5", "helmet": "^7.1.0", "morgan": "^1.10.0", - "mylas": "^2.1.13", + "mylas": "^2.1.14", "node-schedule": "^2.1.1", "ping": "^0.4.4", "tslib": "^2.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c72b57f..01a289c9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ dependencies: specifier: ^1.10.0 version: 1.10.0 mylas: - specifier: ^2.1.13 - version: 2.1.13 + specifier: ^2.1.14 + version: 2.1.14 node-schedule: specifier: ^2.1.1 version: 2.1.1 @@ -81,7 +81,7 @@ devDependencies: version: 6.3.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(jest@29.7.0)(typescript@5.3.3) + version: 29.1.2(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.3) packages: @@ -2970,9 +2970,9 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: false - /mylas@2.1.13: - resolution: {integrity: sha512-+MrqnJRtxdF+xngFfUUkIMQrUUL0KsxbADUkn23Z/4ibGg192Q+z+CQyiYwvWTsYjJygmMR8+w3ZDa98Zh6ESg==} - engines: {node: '>=12.0.0'} + /mylas@2.1.14: + resolution: {integrity: sha512-BzQguy9W9NJgoVn2mRWzbFrFWWztGCcng2QI9+41frfk+Athwgx3qhqhvStz7ExeUUu7Kzw427sNzHpEZNINog==} + engines: {node: '>=16.0.0'} dev: false /natural-compare-lite@1.4.0: @@ -3571,7 +3571,7 @@ packages: engines: {node: '>=0.6'} dev: false - /ts-jest@29.1.2(jest@29.7.0)(typescript@5.3.3): + /ts-jest@29.1.2(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.3): resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -3592,6 +3592,7 @@ packages: esbuild: optional: true dependencies: + '@babel/core': 7.23.7 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.7.0(@types/node@20.11.5)