From 7d88f80fbc67bc023d8c9928ee9c4d3456a394ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 09:52:08 +0000 Subject: [PATCH] chore(dev-deps): update fp-ts requirement from ^2.15.0 to ^2.16.0 Updates the requirements on [fp-ts](https://github.com/gcanti/fp-ts) to permit the latest version. - [Release notes](https://github.com/gcanti/fp-ts/releases) - [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/gcanti/fp-ts/compare/2.15.0...2.16.0) --- updated-dependencies: - dependency-name: fp-ts dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c0328a..3fe8564 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/commander": "^2.12.2", "@types/mute-stream": "^0.0.1", "@types/node": "^16.18.29", - "fp-ts": "^2.15.0", + "fp-ts": "^2.16.0", "ts-node": "^10.9.1", "typescript": "^4.9.5" },