From c1c902a0f8c71b56ea877b30228c2151a12f43ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:44:09 +0000 Subject: [PATCH] Bump postal-mime from 2.2.9 to 2.3.2 Bumps [postal-mime](https://github.com/postalsys/postal-mime) from 2.2.9 to 2.3.2. - [Release notes](https://github.com/postalsys/postal-mime/releases) - [Changelog](https://github.com/postalsys/postal-mime/blob/master/CHANGELOG.md) - [Commits](https://github.com/postalsys/postal-mime/compare/v2.2.9...v2.3.2) --- updated-dependencies: - dependency-name: postal-mime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99d81a2..50b71f9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/mustache": "^4.2.5", "hono": "^4.6.1", "mustache": "^4.2.0", - "postal-mime": "^2.2.9", + "postal-mime": "^2.3.2", "uuid": "^10.0.0" } } diff --git a/yarn.lock b/yarn.lock index 8e0773c..5c58627 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1101,10 +1101,10 @@ pkg-types@^1.0.3: mlly "^1.2.0" pathe "^1.1.0" -postal-mime@^2.2.9: - version "2.2.9" - resolved "https://registry.yarnpkg.com/postal-mime/-/postal-mime-2.2.9.tgz#b095e732aeb692b17da6496359dbeb15831a2a16" - integrity sha512-FdRay7ifK2i6wl6431OsRhRS2QMaMJ0PFAQoe3R1auM14Bz+gojqV9/rng6gXK6JZ+XzVS1C8v2QBbvu3M2quA== +postal-mime@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/postal-mime/-/postal-mime-2.3.2.tgz#fb2ac8c84b962c487193a2bdf78cbdaf1ab0ecdc" + integrity sha512-OZaLbLfLBEJa0ENZRuRwhAminaJevjqHtSICcegO4VOc4QgNHAzNTfVT3gN+KO9YyPFPZQOZ9vtJNmv0n2y8tQ== postcss@^8.4.43: version "8.4.47"