From 8103f662d003b1bcd0ec7880f0a80b4878a120b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:11:46 +0000 Subject: [PATCH 1/3] chore(deps): update actions/setup-node action to v4 --- .github/workflows/eslint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 518972188..91e79719a 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20 cache: yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 657258e82..1400500a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20 cache: yarn From de10062dfbf72c223ac0f3447489c8eaa5820751 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:54:10 +0000 Subject: [PATCH 2/3] chore(deps): update github/codeql-action action to v3 --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/trivy-analysis.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f4847217c..edd5a947b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -54,7 +54,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -68,4 +68,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/trivy-analysis.yml b/.github/workflows/trivy-analysis.yml index 8faa5d585..ab0b62b14 100644 --- a/.github/workflows/trivy-analysis.yml +++ b/.github/workflows/trivy-analysis.yml @@ -23,6 +23,6 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' From 045dce6d25e03f55807802101dd3a46c9b5fa1fb Mon Sep 17 00:00:00 2001 From: AlexDev Bot Date: Tue, 20 Feb 2024 12:35:56 +0000 Subject: [PATCH 3/3] chore(release): 2.2.134 [skip ci] ## [2.2.134](https://github.com/AlexanderBabel/mail-parser/compare/v2.2.133...v2.2.134) (2024-02-20) ### Bug Fixes * cleanup project ([a425912](https://github.com/AlexanderBabel/mail-parser/commit/a425912bf4a72d96739796f03d2c8cfe59fb5a8e)) * update dependencies ([a466ad7](https://github.com/AlexanderBabel/mail-parser/commit/a466ad77e249ecd66cfa6abc9b903fe7ff7c7f3a)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff63297c5..c9195ccfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.2.134](https://github.com/AlexanderBabel/mail-parser/compare/v2.2.133...v2.2.134) (2024-02-20) + + +### Bug Fixes + +* cleanup project ([a425912](https://github.com/AlexanderBabel/mail-parser/commit/a425912bf4a72d96739796f03d2c8cfe59fb5a8e)) +* update dependencies ([a466ad7](https://github.com/AlexanderBabel/mail-parser/commit/a466ad77e249ecd66cfa6abc9b903fe7ff7c7f3a)) + ## [2.2.133](https://github.com/AlexanderBabel/mail-parser/compare/v2.2.132...v2.2.133) (2023-07-01) diff --git a/package.json b/package.json index 1af4edd11..56d061081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mail-parser", - "version": "2.2.133", + "version": "2.2.134", "description": "", "author": "", "private": true,