From 374d07632920abc162b5202b6d87231f012d3d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0ev=C4=8D=C3=ADk?= Date: Fri, 30 Jul 2021 13:52:26 +0200 Subject: [PATCH] Downgraded @tinyhttp/app --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 459097f..89d02fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,14 +19,14 @@ } }, "@tinyhttp/app": { - "version": "1.3.15", - "resolved": "https://registry.npmjs.org/@tinyhttp/app/-/app-1.3.15.tgz", - "integrity": "sha512-KJsth7SgL55PG8LFrM7gUbsfKL6Ua3S69Pp1vHxiZnuvOCwy+hXFSbGPvV1/7j4iA4l4+GRNDc+q4EccLHGxIw==", + "version": "1.3.13", + "resolved": "https://registry.npmjs.org/@tinyhttp/app/-/app-1.3.13.tgz", + "integrity": "sha512-eQO5NXfIVZRQPApdmG+00C1zYC0fJW+HwCvdvPE/VVQj81CCLdD6t2g0xgCDMKuuBfvyukFAPPKTNjpMBneWpg==", "requires": { "@tinyhttp/cookie": "1.3.0", "@tinyhttp/proxy-addr": "1.3.0", "@tinyhttp/req": "1.3.1", - "@tinyhttp/res": "1.3.3", + "@tinyhttp/res": "1.3.2", "@tinyhttp/router": "1.3.3", "regexparam": "^2.0.0" } @@ -83,16 +83,16 @@ } }, "@tinyhttp/res": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@tinyhttp/res/-/res-1.3.3.tgz", - "integrity": "sha512-PSsNsKARRycIlepliaQGyaDVNr0QpMAX5gYiSSYObxh7WvQGB30G4SCFIhy3gA5WXOxjMIwRktTHGGRflxCdyg==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@tinyhttp/res/-/res-1.3.2.tgz", + "integrity": "sha512-5dl9dcBBAIEBNfiR4PodVJc/u8fJIePGdL3eqnlavdXJ2rWV3T6MfwCq4Cd6CV4RRJHbYfsj24Hl3iEYFmhJmg==", "requires": { "@tinyhttp/content-disposition": "1.3.0", "@tinyhttp/cookie": "1.3.0", "@tinyhttp/cookie-signature": "1.3.0", "@tinyhttp/encode-url": "0.3.0", "@tinyhttp/req": "1.3.1", - "@tinyhttp/send": "1.3.2", + "@tinyhttp/send": "1.3.1", "es-mime-types": "^0.0.16", "es-vary": "^0.0.8", "escape-html": "^1.0.3" @@ -104,9 +104,9 @@ "integrity": "sha512-Wjch7WR8DDkQm5xeNy4i/RrYQGmNrUhqzqls+UBZW14mULjUUtKoTlDOg59RxsPx2NmzdoDbIW4jTpbw+VyNHg==" }, "@tinyhttp/send": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@tinyhttp/send/-/send-1.3.2.tgz", - "integrity": "sha512-HQrkAr5QUxkYuYs/Sa5FJ2Uc/WerGqypptAbwszlz8hpE0P/nSs2xR2tpzRHGVihuIcNqiJaDzymhEndpj67Fg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@tinyhttp/send/-/send-1.3.1.tgz", + "integrity": "sha512-72JvdTkpaSZoSxqhNHc2rEjJDkwAmL5azuIcZOrd+CzQV1etn4gZcdzIoHBBl4iGrrCNKZSPEgQNpWhhjeASpQ==", "requires": { "@tinyhttp/etag": "1.3.0", "es-content-type": "^0.0.10", diff --git a/package.json b/package.json index 769d59d..b209fed 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "AGPL-3.0-only", "homepage": "https://code.samourai.io/dojo/samourai-dojo", "dependencies": { - "@tinyhttp/app": "1.3.15", + "@tinyhttp/app": "1.3.13", "async-sema": "3.1.0", "axios": "0.21.1", "bip39": "3.0.4",