From c379e45e1ece7fff26c87ce063f8dd8b39b37873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:01:44 +0000 Subject: [PATCH] Bump ts-async-results from 0.3.0 to 0.6.0 Bumps [ts-async-results](https://github.com/movesthatmatter/ts-async-results) from 0.3.0 to 0.6.0. - [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-minor ... 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 462e425..18dddf3 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.6.0", "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.6.0", + "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.6.0.tgz", + "integrity": "sha512-ekThTvDCbni4wB0BN8m29LB/H7pnoIZivMvp4xQsqETbjdqdq2lO+Y+jN1A7VgZ8t7xA9Vzhu/fdPjY/RD1nxg==", "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.6.0", + "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.6.0.tgz", + "integrity": "sha512-ekThTvDCbni4wB0BN8m29LB/H7pnoIZivMvp4xQsqETbjdqdq2lO+Y+jN1A7VgZ8t7xA9Vzhu/fdPjY/RD1nxg==", "requires": { "conditional-type-checks": "^1.0.5", "ts-results": "^3.0.0" diff --git a/package.json b/package.json index 253289b..0bfa944 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.6.0", "ts-results": "^3.3.0", "zulip-js": "^2.0.9" },