From aa0c45edbdfb325347b2409203ef0d3634399b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 09:09:51 +0000 Subject: [PATCH] chore(deps): Bump @metcoder95/tiny-pool from 1.0.0 to 3.0.0 Bumps [@metcoder95/tiny-pool](https://github.com/metcoder95/tiny-pool) from 1.0.0 to 3.0.0. - [Release notes](https://github.com/metcoder95/tiny-pool/releases) - [Changelog](https://github.com/metcoder95/tiny-pool/blob/main/CHANGELOG.md) - [Commits](https://github.com/metcoder95/tiny-pool/compare/v1.0.0...v3.0.0) --- updated-dependencies: - dependency-name: "@metcoder95/tiny-pool" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12bf195..dc5fd08 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "@metcoder95/tiny-pool": "^1.0.0", + "@metcoder95/tiny-pool": "^3.0.0", "ajv": "^8.11.0", "minimist": "^1.2.7", "ora": "^6.1.2",