From 72834ce552fd7252109ff3ca7c794d2a7c9b923d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:49:25 +0000 Subject: [PATCH] chore(deps): bump fp-ts from 2.11.8 to 2.12.2 Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.11.8 to 2.12.2. - [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.8...2.12.2) --- updated-dependencies: - dependency-name: fp-ts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++----------- packages/express-wrapper/package.json | 2 +- packages/io-ts-http/package.json | 2 +- packages/openapi-generator/package.json | 2 +- packages/superagent-wrapper/package.json | 2 +- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6107bf9f..213a3a2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3270,8 +3270,9 @@ } }, "node_modules/fp-ts": { - "version": "2.11.8", - "license": "MIT" + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.12.2.tgz", + "integrity": "sha512-v8J7ud+nTkP5Zz17GhpCsY19wiRbB9miuj61nBcCJyDpu52zs9Z4O7OLDfYoKFQMJ9EsSZA7W1vRgC1d3jy5qw==" }, "node_modules/fresh": { "version": "0.5.2", @@ -14590,7 +14591,7 @@ "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", "express": "4.17.2", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16" }, "devDependencies": { @@ -14611,7 +14612,7 @@ "license": "Apache-2.0", "dependencies": { "@api-ts/response": "0.0.0-semantically-released", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "io-ts-types": "0.5.16", "monocle-ts": "2.3.10", @@ -14641,7 +14642,7 @@ "@api-ts/io-ts-http": "0.0.0-semantically-released", "cmd-ts": "0.10.0", "comment-parser": "1.3.1", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "io-ts-types": "0.5.16", "openapi-types": "11.0.1", @@ -14675,7 +14676,7 @@ "license": "Apache-2.0", "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "superagent": "3.8.3", "supertest": "6.1.6" @@ -14958,7 +14959,7 @@ "@types/express": "4.17.13", "ava": "4.2.0", "express": "4.17.2", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "ts-node": "10.7.0", "typescript": "4.6.4" @@ -14971,7 +14972,7 @@ "@types/chai": "4.3.1", "@types/mocha": "9.1.1", "chai": "4.3.6", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "io-ts-types": "0.5.16", "mocha": "10.0.0", @@ -14990,7 +14991,7 @@ "ava": "4.2.0", "cmd-ts": "0.10.0", "comment-parser": "1.3.1", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "io-ts-types": "0.5.16", "openapi-types": "11.0.1", @@ -15018,7 +15019,7 @@ "body-parser": "1.20.0", "chai": "4.3.6", "express": "4.17.1", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "io-ts-types": "0.5.16", "mocha": "10.0.0", @@ -17509,7 +17510,9 @@ "version": "0.2.0" }, "fp-ts": { - "version": "2.11.8" + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.12.2.tgz", + "integrity": "sha512-v8J7ud+nTkP5Zz17GhpCsY19wiRbB9miuj61nBcCJyDpu52zs9Z4O7OLDfYoKFQMJ9EsSZA7W1vRgC1d3jy5qw==" }, "fresh": { "version": "0.5.2" diff --git a/packages/express-wrapper/package.json b/packages/express-wrapper/package.json index 889983b4..b19ead98 100644 --- a/packages/express-wrapper/package.json +++ b/packages/express-wrapper/package.json @@ -17,7 +17,7 @@ "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", "express": "4.17.2", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16" }, "devDependencies": { diff --git a/packages/io-ts-http/package.json b/packages/io-ts-http/package.json index 7537c2a0..9c64167b 100644 --- a/packages/io-ts-http/package.json +++ b/packages/io-ts-http/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@api-ts/response": "0.0.0-semantically-released", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "io-ts-types": "0.5.16", "monocle-ts": "2.3.10", diff --git a/packages/openapi-generator/package.json b/packages/openapi-generator/package.json index 385dab40..33f01454 100644 --- a/packages/openapi-generator/package.json +++ b/packages/openapi-generator/package.json @@ -21,7 +21,7 @@ "@api-ts/io-ts-http": "0.0.0-semantically-released", "cmd-ts": "0.10.0", "comment-parser": "1.3.1", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "io-ts-types": "0.5.16", "openapi-types": "11.0.1", diff --git a/packages/superagent-wrapper/package.json b/packages/superagent-wrapper/package.json index f9c05d36..c1d5fdea 100644 --- a/packages/superagent-wrapper/package.json +++ b/packages/superagent-wrapper/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", - "fp-ts": "2.11.8", + "fp-ts": "2.12.2", "io-ts": "2.2.16", "superagent": "3.8.3", "supertest": "6.1.6"