From fb9764a102c2cd12a7a823f0abbb4a0549fd56df Mon Sep 17 00:00:00 2001 From: JamesIves Date: Thu, 6 May 2021 04:05:28 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIves?= =?UTF-8?q?/github-pages-deploy-action@184d1042360438887cbc7bafb063197e031?= =?UTF-8?q?f1ea8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3858d587..8ae007b8 100644 --- a/README.md +++ b/README.md @@ -348,4 +348,4 @@ If you wish to remove these files you must go into the deployment branch directl This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors) and [sponsors](https://github.com/sponsors/JamesIves). If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). - + From e0b4df8d382ac614d8335fa53ec0613ac130763b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 08:52:08 -0400 Subject: [PATCH 2/2] Bump ts-jest from 26.5.5 to 26.5.6 (#695) Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.5 to 26.5.6. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.5.5...v26.5.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 544010d7..fcd0b1f6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jest-circus": "26.6.3", "prettier": "2.2.1", "rimraf": "3.0.2", - "ts-jest": "26.5.5", + "ts-jest": "26.5.6", "typescript": "4.2.4" } } diff --git a/yarn.lock b/yarn.lock index 4a58d1bf..bde35184 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3634,9 +3634,10 @@ tr46@^2.0.0: dependencies: punycode "^2.1.1" -ts-jest@26.5.5: - version "26.5.5" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.5.tgz#e40481b6ee4dd162626ba481a2be05fa57160ea5" +ts-jest@26.5.6: + version "26.5.6" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.6.tgz#c32e0746425274e1dfe333f43cd3c800e014ec35" + integrity sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA== dependencies: bs-logger "0.x" buffer-from "1.x"