Pavel Ševčík 4 years ago
parent
commit
374d076329
No known key found for this signature in database GPG Key ID: CFA54E4C0CD58DF0
  1. 22
      package-lock.json
  2. 2
      package.json

22
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",

2
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",

Loading…
Cancel
Save