From c1deca5e4216d1d334efd06fbbf768d8772d621a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 03:33:17 +0000 Subject: [PATCH] Bump typera-express from 1.0.0 to 2.4.1 Bumps [typera-express](https://github.com/akheron/typera) from 1.0.0 to 2.4.1. - [Release notes](https://github.com/akheron/typera/releases) - [Changelog](https://github.com/akheron/typera/blob/main/CHANGELOG.old.md) - [Commits](https://github.com/akheron/typera/compare/v1.0.0...v2.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0b2e06..82e9cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3504,9 +3504,9 @@ "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" }, "fp-ts": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.8.3.tgz", - "integrity": "sha512-oGD3BTSzFCPs9alaI/2gh0SCNKyhPXkpeIBvkXNvnoczHfDAUd2HHtotCdLO0hOTTTTx8VKA0mhhR7LUNo+cKg==" + "version": "2.10.5", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.10.5.tgz", + "integrity": "sha512-X2KfTIV0cxIk3d7/2Pvp/pxL/xr2MV1WooyEzKtTWYSc1+52VF4YzjBTXqeOlSiZsPCxIBpDGfT9Dyo7WEY0DQ==" }, "fragment-cache": { "version": "0.2.1", @@ -4054,9 +4054,9 @@ "integrity": "sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==" }, "io-ts-types": { - "version": "0.5.11", - "resolved": "https://registry.npmjs.org/io-ts-types/-/io-ts-types-0.5.11.tgz", - "integrity": "sha512-BqWYAvcSOxnKWIAYAcqF6nS+zhWRb6W+oezF2FzFt8+5a6b8PHNXmbOiV3MwRDY1G6FIctMo71QtIrExLT7LCQ==" + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/io-ts-types/-/io-ts-types-0.5.16.tgz", + "integrity": "sha512-h9noYVfY9rlbmKI902SJdnV/06jgiT2chxG6lYDxaYNp88HscPi+SBCtmcU+m0E7WT5QSwt7sIMj93+qu0FEwQ==" }, "ip-regex": { "version": "2.1.0", @@ -8096,9 +8096,9 @@ } }, "typera-common": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typera-common/-/typera-common-1.0.0.tgz", - "integrity": "sha512-OB2cWhETQenCIZ+3FAfbiUK+5HiUvQXuTs0r4TDuEXcuBZGr/+yCMQifKSyuhBV3HTBTixgZ9D2SOfGeFQrtjw==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/typera-common/-/typera-common-2.4.1.tgz", + "integrity": "sha512-7V8CAGB5Jp5/G9GB/221Cefoo8rrLLXGuZ3ZEa0hEDVMSyiZykCPgScgKwzPW1FekYk8oZYuMJh4HZXP2ZGozw==", "requires": { "fp-ts": ">=2.0.0", "io-ts": ">=2.0.0", @@ -8106,13 +8106,13 @@ } }, "typera-express": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typera-express/-/typera-express-1.0.0.tgz", - "integrity": "sha512-Zew+7vOhOwxX4n+peYjAsq69WYI8FDSom5XHm8V8sVgDGAhjgWixx6WeBKE4axNzSXX8LkSQpadHjCkn/kzMHw==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/typera-express/-/typera-express-2.4.1.tgz", + "integrity": "sha512-wTklqeUYO+s6edTaHRWRcshnDx4RY22xzLcuGqPFUS6MjHvHOtZNCVoXdAT/bocYfY13iodFqvl8VFyMk6+EiQ==", "requires": { "@types/express": ">=4.0.0", "express": ">=4.0.0", - "typera-common": "^1.0.0" + "typera-common": "^2.4.1" } }, "typescript": { diff --git a/package.json b/package.json index 6d7daf7..acc7866 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "io-ts": "2.2.16", "pg": "8.6.0", "postgres-migrations": "5.1.1", - "typera-express": "1.0.0" + "typera-express": "2.4.1" } }