From 0b0f1470fada3374a5b5070cf8447e730a782e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:59:03 -0400 Subject: [PATCH] Bump postmark from 4.0.4 to 4.0.5 in /functions (#824) Bumps [postmark](https://github.com/ActiveCampaign/postmark.js) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/ActiveCampaign/postmark.js/releases) - [Changelog](https://github.com/ActiveCampaign/postmark.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ActiveCampaign/postmark.js/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: postmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- functions/package.json | 2 +- functions/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/package.json b/functions/package.json index 0323e8d2..8ba7673b 100644 --- a/functions/package.json +++ b/functions/package.json @@ -17,7 +17,7 @@ "@google-cloud/vision": "4.3.0", "firebase-admin": "^11.4.0", "firebase-functions": "^4.9.0", - "postmark": "4.0.4", + "postmark": "4.0.5", "prettier": "3.3.3", "raw-body": "2.5.2", "rollbar": "2.26.4", diff --git a/functions/yarn.lock b/functions/yarn.lock index 4bb2a7a7..dc6be025 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -1201,7 +1201,7 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428" integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== -axios@^1.7.2: +axios@^1.7.4: version "1.7.7" resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f" integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q== @@ -5153,12 +5153,12 @@ possible-typed-array-names@^1.0.0: resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f" integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== -postmark@4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/postmark/-/postmark-4.0.4.tgz#ea0566af297820282f655eed59c2716487f996a1" - integrity sha512-Qme+i5nidpcySxPBaPT0Arqc15dKl9D+fk9qsHEV2s8mhTK13/213RRD2/uemp8H6/ZHjAfgKCTY9TfzThbCTQ== +postmark@4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/postmark/-/postmark-4.0.5.tgz#515ae85562fcedbec6ae7eb0ef180dded1dbc05d" + integrity sha512-nerZdd3TwOH4CgGboZnlUM/q7oZk0EqpZgJL+Y3Nup8kHeaukxouQ6JcFF3EJEijc4QbuNv1TefGhboAKtf/SQ== dependencies: - axios "^1.7.2" + axios "^1.7.4" prelude-ls@^1.2.1: version "1.2.1"