From 4a64bef36b3452220d0887d8339eb4b69d1fcb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:33:49 +0000 Subject: [PATCH] chore: bump fp-ts from 2.16.10 to 2.16.11 Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.16.10 to 2.16.11. - [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/commits) --- updated-dependencies: - dependency-name: fp-ts dependency-version: 2.16.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b53ee45..a808a19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4288,9 +4288,9 @@ } }, "node_modules/fp-ts": { - "version": "2.16.10", - "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.10.tgz", - "integrity": "sha512-vuROzbNVfCmUkZSUbnWSltR1sbheyQbTzug7LB/46fEa1c0EucLeBaCEUE0gF3ZGUGBt9lVUiziGOhhj6K1ORA==", + "version": "2.16.11", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.11.tgz", + "integrity": "sha512-LaI+KaX2NFkfn1ZGHoKCmcfv7yrZsC3b8NtWsTVQeHkq4F27vI5igUuO53sxqDEa2gNQMHFPmpojDw/1zmUK7w==", "dev": true, "license": "MIT" },