From 4338e27a16c585886a56775f3c8e9674cfbaaa0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 05:01:10 +0000 Subject: [PATCH] build(deps): bump fp-ts from 2.11.9 to 2.13.1 Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.11.9 to 2.13.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.11.9...2.13.1) --- updated-dependencies: - dependency-name: fp-ts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e45d12..3d05bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4957,9 +4957,9 @@ "dev": true }, "fp-ts": { - "version": "2.11.9", - "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.11.9.tgz", - "integrity": "sha512-GhYlNKkCOfdjp71ocdtyaQGoqCswEoWDJLRr+2jClnBBq2dnSOtd6QxmJdALq8UhfqCyZZ0f0lxadU4OhwY9nw==" + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.13.1.tgz", + "integrity": "sha512-0eu5ULPS2c/jsa1lGFneEFFEdTbembJv8e4QKXeVJ3lm/5hyve06dlKZrpxmMwJt6rYen7sxmHHK2CLaXvWuWQ==" }, "fraction.js": { "version": "4.2.0", diff --git a/package.json b/package.json index 671d824..9bbdef2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "core-js": "3.21", - "fp-ts": "^2.11.9", + "fp-ts": "^2.13.1", "io-ts": "^2.2.16", "material-design-icons-iconfont": "^6.5.0", "msr": "^1.3.4",