fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-25 00:31:10 +01:00
parent 244016faed
commit a5bca90eeb
2 changed files with 172 additions and 60 deletions

230
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@apiglobal/typedrequest": "^2.0.0",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartsocket": "^2.0.4",
"@pushrocks/smartsocket": "^2.0.5",
"@pushrocks/smartstring": "^4.0.2"
},
"devDependencies": {
@ -94,6 +94,7 @@
"version": "1.0.26",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedsocket/-/typedsocket-1.0.26.tgz",
"integrity": "sha512-MTtlx3LP2hJPIsfxe4K2mu00pKjp8KB/FHId/OrB31OOoMSfRrHIMq3UEnW1c4IC+dnezHnNEBOuGd0yeNwUQQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.65",
@ -107,6 +108,7 @@
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
@ -121,6 +123,7 @@
"version": "1.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-1.0.2.tgz",
"integrity": "sha512-TeXlktpAoLFDeXFJyhHTUOIiaZQ2oSdtEdbVt8/sA3lBMBfu+BXgfq5RLvQnqCDFpWKGmu9hn0P5NNK6zXQUkw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartenv": "^4.0.11",
@ -131,6 +134,7 @@
"version": "4.0.16",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-4.0.16.tgz",
"integrity": "sha512-NwYMONDc/NjY6BGvzZzLMteF83kPQTF9BCGfqWbktUUruEtdqL+nGw6ecoLFi2b5u7XPb8jK1TKIcSvpNJ7SyA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartpromise": "^3.0.6",
@ -141,6 +145,7 @@
"version": "1.2.22",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-1.2.22.tgz",
"integrity": "sha512-dXZec9L1i+znhzaF0Whx9LAh7kAxrXtgRUXARv48l2o0ayc4isFosq5GHp49laGBIHT9wSo0Wn4nAm1uL9ihFw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
@ -163,6 +168,7 @@
"version": "3.0.26",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstring/-/smartstring-3.0.26.tgz",
"integrity": "sha512-bVAXxXpVudVvoF1ePTiHNBdAGfkH+TDe1mGV2vPg8RBYW1oGBidCDfiy7jIva+5EhdXv3E1FW7lfdwuejhP7rw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartenv": "^4.0.16",
@ -178,12 +184,14 @@
"version": "14.18.12",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-14.18.12.tgz",
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A==",
"dev": true,
"license": "MIT"
},
"node_modules/@apiglobal/typedsocket/node_modules/crypto-random-string": {
"version": "3.3.1",
"resolved": "https://verdaccio.lossless.one/crypto-random-string/-/crypto-random-string-3.3.1.tgz",
"integrity": "sha512-5j88ECEn6h17UePrLi6pn1JcLtAiANa3KExyr9y9Z5vo2mv56Gh3I4Aja/B9P9uyMwyxNHAHWv+nE72f30T5Dg==",
"dev": true,
"license": "MIT",
"dependencies": {
"type-fest": "^0.8.1"
@ -196,12 +204,14 @@
"version": "2.6.4",
"resolved": "https://verdaccio.lossless.one/js-base64/-/js-base64-2.6.4.tgz",
"integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/@apiglobal/typedsocket/node_modules/normalize-newline": {
"version": "3.0.0",
"resolved": "https://verdaccio.lossless.one/normalize-newline/-/normalize-newline-3.0.0.tgz",
"integrity": "sha1-HL6oBKukNgAfg5OKsh7AOdaa6dM=",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
@ -211,6 +221,7 @@
"version": "3.0.0",
"resolved": "https://verdaccio.lossless.one/strip-indent/-/strip-indent-3.0.0.tgz",
"integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"min-indent": "^1.0.0"
@ -223,6 +234,7 @@
"version": "0.8.1",
"resolved": "https://verdaccio.lossless.one/type-fest/-/type-fest-0.8.1.tgz",
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=8"
@ -4049,6 +4061,7 @@
"version": "3.0.108",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpress/-/smartexpress-3.0.108.tgz",
"integrity": "sha512-ee9Ea71Z7QDBFWsaE7fTDoyrXni7sSXWBUHJ1VoXfJe1CIuklb+th+bmCMZWQo4oVyUsmzxIfUhcgcFqdb528A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.56",
@ -4080,6 +4093,7 @@
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
@ -4105,6 +4119,7 @@
"version": "8.0.11",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartfile/-/smartfile-8.0.11.tgz",
"integrity": "sha512-mujs1mDgorsryQ8OZuL94MZZDYL3+cbdPKaXSchPjyxOOx8iGacUzc5BK4jDsImYeYEo07MpdJ5BjvGkORQR/w==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartfile-interfaces": "^1.0.7",
@ -4471,6 +4486,7 @@
"version": "1.0.14",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsitemap/-/smartsitemap-1.0.14.tgz",
"integrity": "sha512-Vnn1CzG7b1QAr/tOBbeJVU3Q85G+CUkqsmtiRSa9TqMcpdvJyUDc7tCHVgL8ZkqpF6ozoPUTorkHNjCyHhkWeA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartcache": "^1.0.13",
@ -4482,9 +4498,9 @@
}
},
"node_modules/@pushrocks/smartsocket": {
"version": "2.0.4",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.4.tgz",
"integrity": "sha512-M5DyFBINx7ntfiFxQzBzl/+YBRKBUq4GZWYOEKxwpj/4Sx0YN6jAwu8e8TuVhmPL3xruL+ezNr22+PGenYgNIQ==",
"version": "2.0.5",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.5.tgz",
"integrity": "sha512-6biWmgw1vwF/Q2Lerj8eMXD5GPAtwns1EaEm2nA9fWAwUG5vzHOhnDvn5aEXK2la3l13T6EjQmps7d/9Z3Gy/A==",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
@ -4493,7 +4509,7 @@
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartexpress": "^4.0.0",
"@pushrocks/smartexpress": "^4.0.1",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpromise": "^3.1.7",
@ -4503,29 +4519,29 @@
"socket.io-client": "^4.4.1"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/@apiglobal/typedrequest": {
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"node_modules/@pushrocks/smartsocket/node_modules/@apiglobal/typedsocket": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedsocket/-/typedsocket-2.0.0.tgz",
"integrity": "sha512-icpT6WUZ71K9qtqG6/lj5sZd5EWlCydBWYgrUCMo5QaHIxSgNY1vyF/oPAzqw26wfsCiB1EWoKG+YJFI7DHiQA==",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^2.0.0",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.4",
"@pushrocks/lik": "^5.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/webrequest": "^2.0.13"
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartsocket": "^2.0.4",
"@pushrocks/smartstring": "^4.0.2"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/@pushrocks/smartexpress": {
"version": "4.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpress/-/smartexpress-4.0.0.tgz",
"integrity": "sha512-UjKR0GeLYLqBvNDPKuKlJPlzqQ5sC5HH+HHCqf2wnRNaLHco+PLQFUkFK86m/cQuqPoicp9wsbhx1KwIHs/QIw==",
"version": "4.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpress/-/smartexpress-4.0.2.tgz",
"integrity": "sha512-TgWK9IJfLgkGboW6r20s1gXsFU5AKGJ5vrRt54hQm4yDXAX+iZ4lkIQJiRKCdga8F66+HWfi/wIo0k6+Ki4gSg==",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.65",
"@apiglobal/typedsocket": "^1.0.26",
"@apiglobal/typedrequest": "^2.0.0",
"@apiglobal/typedsocket": "^2.0.0",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartfeed": "^1.0.11",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartmanifest": "^1.0.8",
@ -4533,20 +4549,19 @@
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^1.1.56",
"@pushrocks/smartsitemap": "^1.0.14",
"@pushrocks/smartsitemap": "^2.0.1",
"@pushrocks/smarttime": "^3.0.45",
"@tsclass/tsclass": "^3.0.48",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/finalhandler": "^1.1.1",
"@types/helmet": "^4.0.0",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-force-ssl": "^0.3.2",
"helmet": "^5.0.2"
"helmet": "^4.6.0"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/@pushrocks/smartexpress/node_modules/@pushrocks/smartpath": {
@ -4578,13 +4593,49 @@
"js-yaml": "^4.1.0"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/helmet": {
"version": "5.0.2",
"resolved": "https://verdaccio.lossless.one/helmet/-/helmet-5.0.2.tgz",
"integrity": "sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg==",
"node_modules/@pushrocks/smartsocket/node_modules/@pushrocks/smartsitemap": {
"version": "2.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsitemap/-/smartsitemap-2.0.1.tgz",
"integrity": "sha512-eB4ybrhUtJaoqDY3P76NIp6gbIOGzLJPwqkMGo2d8dcJftqlySZxalsZTLOIHqLzQXYwSxuKo2JYGrjokx83Vw==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartcache": "^1.0.13",
"@pushrocks/smartfeed": "^1.0.11",
"@pushrocks/smartxml": "^1.0.6",
"@pushrocks/smartyaml": "^2.0.5",
"@pushrocks/webrequest": "^3.0.3",
"@tsclass/tsclass": "^3.0.48"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/@pushrocks/webrequest": {
"version": "3.0.3",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.3.tgz",
"integrity": "sha512-ilTTvGkd/datu190PKaqINMu/TPNBHKZUZ3H+EkamJTvOBuVIQfjthy06BK2lPG/AftMPhRvK1V36JDb3x/3Eg==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartpromise": "^3.1.7",
"node-fetch": "^3.2.3"
}
},
"node_modules/@pushrocks/smartsocket/node_modules/node-fetch": {
"version": "3.2.3",
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.3.tgz",
"integrity": "sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==",
"license": "MIT",
"dependencies": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",
"formdata-polyfill": "^4.0.10"
},
"engines": {
"node": ">=12.0.0"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/node-fetch"
}
},
"node_modules/@pushrocks/smartspawn": {
@ -4754,6 +4805,7 @@
"version": "2.0.13",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-2.0.13.tgz",
"integrity": "sha512-FNRthRBrBmc3Eu+NRkVrPudbmWMphph/Y15feHo7tUj7Y4MhP0uSy2/95vM3b5LcXQldOEH3GA9SB7VYJ1+VPw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.10",
@ -4766,6 +4818,7 @@
"version": "4.0.16",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-4.0.16.tgz",
"integrity": "sha512-NwYMONDc/NjY6BGvzZzLMteF83kPQTF9BCGfqWbktUUruEtdqL+nGw6ecoLFi2b5u7XPb8jK1TKIcSvpNJ7SyA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@pushrocks/smartpromise": "^3.0.6",
@ -4776,6 +4829,7 @@
"version": "14.18.12",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-14.18.12.tgz",
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A==",
"dev": true,
"license": "MIT"
},
"node_modules/@rkusa/linebreak": {
@ -5144,6 +5198,7 @@
"resolved": "https://verdaccio.lossless.one/@types%2fhelmet/-/helmet-4.0.0.tgz",
"integrity": "sha512-ONIn/nSNQA57yRge3oaMQESef/6QhoeX7llWeDli0UZIfz8TQMkfNPTXA8VnnyeA1WUjG2pGqdjEIueYonMdfQ==",
"deprecated": "This is a stub types definition. helmet provides its own type definitions, so you do not need this installed.",
"dev": true,
"license": "MIT",
"dependencies": {
"helmet": "*"
@ -8672,6 +8727,7 @@
"version": "2.6.7",
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"whatwg-url": "^5.0.0"
@ -10436,6 +10492,7 @@
"version": "0.0.3",
"resolved": "https://verdaccio.lossless.one/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=",
"dev": true,
"license": "MIT"
},
"node_modules/tree-kill": {
@ -10913,6 +10970,7 @@
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
"dev": true,
"license": "MIT",
"dependencies": {
"tr46": "~0.0.3",
@ -10923,6 +10981,7 @@
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
"dev": true,
"license": "BSD-2-Clause"
},
"node_modules/which": {
@ -11220,6 +11279,7 @@
"version": "1.0.26",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedsocket/-/typedsocket-1.0.26.tgz",
"integrity": "sha512-MTtlx3LP2hJPIsfxe4K2mu00pKjp8KB/FHId/OrB31OOoMSfRrHIMq3UEnW1c4IC+dnezHnNEBOuGd0yeNwUQQ==",
"dev": true,
"requires": {
"@apiglobal/typedrequest": "^1.0.65",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
@ -11232,6 +11292,7 @@
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"dev": true,
"requires": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.4",
@ -11245,6 +11306,7 @@
"version": "1.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fisohash/-/isohash-1.0.2.tgz",
"integrity": "sha512-TeXlktpAoLFDeXFJyhHTUOIiaZQ2oSdtEdbVt8/sA3lBMBfu+BXgfq5RLvQnqCDFpWKGmu9hn0P5NNK6zXQUkw==",
"dev": true,
"requires": {
"@pushrocks/smartenv": "^4.0.11",
"@pushrocks/smarthash": "^2.1.6"
@ -11254,6 +11316,7 @@
"version": "4.0.16",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-4.0.16.tgz",
"integrity": "sha512-NwYMONDc/NjY6BGvzZzLMteF83kPQTF9BCGfqWbktUUruEtdqL+nGw6ecoLFi2b5u7XPb8jK1TKIcSvpNJ7SyA==",
"dev": true,
"requires": {
"@pushrocks/smartpromise": "^3.0.6",
"@types/node": "^14.11.2"
@ -11263,6 +11326,7 @@
"version": "1.2.22",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-1.2.22.tgz",
"integrity": "sha512-dXZec9L1i+znhzaF0Whx9LAh7kAxrXtgRUXARv48l2o0ayc4isFosq5GHp49laGBIHT9wSo0Wn4nAm1uL9ihFw==",
"dev": true,
"requires": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^1.0.2",
@ -11284,6 +11348,7 @@
"version": "3.0.26",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstring/-/smartstring-3.0.26.tgz",
"integrity": "sha512-bVAXxXpVudVvoF1ePTiHNBdAGfkH+TDe1mGV2vPg8RBYW1oGBidCDfiy7jIva+5EhdXv3E1FW7lfdwuejhP7rw==",
"dev": true,
"requires": {
"@pushrocks/smartenv": "^4.0.16",
"crypto-random-string": "^3.3.0",
@ -11297,12 +11362,14 @@
"@types/node": {
"version": "14.18.12",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-14.18.12.tgz",
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A=="
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A==",
"dev": true
},
"crypto-random-string": {
"version": "3.3.1",
"resolved": "https://verdaccio.lossless.one/crypto-random-string/-/crypto-random-string-3.3.1.tgz",
"integrity": "sha512-5j88ECEn6h17UePrLi6pn1JcLtAiANa3KExyr9y9Z5vo2mv56Gh3I4Aja/B9P9uyMwyxNHAHWv+nE72f30T5Dg==",
"dev": true,
"requires": {
"type-fest": "^0.8.1"
}
@ -11310,17 +11377,20 @@
"js-base64": {
"version": "2.6.4",
"resolved": "https://verdaccio.lossless.one/js-base64/-/js-base64-2.6.4.tgz",
"integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
"integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
"dev": true
},
"normalize-newline": {
"version": "3.0.0",
"resolved": "https://verdaccio.lossless.one/normalize-newline/-/normalize-newline-3.0.0.tgz",
"integrity": "sha1-HL6oBKukNgAfg5OKsh7AOdaa6dM="
"integrity": "sha1-HL6oBKukNgAfg5OKsh7AOdaa6dM=",
"dev": true
},
"strip-indent": {
"version": "3.0.0",
"resolved": "https://verdaccio.lossless.one/strip-indent/-/strip-indent-3.0.0.tgz",
"integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
"dev": true,
"requires": {
"min-indent": "^1.0.0"
}
@ -11328,7 +11398,8 @@
"type-fest": {
"version": "0.8.1",
"resolved": "https://verdaccio.lossless.one/type-fest/-/type-fest-0.8.1.tgz",
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
"dev": true
}
}
},
@ -13862,6 +13933,7 @@
"version": "3.0.108",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpress/-/smartexpress-3.0.108.tgz",
"integrity": "sha512-ee9Ea71Z7QDBFWsaE7fTDoyrXni7sSXWBUHJ1VoXfJe1CIuklb+th+bmCMZWQo4oVyUsmzxIfUhcgcFqdb528A==",
"dev": true,
"requires": {
"@apiglobal/typedrequest": "^1.0.56",
"@apiglobal/typedsocket": "^1.0.20",
@ -13892,6 +13964,7 @@
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"dev": true,
"requires": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.4",
@ -13917,6 +13990,7 @@
"version": "8.0.11",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartfile/-/smartfile-8.0.11.tgz",
"integrity": "sha512-mujs1mDgorsryQ8OZuL94MZZDYL3+cbdPKaXSchPjyxOOx8iGacUzc5BK4jDsImYeYEo07MpdJ5BjvGkORQR/w==",
"dev": true,
"requires": {
"@pushrocks/smartfile-interfaces": "^1.0.7",
"@pushrocks/smarthash": "^2.1.10",
@ -14247,6 +14321,7 @@
"version": "1.0.14",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsitemap/-/smartsitemap-1.0.14.tgz",
"integrity": "sha512-Vnn1CzG7b1QAr/tOBbeJVU3Q85G+CUkqsmtiRSa9TqMcpdvJyUDc7tCHVgL8ZkqpF6ozoPUTorkHNjCyHhkWeA==",
"dev": true,
"requires": {
"@pushrocks/smartcache": "^1.0.13",
"@pushrocks/smartfeed": "^1.0.11",
@ -14257,9 +14332,9 @@
}
},
"@pushrocks/smartsocket": {
"version": "2.0.4",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.4.tgz",
"integrity": "sha512-M5DyFBINx7ntfiFxQzBzl/+YBRKBUq4GZWYOEKxwpj/4Sx0YN6jAwu8e8TuVhmPL3xruL+ezNr22+PGenYgNIQ==",
"version": "2.0.5",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.5.tgz",
"integrity": "sha512-6biWmgw1vwF/Q2Lerj8eMXD5GPAtwns1EaEm2nA9fWAwUG5vzHOhnDvn5aEXK2la3l13T6EjQmps7d/9Z3Gy/A==",
"requires": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^2.0.0",
@ -14267,7 +14342,7 @@
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartexpress": "^4.0.0",
"@pushrocks/smartexpress": "^4.0.1",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpromise": "^3.1.7",
@ -14277,27 +14352,27 @@
"socket.io-client": "^4.4.1"
},
"dependencies": {
"@apiglobal/typedrequest": {
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedrequest/-/typedrequest-1.0.67.tgz",
"integrity": "sha512-f8DiYAv9ci7jgs39Q3kb64aII3TtWL+vYSYB+38wtvldXW3YY+Ub/wdur0/15yt/0EYzx9JLqLfylyDHZ7zyMQ==",
"@apiglobal/typedsocket": {
"version": "2.0.0",
"resolved": "https://verdaccio.lossless.one/@apiglobal%2ftypedsocket/-/typedsocket-2.0.0.tgz",
"integrity": "sha512-icpT6WUZ71K9qtqG6/lj5sZd5EWlCydBWYgrUCMo5QaHIxSgNY1vyF/oPAzqw26wfsCiB1EWoKG+YJFI7DHiQA==",
"requires": {
"@apiglobal/typedrequest": "^2.0.0",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.4",
"@pushrocks/lik": "^5.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/webrequest": "^2.0.13"
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartsocket": "^2.0.4",
"@pushrocks/smartstring": "^4.0.2"
}
},
"@pushrocks/smartexpress": {
"version": "4.0.0",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpress/-/smartexpress-4.0.0.tgz",
"integrity": "sha512-UjKR0GeLYLqBvNDPKuKlJPlzqQ5sC5HH+HHCqf2wnRNaLHco+PLQFUkFK86m/cQuqPoicp9wsbhx1KwIHs/QIw==",
"version": "4.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpress/-/smartexpress-4.0.2.tgz",
"integrity": "sha512-TgWK9IJfLgkGboW6r20s1gXsFU5AKGJ5vrRt54hQm4yDXAX+iZ4lkIQJiRKCdga8F66+HWfi/wIo0k6+Ki4gSg==",
"requires": {
"@apiglobal/typedrequest": "^1.0.65",
"@apiglobal/typedsocket": "^1.0.26",
"@apiglobal/typedrequest": "^2.0.0",
"@apiglobal/typedsocket": "^2.0.0",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartfeed": "^1.0.11",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartmanifest": "^1.0.8",
@ -14305,20 +14380,19 @@
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^1.1.56",
"@pushrocks/smartsitemap": "^1.0.14",
"@pushrocks/smartsitemap": "^2.0.1",
"@pushrocks/smarttime": "^3.0.45",
"@tsclass/tsclass": "^3.0.48",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/finalhandler": "^1.1.1",
"@types/helmet": "^4.0.0",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-force-ssl": "^0.3.2",
"helmet": "^5.0.2"
"helmet": "^4.6.0"
},
"dependencies": {
"@pushrocks/smartpath": {
@ -14350,10 +14424,40 @@
"js-yaml": "^4.1.0"
}
},
"helmet": {
"version": "5.0.2",
"resolved": "https://verdaccio.lossless.one/helmet/-/helmet-5.0.2.tgz",
"integrity": "sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg=="
"@pushrocks/smartsitemap": {
"version": "2.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsitemap/-/smartsitemap-2.0.1.tgz",
"integrity": "sha512-eB4ybrhUtJaoqDY3P76NIp6gbIOGzLJPwqkMGo2d8dcJftqlySZxalsZTLOIHqLzQXYwSxuKo2JYGrjokx83Vw==",
"requires": {
"@pushrocks/smartcache": "^1.0.13",
"@pushrocks/smartfeed": "^1.0.11",
"@pushrocks/smartxml": "^1.0.6",
"@pushrocks/smartyaml": "^2.0.5",
"@pushrocks/webrequest": "^3.0.3",
"@tsclass/tsclass": "^3.0.48"
}
},
"@pushrocks/webrequest": {
"version": "3.0.3",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.3.tgz",
"integrity": "sha512-ilTTvGkd/datu190PKaqINMu/TPNBHKZUZ3H+EkamJTvOBuVIQfjthy06BK2lPG/AftMPhRvK1V36JDb3x/3Eg==",
"requires": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartpromise": "^3.1.7",
"node-fetch": "^3.2.3"
}
},
"node-fetch": {
"version": "3.2.3",
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.3.tgz",
"integrity": "sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==",
"requires": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",
"formdata-polyfill": "^4.0.10"
}
}
}
},
@ -14491,6 +14595,7 @@
"version": "2.0.13",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-2.0.13.tgz",
"integrity": "sha512-FNRthRBrBmc3Eu+NRkVrPudbmWMphph/Y15feHo7tUj7Y4MhP0uSy2/95vM3b5LcXQldOEH3GA9SB7VYJ1+VPw==",
"dev": true,
"requires": {
"@pushrocks/smartdelay": "^2.0.10",
"@pushrocks/smartenv": "^4.0.15",
@ -14502,6 +14607,7 @@
"version": "4.0.16",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-4.0.16.tgz",
"integrity": "sha512-NwYMONDc/NjY6BGvzZzLMteF83kPQTF9BCGfqWbktUUruEtdqL+nGw6ecoLFi2b5u7XPb8jK1TKIcSvpNJ7SyA==",
"dev": true,
"requires": {
"@pushrocks/smartpromise": "^3.0.6",
"@types/node": "^14.11.2"
@ -14510,7 +14616,8 @@
"@types/node": {
"version": "14.18.12",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-14.18.12.tgz",
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A=="
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A==",
"dev": true
}
}
},
@ -14801,6 +14908,7 @@
"version": "4.0.0",
"resolved": "https://verdaccio.lossless.one/@types%2fhelmet/-/helmet-4.0.0.tgz",
"integrity": "sha512-ONIn/nSNQA57yRge3oaMQESef/6QhoeX7llWeDli0UZIfz8TQMkfNPTXA8VnnyeA1WUjG2pGqdjEIueYonMdfQ==",
"dev": true,
"requires": {
"helmet": "*"
}
@ -17184,6 +17292,7 @@
"version": "2.6.7",
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
}
@ -18418,7 +18527,8 @@
"tr46": {
"version": "0.0.3",
"resolved": "https://verdaccio.lossless.one/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=",
"dev": true
},
"tree-kill": {
"version": "1.2.2",
@ -18730,6 +18840,7 @@
"version": "5.0.0",
"resolved": "https://verdaccio.lossless.one/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
"dev": true,
"requires": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
@ -18738,7 +18849,8 @@
"webidl-conversions": {
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
"dev": true
}
}
},

View File

@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)"
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",