diff --git a/package-lock.json b/package-lock.json index 6107bf9f..f850bdd6 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.13.1", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.13.1.tgz", + "integrity": "sha512-0eu5ULPS2c/jsa1lGFneEFFEdTbembJv8e4QKXeVJ3lm/5hyve06dlKZrpxmMwJt6rYen7sxmHHK2CLaXvWuWQ==" }, "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.13.1", "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.13.1", "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.13.1", "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.13.1", "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.13.1", "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.13.1", "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.13.1", "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.13.1", "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.13.1", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.13.1.tgz", + "integrity": "sha512-0eu5ULPS2c/jsa1lGFneEFFEdTbembJv8e4QKXeVJ3lm/5hyve06dlKZrpxmMwJt6rYen7sxmHHK2CLaXvWuWQ==" }, "fresh": { "version": "0.5.2" diff --git a/packages/express-wrapper/package.json b/packages/express-wrapper/package.json index 889983b4..49f52450 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.13.1", "io-ts": "2.2.16" }, "devDependencies": { diff --git a/packages/io-ts-http/package.json b/packages/io-ts-http/package.json index 7537c2a0..c3fbf246 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.13.1", "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..3dc63048 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.13.1", "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..38c6aca1 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.13.1", "io-ts": "2.2.16", "superagent": "3.8.3", "supertest": "6.1.6"