From 4ed6a30628d647cf2c986cf2187fcce424b77607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 17:24:47 +0000 Subject: [PATCH] Bump fp-ts from 2.16.5 to 2.16.6 Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.16.5 to 2.16.6. - [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 a7afb21..0d7d981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "body-parser": "^1.20.2", "feed": "^4.2.2", "formik": "^2.4.6", - "fp-ts": "^2.16.5", + "fp-ts": "^2.16.6", "io-ts": "^2.2.21", "io-ts-types": "^0.5.19", "iron-session": "^8.0.1", @@ -5351,9 +5351,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.6", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.6.tgz", + "integrity": "sha512-v7w209VPj4L6pPn/ftFRJu31Oa8QagwcVw7BZmLCUWU4AQoc954rX9ogSIahDf67Pg+GjPbkW/Kn9XWnlWJG0g==" }, "node_modules/fraction.js": { "version": "4.3.7", diff --git a/package.json b/package.json index d08680a..6ef6534 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "body-parser": "^1.20.2", "feed": "^4.2.2", "formik": "^2.4.6", - "fp-ts": "^2.16.5", + "fp-ts": "^2.16.6", "io-ts": "^2.2.21", "io-ts-types": "^0.5.19", "iron-session": "^8.0.1",