From d264c750351b72c58ff32028e4d873f3d865c2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 21:01:38 +0000 Subject: [PATCH] Bump ts-async-results from 0.3.0 to 0.3.2 Bumps [ts-async-results](https://github.com/movesthatmatter/ts-async-results) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/movesthatmatter/ts-async-results/releases) - [Commits](https://github.com/movesthatmatter/ts-async-results/commits) --- updated-dependencies: - dependency-name: ts-async-results dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b8b0e0..cf52102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "1.10.0", "@actions/github": "5.1.1", - "ts-async-results": "^0.3.0", + "ts-async-results": "^0.3.2", "ts-results": "^3.3.0", "zulip-js": "^2.0.9" }, @@ -3146,9 +3146,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/ts-async-results": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.3.0.tgz", - "integrity": "sha512-fmB4YXULYhxTO2kz11DSBp91MadASS7htVDt4SuvtmmCEo545g7f2C+XUIqHPFfcfB1D5S9Q84KuONz03L5VfQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.3.2.tgz", + "integrity": "sha512-Xh0DZj7oeEmzKRnRHuEXnCEZNCwBpbRut1bHehxAN3GWHdz0hVti7D1wRtHIrGNcgzzF3oevzsaWohfGx2kXDw==", "dependencies": { "conditional-type-checks": "^1.0.5", "ts-results": "^3.0.0" @@ -5649,9 +5649,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "ts-async-results": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.3.0.tgz", - "integrity": "sha512-fmB4YXULYhxTO2kz11DSBp91MadASS7htVDt4SuvtmmCEo545g7f2C+XUIqHPFfcfB1D5S9Q84KuONz03L5VfQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.3.2.tgz", + "integrity": "sha512-Xh0DZj7oeEmzKRnRHuEXnCEZNCwBpbRut1bHehxAN3GWHdz0hVti7D1wRtHIrGNcgzzF3oevzsaWohfGx2kXDw==", "requires": { "conditional-type-checks": "^1.0.5", "ts-results": "^3.0.0" diff --git a/package.json b/package.json index 9c73b79..6ba72f2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@actions/core": "1.10.0", "@actions/github": "5.1.1", - "ts-async-results": "^0.3.0", + "ts-async-results": "^0.3.2", "ts-results": "^3.3.0", "zulip-js": "^2.0.9" },