From 2554157e4cc3a5f5f1860c73610182beb5985cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:31:19 +0000 Subject: [PATCH] Bump fp-ts from 2.16.5 to 2.16.7 Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.16.5 to 2.16.7. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e64e6c7..31dc9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "cors": "^2.8.5", "express": "^4.19.2", "express-promise-router": "^4.1.1", - "fp-ts": "^2.16.5", + "fp-ts": "^2.16.7", "io-ts": "^2.2.21", "io-ts-types": "^0.5.19", "monocle-ts": "^2.3.13", @@ -3249,9 +3249,9 @@ } }, "node_modules/fp-ts": { - "version": "2.16.5", - "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.5.tgz", - "integrity": "sha512-N8T8PwMSeTKKtkm9lkj/zSTAnPC/aJIIrQhnHxxkL0KLsRCNUPANksJOlMXxcKKCo7H1ORP3No9EMD+fP0tsdA==" + "version": "2.16.7", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.7.tgz", + "integrity": "sha512-Xiux+4mHHPj32/mrqN3XIIqEKk/MousgoC2FIaCwehpPjBI4oDrLvQEyQ/2T1sbTe0s/YIQqF98z+uHJLVoS9Q==" }, "node_modules/fresh": { "version": "0.5.2", diff --git a/package.json b/package.json index 805578c..c4eba5d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "cors": "^2.8.5", "express": "^4.19.2", "express-promise-router": "^4.1.1", - "fp-ts": "^2.16.5", + "fp-ts": "^2.16.7", "io-ts": "^2.2.21", "io-ts-types": "^0.5.19", "monocle-ts": "^2.3.13",