From e8c975921e8dbf5acec7e60ec7c80bcb3a3a5aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:07:25 +0000 Subject: [PATCH] Bump fp-ts-routing from 0.6.0 to 0.7.0 Bumps [fp-ts-routing](https://github.com/gcanti/fp-ts-routing) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/gcanti/fp-ts-routing/releases) - [Changelog](https://github.com/gcanti/fp-ts-routing/blob/master/CHANGELOG.md) - [Commits](https://github.com/gcanti/fp-ts-routing/commits) --- updated-dependencies: - dependency-name: fp-ts-routing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8ba1d17a..66b5c7972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "express-async-handler": "^1.2.0", "fetch-fp-ts": "^0.1.6", "fp-ts": "^2.16.9", - "fp-ts-routing": "^0.6.0", + "fp-ts-routing": "^0.7.0", "html-entities": "^2.5.2", "http-errors": "^2.0.0", "http-proxy-middleware": "^3.0.3", @@ -12478,9 +12478,10 @@ } }, "node_modules/fp-ts-routing": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/fp-ts-routing/-/fp-ts-routing-0.6.0.tgz", - "integrity": "sha512-RJCToovaN34aiCTHPHx/B2WNUAxZ5wR4WRK0KTIQKekmngxyyj7fg/uZawERqB127DES6SrszHK85pB+RuYWMw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/fp-ts-routing/-/fp-ts-routing-0.7.0.tgz", + "integrity": "sha512-T7LjEEPbykCOzjWJx4oq0SE2CBqEQ1Lv50pXl4F/VOU9QDfrK6PtmsadJxR2vIY1kfTg4s+d/MXmjSqzgzCZyg==", + "license": "MIT", "engines": { "npm": ">= 6.14" }, @@ -31450,9 +31451,9 @@ "requires": {} }, "fp-ts-routing": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/fp-ts-routing/-/fp-ts-routing-0.6.0.tgz", - "integrity": "sha512-RJCToovaN34aiCTHPHx/B2WNUAxZ5wR4WRK0KTIQKekmngxyyj7fg/uZawERqB127DES6SrszHK85pB+RuYWMw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/fp-ts-routing/-/fp-ts-routing-0.7.0.tgz", + "integrity": "sha512-T7LjEEPbykCOzjWJx4oq0SE2CBqEQ1Lv50pXl4F/VOU9QDfrK6PtmsadJxR2vIY1kfTg4s+d/MXmjSqzgzCZyg==", "requires": {} }, "fraction.js": { diff --git a/package.json b/package.json index 6544169c2..2fa199b6b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "express-async-handler": "^1.2.0", "fetch-fp-ts": "^0.1.6", "fp-ts": "^2.16.9", - "fp-ts-routing": "^0.6.0", + "fp-ts-routing": "^0.7.0", "html-entities": "^2.5.2", "http-errors": "^2.0.0", "http-proxy-middleware": "^3.0.3",