From 8d65abd17d5ca53d057a2685c1bb6e1fcb95fa20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 01:26:58 +0000 Subject: [PATCH] Bump fp-ts from 2.16.5 to 2.16.9 Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.16.5 to 2.16.9. - [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..c9d55fc 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.9", "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.9", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.9.tgz", + "integrity": "sha512-+I2+FnVB+tVaxcYyQkHUq7ZdKScaBlX53A41mxQtpIccsfyv8PzdzP7fzp2AY832T4aoK6UZ5WRX/ebGd8uZuQ==" }, "node_modules/fresh": { "version": "0.5.2", diff --git a/package.json b/package.json index 805578c..e1ca4e1 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.9", "io-ts": "^2.2.21", "io-ts-types": "^0.5.19", "monocle-ts": "^2.3.13",