From dabbd5ef0fd84bd16075e4e369f9bec10925f54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 05:01:24 +0000 Subject: [PATCH] build(deps): bump fp-ts from 2.11.9 to 2.12.3 Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.11.9 to 2.12.3. - [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.12.3) --- 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..4344e0b 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.12.3", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.12.3.tgz", + "integrity": "sha512-8m0XvW8kZbfnJOA4NvSVXu95mLbPf4LQGwQyqVukIYS4KzSNJiyKSmuZUmbVHteUi6MGkAJGPb0goPZqI+Tsqg==" }, "fraction.js": { "version": "4.2.0", diff --git a/package.json b/package.json index 671d824..36b97fa 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "core-js": "3.21", - "fp-ts": "^2.11.9", + "fp-ts": "^2.12.3", "io-ts": "^2.2.16", "material-design-icons-iconfont": "^6.5.0", "msr": "^1.3.4",