From 95337fe080732695a790a90a67a14fd37b8b8206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:17:15 +0000 Subject: [PATCH] chore(deps): 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 ++++---- packages/openapi-generator/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 908c4e95..a890bcd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3321,9 +3321,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/fresh": { "version": "0.5.2", @@ -13736,7 +13736,7 @@ "@swc/core": "1.5.7", "cmd-ts": "0.13.0", "comment-parser": "1.4.1", - "fp-ts": "2.16.5", + "fp-ts": "2.16.6", "io-ts": "2.1.3", "io-ts-types": "0.5.19", "openapi-types": "12.1.3", diff --git a/packages/openapi-generator/package.json b/packages/openapi-generator/package.json index b4513fdb..3dee6b4d 100644 --- a/packages/openapi-generator/package.json +++ b/packages/openapi-generator/package.json @@ -23,7 +23,7 @@ "@swc/core": "1.5.7", "cmd-ts": "0.13.0", "comment-parser": "1.4.1", - "fp-ts": "2.16.5", + "fp-ts": "2.16.6", "io-ts": "2.1.3", "io-ts-types": "0.5.19", "openapi-types": "12.1.3",