From 2b78b343689dce5e1b2e8cf0b39f7c8dc0b4c761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 20:20:05 +0000 Subject: [PATCH] Bump ts-async-results from 0.3.0 to 0.7.1 Bumps [ts-async-results](https://github.com/movesthatmatter/ts-async-results) from 0.3.0 to 0.7.1. - [Release notes](https://github.com/movesthatmatter/ts-async-results/releases) - [Commits](https://github.com/movesthatmatter/ts-async-results/compare/v0.3.0...v0.7.1) --- 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 fc8e45c..acc3950 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.7.1", "ts-results": "^3.3.0", "zulip-js": "^2.0.9" }, @@ -3310,9 +3310,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/ts-async-results": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.3.3.tgz", - "integrity": "sha512-oTr+sNPBly717zM4c05/e76gEbiX63GIoprEKqXOiQZ1E10VvflpVjQ7T7SJjwLGtFwd8lVf5wfNPKna4haOXg==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.7.1.tgz", + "integrity": "sha512-0iAUstJtLTlbhIbDRM1jMGusz3xptl3EraoqRBkF7uR00qZSSZHphHgVelInCLZ3mHIiL7OC6NFpXITb1Y7qug==", "dependencies": { "conditional-type-checks": "^1.0.5", "ts-results": "^3.0.0" @@ -5958,9 +5958,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "ts-async-results": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.3.3.tgz", - "integrity": "sha512-oTr+sNPBly717zM4c05/e76gEbiX63GIoprEKqXOiQZ1E10VvflpVjQ7T7SJjwLGtFwd8lVf5wfNPKna4haOXg==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/ts-async-results/-/ts-async-results-0.7.1.tgz", + "integrity": "sha512-0iAUstJtLTlbhIbDRM1jMGusz3xptl3EraoqRBkF7uR00qZSSZHphHgVelInCLZ3mHIiL7OC6NFpXITb1Y7qug==", "requires": { "conditional-type-checks": "^1.0.5", "ts-results": "^3.0.0" diff --git a/package.json b/package.json index 253289b..024b819 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.7.1", "ts-results": "^3.3.0", "zulip-js": "^2.0.9" },