From ceb69fe76f674407d0e890d78f7b8c846817e758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 08:39:39 +0200 Subject: [PATCH] Bump fp-ts from 2.12.0 to 2.12.1 (#33) Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.12.0 to 2.12.1. - [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/compare/2.12.0...2.12.1) --- updated-dependencies: - dependency-name: fp-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 91c9297..66bdbe0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "decod": "^6.1.6", - "fp-ts": "^2.12.0", + "fp-ts": "^2.12.1", "tslib": "^2.4.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 840bb9b..8a79955 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1349,10 +1349,10 @@ form-data@^3.0.0: combined-stream "^1.0.8" mime-types "^2.1.12" -fp-ts@^2.12.0: - version "2.12.0" - resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.12.0.tgz#6a0c9e99f69576aaa5a6c94c1284ba977f5569b7" - integrity sha512-ZIMpTxc4Vadj3gs3Geg4tohB7eSkC125TA7ZH2ddEcREmjpjpbq6wUxWQmFFfAOCRWEkljh3BPLZGBVj9HB9Xw== +fp-ts@^2.12.1: + version "2.12.1" + resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.12.1.tgz#e389488bfd1507af06bd5965e97367edcd4fabad" + integrity sha512-oxvgqUYR6O9VkKXrxkJ0NOyU0FrE705MeqgBUMEPWyTu6Pwn768cJbHChw2XOBlgFLKfIHxjr2OOBFpv2mUGZw== fs.realpath@^1.0.0: version "1.0.0"