From 7fa20a2c21b082dcfd306dffbb7aea8b42e8c105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:55:53 +0000 Subject: [PATCH] chore(deps-dev): bump mailpit-api from 1.8.1 to 1.8.2 Bumps [mailpit-api](https://github.com/mpspahr/mailpit-api) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/mpspahr/mailpit-api/releases) - [Commits](https://github.com/mpspahr/mailpit-api/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: mailpit-api dependency-version: 1.8.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] [skip ci] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1e6aa03bd..0ec802c005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10705,13 +10705,13 @@ } }, "node_modules/mailpit-api": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/mailpit-api/-/mailpit-api-1.8.1.tgz", - "integrity": "sha512-nLbgP6cXIFS8U2DN6vDI3z13x1+6T198kVsX/jNwf1L6KEGJkRFCauh/pLxiW5DQoWHmVeOTLQ4scRma40uZRQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/mailpit-api/-/mailpit-api-1.9.0.tgz", + "integrity": "sha512-KoZIR7vfE7boEBLZ7fOw6SpGxn2pF207eLEWCoYePKAayFe3zYxGUgxNwxzEAp0hwVYSoe0lJQdeprHLEuelhA==", "dev": true, "license": "MIT", "dependencies": { - "axios": "^1.13.5", + "axios": "^1.15.0", "isomorphic-ws": "^5.0.0", "partysocket": "^1.1.10", "ws": "^8.18.3"