fix(core): update

This commit is contained in:
Philipp Kunz 2022-12-22 16:47:49 +01:00
parent 94a1f693d3
commit 91e812df08
4 changed files with 213 additions and 184 deletions

View File

@ -64,7 +64,7 @@ testBuild:
script:
- npmci node install stable
- npmci npm install
- npmci command npm run build
- npmci npm build
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker

View File

@ -10,20 +10,19 @@
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.59",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.4"
"@types/node": "^18.11.17"
},
"dependencies": {
"@pushrocks/smartcrypto": "^2.0.1",
"@types/jsonwebtoken": "^8.5.5",
"jsonwebtoken": "^8.5.1"
"jsonwebtoken": "^9.0.0"
},
"files": [
"ts/**/*",
@ -41,4 +40,4 @@
"last 1 chrome versions"
],
"type": "module"
}
}

View File

@ -3,24 +3,24 @@ lockfileVersion: 5.4
specifiers:
'@gitzone/tsbuild': ^2.1.28
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.59
'@gitzone/tstest': ^1.0.74
'@pushrocks/smartcrypto': ^2.0.1
'@pushrocks/tapbundle': ^5.0.4
'@types/jsonwebtoken': ^8.5.5
'@types/node': ^18.11.4
jsonwebtoken: ^8.5.1
'@types/node': ^18.11.17
jsonwebtoken: ^9.0.0
dependencies:
'@pushrocks/smartcrypto': 2.0.1
'@types/jsonwebtoken': 8.5.9
jsonwebtoken: 8.5.1
jsonwebtoken: 9.0.0
devDependencies:
'@gitzone/tsbuild': 2.1.65
'@gitzone/tsrun': 1.2.39_@types+node@18.11.4
'@gitzone/tstest': 1.0.73_@types+node@18.11.4
'@gitzone/tsrun': 1.2.39_@types+node@18.11.17
'@gitzone/tstest': 1.0.74_@types+node@18.11.17
'@pushrocks/tapbundle': 5.0.4
'@types/node': 18.11.4
'@types/node': 18.11.17
packages:
@ -39,10 +39,18 @@ packages:
resolution: {integrity: sha512-KncX168fUQJ73FeT22Cvls41mkJmtasP8dB2s9+9/OyWZpNsCzk9NEmtdRhulW2vLQwuAbQc1eoloe7ffCmhcA==}
dev: true
/@apiglobal/typedrequest-interfaces/1.0.20:
resolution: {integrity: sha512-ybsDtavYbzGJYSLodSbkxDvSLYtfMzBTuNZDJpiANt1rZA2MO/GCq8zk5MVLlrUUQIr/7oxPGWqxi1QDwR+RHQ==}
dev: true
/@apiglobal/typedrequest-interfaces/2.0.1:
resolution: {integrity: sha512-Oi7pNU4vKo5UvcCJmqkH43Us237Ws/Pp/WDYnwnonRnTmIMd+6QjNfN/gXcPnP6tbamk8r8Xzcz9mgnSDM2ysw==}
dev: true
/@apiglobal/typedrequest/2.0.12:
resolution: {integrity: sha512-oCxcdKEzihzPDf0jrqG4obFFSgDszvO5LO+0Fk/hH/0bZm0AQ1LssYVwaY8OHjT0ujmkTcC5JFCjaS7LgjKSgQ==}
dependencies:
'@apiglobal/typedrequest-interfaces': 1.0.15
'@apiglobal/typedrequest-interfaces': 1.0.20
'@pushrocks/isounique': 1.0.5
'@pushrocks/lik': 6.0.0
'@pushrocks/smartdelay': 2.0.13
@ -52,12 +60,13 @@ packages:
- supports-color
dev: true
/@apiglobal/typedsocket/2.0.5:
resolution: {integrity: sha512-AsxG9782yVHELir6wsvYafE0knCRF/X10imgNolaemz680wqiFbBIhoNIVGxRw13XW1N9sJVbFJPEoBO0/uuoQ==}
/@apiglobal/typedsocket/2.0.12:
resolution: {integrity: sha512-z/inZRsUT2xWpYwjrpwNhEo1c1cZ1sZtOMZouj88bkuHhUO9Rm6L3U0sNK2S/FA0WosBOxXxM4MXE90dQWb3bA==}
dependencies:
'@apiglobal/typedrequest': 2.0.12
'@apiglobal/typedrequest-interfaces': 1.0.15
'@apiglobal/typedrequest-interfaces': 2.0.1
'@pushrocks/isohash': 2.0.0
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartsocket': 2.0.7
'@pushrocks/smartstring': 4.0.5
transitivePeerDependencies:
@ -132,27 +141,27 @@ packages:
'@pushrocks/early': 4.0.3
'@pushrocks/smartcli': 4.0.6
'@pushrocks/smartfile': 10.0.5
'@pushrocks/smartlog': 3.0.1
'@pushrocks/smartlog': 3.0.2
'@pushrocks/smartlog-destination-local': 8.0.8
'@pushrocks/smartpath': 5.0.5
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartspawn': 3.0.2
'@types/html-minifier': 4.0.2
'@types/node': 18.11.4
'@types/node': 18.11.17
esbuild: 0.14.54
html-minifier: 4.0.0
typescript: 4.8.4
typescript: 4.9.4
transitivePeerDependencies:
- supports-color
dev: true
/@gitzone/tsrun/1.2.39_@types+node@18.11.4:
/@gitzone/tsrun/1.2.39_@types+node@18.11.17:
resolution: {integrity: sha512-gLqKOic3T1GIdqsp+T5g1OewfboMJKKMr7/SJgBuMx4BUEBfW7TYhqk6psgfewhHs/zKII5rWbbPauykkKlYIg==}
hasBin: true
dependencies:
'@pushrocks/smartfile': 10.0.5
'@pushrocks/smartshell': 2.0.30
ts-node: 10.9.1_6hf6ijjdmrvgn4gwd23tocsh2m
ts-node: 10.9.1_wwsmkokka4prbxaa6a6ljikhim
typescript: 4.8.4
transitivePeerDependencies:
- '@swc/core'
@ -161,23 +170,22 @@ packages:
- supports-color
dev: true
/@gitzone/tstest/1.0.73_@types+node@18.11.4:
resolution: {integrity: sha512-IaarQBH6vTivIvVpdvwfiABLHf6bkGQlYLcDHymTllMMYrPKRFnpkW+hHJ8KlV0Q8eX/Uyar1PtnSxKEtO3/Fw==}
/@gitzone/tstest/1.0.74_@types+node@18.11.17:
resolution: {integrity: sha512-6V8bsfvpnODWqrkdooVqcOS1z5GA8dMDnLCOHnr/SUTeie3ox8KGpckwiZ+gTfz9WvzX6+KLVTZNYKGOaNbmMQ==}
hasBin: true
dependencies:
'@gitzone/tsbundle': 2.0.7
'@gitzone/tsrun': 1.2.39_@types+node@18.11.4
'@gitzone/tsrun': 1.2.39_@types+node@18.11.17
'@pushrocks/consolecolor': 2.0.1
'@pushrocks/smartbrowser': 2.0.2
'@pushrocks/smartbrowser': 2.0.5
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartexpress': 4.0.21
'@pushrocks/smartexpress': 4.0.22
'@pushrocks/smartfile': 10.0.5
'@pushrocks/smartlog': 3.0.1
'@pushrocks/smartlog': 3.0.2
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartshell': 2.0.30
'@pushrocks/tapbundle': 5.0.4
'@types/figures': 3.0.1
figures: 4.0.1
figures: 5.0.0
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
@ -352,11 +360,11 @@ packages:
symbol-tree: 3.2.4
dev: true
/@pushrocks/smartbrowser/2.0.2:
resolution: {integrity: sha512-VDBGb6O1nyFrFQFVS7AsVUjkundUVFEkWWEsYVCeglqt3AELzXZoxtV0Lrc9leVFwGS/v/0tUWi6gTz3T7wCIw==}
/@pushrocks/smartbrowser/2.0.5:
resolution: {integrity: sha512-S8GbBxytCWRDz6Le+ccaL1Mj63yNJ0/We1GEL9ROZi7iPeZpi7XHN0srss+V6cttaR4IYNpucY4RfQloTjGVog==}
dependencies:
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpdf': 3.0.12
'@pushrocks/smartpdf': 3.0.15
'@pushrocks/smartpuppeteer': 2.0.2
'@pushrocks/smartunique': 3.0.3
transitivePeerDependencies:
@ -373,7 +381,7 @@ packages:
'@pushrocks/smarterror': 2.0.1
'@pushrocks/smarthash': 3.0.1
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smarttime': 3.0.45
'@pushrocks/smarttime': 3.0.50
dev: true
/@pushrocks/smartcli/4.0.6:
@ -429,11 +437,11 @@ packages:
fast-deep-equal: 3.1.3
dev: true
/@pushrocks/smartexpress/4.0.21:
resolution: {integrity: sha512-QRiubmfM7DNR8aNA47zfkxkAlTAL/OyyZFlCBRz7nxJLiJ/CA6B2ptgskvG9xQTihchL9tFMTfcl5YdzjB/XoA==}
/@pushrocks/smartexpress/4.0.22:
resolution: {integrity: sha512-TOo9vnSq3RDE2z66nD7JHi23QcvCQIpybbGjUat0++EtH2voQgFR381CAfYJCFvNKLkD7jb4NLVK6OJqx4ZuEg==}
dependencies:
'@apiglobal/typedrequest': 2.0.12
'@apiglobal/typedsocket': 2.0.5
'@apiglobal/typedsocket': 2.0.12
'@pushrocks/lik': 6.0.0
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartenv': 5.0.3
@ -445,11 +453,11 @@ packages:
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartrequest': 2.0.11
'@pushrocks/smartsitemap': 2.0.1
'@pushrocks/smarttime': 3.0.45
'@tsclass/tsclass': 4.0.24
'@pushrocks/smarttime': 3.0.50
'@tsclass/tsclass': 4.0.28
'@types/compression': 1.7.2
'@types/cors': 2.8.12
'@types/express': 4.17.14
'@types/cors': 2.8.13
'@types/express': 4.17.15
'@types/finalhandler': 1.2.0
body-parser: 1.20.1
cors: 2.8.5
@ -503,7 +511,7 @@ packages:
dependencies:
'@pushrocks/smartjson': 4.0.6
'@pushrocks/smartpromise': 3.1.7
'@types/through2': 2.0.36
'@types/through2': 2.0.38
through2: 4.0.2
dev: true
@ -538,6 +546,17 @@ packages:
lodash.clonedeep: 4.5.0
dev: true
/@pushrocks/smartjson/5.0.5:
resolution: {integrity: sha512-0Hhfur5X8hFLxTZVZv24PyyuzDE7x+J6tx59GEa9R9I3+VsvX5jdRCLtczJtWUriNISkXtwqAYsNPizIQA0BYw==}
dependencies:
'@pushrocks/smartstring': 4.0.5
'@types/buffer-json': 2.0.1
'@types/lodash.clonedeep': 4.5.7
buffer-json: 2.0.0
fast-json-stable-stringify: 2.1.0
lodash.clonedeep: 4.5.0
dev: true
/@pushrocks/smartlog-destination-local/8.0.8:
resolution: {integrity: sha512-h6zTJnneX7lFFHeUMIdwGU2ZvbTGpZw6nutdSbx2t4d0OcExeKx3a/BjgKJmM3DGOv29gqLuEPeTHm0Yy95iWg==}
dependencies:
@ -552,6 +571,12 @@ packages:
'@apiglobal/typedrequest-interfaces': 1.0.15
dev: true
/@pushrocks/smartlog-interfaces/3.0.0:
resolution: {integrity: sha512-yjppiLLJHBcrXTJJusDbFTvHq0RTMl3LnhvWAhyyy8U0O4VkJxIls1t5mS6jsEwxogP88+0flQIWknNJeB913A==}
dependencies:
'@apiglobal/typedrequest-interfaces': 2.0.1
dev: true
/@pushrocks/smartlog/3.0.1:
resolution: {integrity: sha512-lE6BCrtZcDDjeXymHq9EK+VlrV3lhXXagFubgHiwrtX8+2xzihS3PpLE54pMARf5X5LE00xg1W0QxSzYJ9oMqg==}
dependencies:
@ -559,6 +584,13 @@ packages:
'@pushrocks/smartlog-interfaces': 2.0.23
dev: true
/@pushrocks/smartlog/3.0.2:
resolution: {integrity: sha512-1WPA0LX9HfE54ESKtk32uvsXiYIMu2QX7NUlQ3uHSMmFULnJYo2m/LeKEf6qHH7DJtxZbkWzkrMOkZVPL1MeNg==}
dependencies:
'@pushrocks/isounique': 1.0.5
'@pushrocks/smartlog-interfaces': 3.0.0
dev: true
/@pushrocks/smartmanifest/1.0.8:
resolution: {integrity: sha512-inHmTp58Z8xl+c6mdOrfxc9IjUKuqho1i+WUI74G7rn6HwEn3cMd/06R1v80Xlx+95EYWzBwnYtuo7j7DafrdQ==}
dev: true
@ -585,7 +617,7 @@ packages:
'@types/default-gateway': 3.0.1
isopen: 1.3.0
public-ip: 6.0.1
systeminformation: 5.12.8
systeminformation: 5.16.8
dev: true
/@pushrocks/smartparam/1.1.6:
@ -600,8 +632,8 @@ packages:
resolution: {integrity: sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==}
dev: true
/@pushrocks/smartpdf/3.0.12:
resolution: {integrity: sha512-ElGX79cJJSzjp56JrOO+B5NBeaymsm0CuW7a1UtsAKejADNtsA887nV/x7MRfL3A5a2NbMhOqqYpVgDMdd6xOw==}
/@pushrocks/smartpdf/3.0.15:
resolution: {integrity: sha512-z1XAxHW3C0gkzk30yZJpc74S6MJyMBAtlG9FiGhIhs9jGw6z/dkgpVr8beJMOCOX1KIzlA5HJoJOWtex/fd90g==}
dependencies:
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartfile': 10.0.5
@ -610,8 +642,8 @@ packages:
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartpuppeteer': 2.0.2
'@pushrocks/smartunique': 3.0.3
'@tsclass/tsclass': 4.0.24
'@types/express': 4.17.14
'@tsclass/tsclass': 4.0.28
'@types/express': 4.17.15
express: 4.18.2
pdf-merger-js: 3.4.0
pdf2json: 2.1.0
@ -691,20 +723,20 @@ packages:
/@pushrocks/smartsocket/2.0.7:
resolution: {integrity: sha512-xoBdecjxQH5cYlMyzmZ6qoBUlC136HVc4nIjlEqohaI3itNyJI6hmU0FDBFLrgCEKKNJx6PB1NUJJMhHY6lwyw==}
dependencies:
'@apiglobal/typedrequest-interfaces': 1.0.15
'@apiglobal/typedrequest-interfaces': 1.0.20
'@pushrocks/isohash': 2.0.0
'@pushrocks/isounique': 1.0.5
'@pushrocks/lik': 6.0.0
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartenv': 5.0.3
'@pushrocks/smartexpress': 4.0.21
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartlog': 3.0.1
'@pushrocks/smartexpress': 4.0.22
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartlog': 3.0.2
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartrx': 2.0.27
'@pushrocks/smarttime': 3.0.45
socket.io: 4.5.3
socket.io-client: 4.5.3
'@pushrocks/smarttime': 3.0.50
socket.io: 4.5.4
socket.io-client: 4.5.4
transitivePeerDependencies:
- bufferutil
- supports-color
@ -760,6 +792,18 @@ packages:
pretty-ms: 7.0.1
dev: true
/@pushrocks/smarttime/3.0.50:
resolution: {integrity: sha512-44NgDuNukCQIlPJFNORcDugp36Yj6HT6eZEWtn4M4HKlTFCQ8De+ztwGg+gRceucJ202zqLRKrXoh8dVdS3BaQ==}
dependencies:
'@pushrocks/lik': 5.0.7
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpromise': 3.1.7
croner: 4.4.1
dayjs: 1.11.7
is-nan: 1.3.2
pretty-ms: 7.0.1
dev: true
/@pushrocks/smartunique/3.0.3:
resolution: {integrity: sha512-f+c3s2WzzjASoRHyYTLU0kHDVWREg4sZVdi5L42bTA3CTUWNrcGUC62h4wP4U4BiPl3bopTr3LPhClZHJ738oA==}
dependencies:
@ -818,7 +862,7 @@ packages:
'@adobe/helix-fetch': 3.1.2
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartenv': 5.0.3
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/webstore': 2.0.5
transitivePeerDependencies:
@ -828,14 +872,14 @@ packages:
/@pushrocks/webstore/2.0.5:
resolution: {integrity: sha512-O91dyT0o7xgeJsgftopa7NrE+sZxAQRr8i3UOZ6+UhyJx95v3kssPiE6aJ2uNsESKl3IlDq6RInLr1zbyFsqkg==}
dependencies:
'@apiglobal/typedrequest-interfaces': 1.0.15
'@apiglobal/typedrequest-interfaces': 1.0.20
'@pushrocks/lik': 6.0.0
'@pushrocks/smartenv': 5.0.3
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartrx': 2.0.27
fake-indexeddb: 4.0.0
idb: 7.1.0
fake-indexeddb: 4.0.1
idb: 7.1.1
dev: true
/@rkusa/linebreak/1.0.0:
@ -866,10 +910,10 @@ packages:
type-fest: 2.19.0
dev: true
/@tsclass/tsclass/4.0.24:
resolution: {integrity: sha512-O05V95elWdv34JcMadaIlSt2dz5iDSmn+wty75iiDZhM8avIOVLtkjfwAR+2djHT63Lcc6duoNER6qVTrKk3lQ==}
/@tsclass/tsclass/4.0.28:
resolution: {integrity: sha512-69OUcb9hR1PYTCHwxsyJhlE7jUJKYZMl4tQWagN7Kmv8gIWRvjfPecNQTUSmSYx6N99z4l+0E/WJ6h18EiDJWg==}
dependencies:
type-fest: 3.1.0
type-fest: 3.4.0
dev: true
/@tsconfig/node10/1.0.9:
@ -891,7 +935,7 @@ packages:
/@types/accepts/1.3.5:
resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/babel__code-frame/7.0.3:
@ -902,7 +946,7 @@ packages:
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
dependencies:
'@types/connect': 3.4.35
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/buffer-json/2.0.1:
@ -922,27 +966,27 @@ packages:
/@types/clean-css/4.2.6:
resolution: {integrity: sha512-Ze1tf+LnGPmG6hBFMi0B4TEB0mhF7EiMM5oyjLDNPE9hxrPU0W+5+bHvO+eFPA+bt0iC1zkQMoU/iGdRVjcRbw==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
source-map: 0.6.1
dev: true
/@types/co-body/6.1.0:
resolution: {integrity: sha512-3e0q2jyDAnx/DSZi0z2H0yoZ2wt5yRDZ+P7ymcMObvq0ufWRT4tsajyO+Q1VwVWiv9PRR4W3YEjEzBjeZlhF+w==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
'@types/qs': 6.9.7
dev: true
/@types/compression/1.7.2:
resolution: {integrity: sha512-lwEL4M/uAGWngWFLSG87ZDr2kLrbuR8p7X+QZB1OQlT+qkHsCPDVFnHPyXf4Vyl4yDDorNY+mAhosxkCvppatg==}
dependencies:
'@types/express': 4.17.14
'@types/express': 4.17.15
dev: true
/@types/connect/3.4.35:
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/content-disposition/0.5.5:
@ -963,11 +1007,13 @@ packages:
'@types/connect': 3.4.35
'@types/express': 4.17.14
'@types/keygrip': 1.0.2
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/cors/2.8.12:
resolution: {integrity: sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==}
/@types/cors/2.8.13:
resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==}
dependencies:
'@types/node': 18.11.17
dev: true
/@types/debounce/1.2.1:
@ -981,7 +1027,7 @@ packages:
/@types/express-serve-static-core/4.17.31:
resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
'@types/qs': 6.9.7
'@types/range-parser': 1.2.4
dev: true
@ -995,6 +1041,15 @@ packages:
'@types/serve-static': 1.15.0
dev: true
/@types/express/4.17.15:
resolution: {integrity: sha512-Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ==}
dependencies:
'@types/body-parser': 1.19.2
'@types/express-serve-static-core': 4.17.31
'@types/qs': 6.9.7
'@types/serve-static': 1.15.0
dev: true
/@types/fast-json-stable-stringify/2.1.0:
resolution: {integrity: sha512-IyNhGHu71jH1jCXTHmafuoAAdsbBON3kDh7u/UUhLmjYgN5TYB54e1R8ckTCiIevl2UuZaCsi9XRxineY5yUjw==}
deprecated: This is a stub types definition. fast-json-stable-stringify provides its own type definitions, so you do not need this installed.
@ -1002,36 +1057,29 @@ packages:
fast-json-stable-stringify: 2.1.0
dev: true
/@types/figures/3.0.1:
resolution: {integrity: sha512-2OXodKWdNhYl+S+wCvlafqJbfMIVDfQZYX2wRyUOcRiEQpeJ9zU6cT7d+RbMpjS+/vmQ2cAUUL8gyGy1YxtLPw==}
deprecated: This is a stub types definition. figures provides its own type definitions, so you do not need this installed.
dependencies:
figures: 4.0.1
dev: true
/@types/finalhandler/1.2.0:
resolution: {integrity: sha512-NgEZKOhxUSXkwNnWNaMXZaopQ5aFGPAYiEpEWIkQ6Dzc4iS0M1oQsvWne2t+ex9QZUAdTz/ZT4tOXJhWtP6mCw==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/from2/2.3.1:
resolution: {integrity: sha512-l7kKtohAc5h0CKh6vFMv5WcWvQx40KE6dQneUg22i8c1mwxhVPbN781bYts/mYXxSBrQMhNxkhwg18QY0MfeOg==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/fs-extra/9.0.13:
resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/glob/8.0.0:
resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==}
dependencies:
'@types/minimatch': 5.1.2
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/html-minifier/4.0.2:
@ -1081,7 +1129,7 @@ packages:
/@types/jsonwebtoken/8.5.9:
resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: false
/@types/keygrip/1.0.2:
@ -1104,7 +1152,7 @@ packages:
'@types/http-errors': 1.8.2
'@types/keygrip': 1.0.2
'@types/koa-compose': 3.2.5
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/lodash.clonedeep/4.5.7:
@ -1136,11 +1184,11 @@ packages:
/@types/node-forge/1.3.0:
resolution: {integrity: sha512-yUsIEHG3d81E2c+akGjZAMdVcjbfqMzpMjvpebnTO7pEGfqxCtBzpRV52kR1RETtwJ9fHkLdEjtaM+uMKWpwFA==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: false
/@types/node/18.11.4:
resolution: {integrity: sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A==}
/@types/node/18.11.17:
resolution: {integrity: sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==}
/@types/parse5/6.0.3:
resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==}
@ -1170,7 +1218,7 @@ packages:
resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==}
dependencies:
'@types/mime': 3.0.1
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/shortid/0.0.29:
@ -1201,7 +1249,13 @@ packages:
/@types/through2/2.0.36:
resolution: {integrity: sha512-vuifQksQHJXhV9McpVsXKuhnf3lsoX70PnhcqIAbs9dqLH2NgrGz0DzZPDY3+Yh6eaRqcE1gnCQ6QhBn1/PT5A==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/through2/2.0.38:
resolution: {integrity: sha512-YFu+nHmjxMurkH1BSzA0Z1WrKDAY8jUKPZctNQn7mc+/KKtp2XxnclHFXxdB1m7Iqnzb5aywgP8TMK283LezGQ==}
dependencies:
'@types/node': 18.11.17
dev: true
/@types/trusted-types/2.0.2:
@ -1225,14 +1279,14 @@ packages:
/@types/ws/7.4.7:
resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==}
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
/@types/yauzl/2.10.0:
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true
dependencies:
'@types/node': 18.11.4
'@types/node': 18.11.17
dev: true
optional: true
@ -1570,16 +1624,16 @@ packages:
engines: {node: '>=14.16'}
dev: true
/cacheable-request/10.2.2:
resolution: {integrity: sha512-KxjQZM3UIo7/J6W4sLpwFvu1GB3Whv8NtZ8ZrUL284eiQjiXeeqWTdhixNrp/NLZ/JNuFBo6BD4ZaO8ZJ5BN8Q==}
/cacheable-request/10.2.3:
resolution: {integrity: sha512-6BehRBOs7iurNjAYN9iPazTwFDaMQavJO8W1MEm3s2pH8q/tkPTtLDRUZaweWK87WFGf2Y5wLAlaCJlR5kOz3w==}
engines: {node: '>=14.16'}
dependencies:
'@types/http-cache-semantics': 4.0.1
get-stream: 6.0.1
http-cache-semantics: 4.1.0
keyv: 4.5.0
keyv: 4.5.2
mimic-response: 4.0.0
normalize-url: 7.2.0
normalize-url: 8.0.0
responselike: 3.0.0
dev: true
@ -1803,6 +1857,10 @@ packages:
resolution: {integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==}
dev: true
/dayjs/1.11.7:
resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==}
dev: true
/debounce/1.2.1:
resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==}
dev: true
@ -1979,13 +2037,13 @@ packages:
engines: {node: '>=10.0.0'}
dev: true
/engine.io/6.2.0:
resolution: {integrity: sha512-4KzwW3F3bk+KlzSOY57fj/Jx6LyRQ1nbcyIadehl+AnXjKT7gDO0ORdRi/84ixvMKTym6ZKuxvbzN62HDDU1Lg==}
/engine.io/6.2.1:
resolution: {integrity: sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA==}
engines: {node: '>=10.0.0'}
dependencies:
'@types/cookie': 0.4.1
'@types/cors': 2.8.12
'@types/node': 18.11.4
'@types/cors': 2.8.13
'@types/node': 18.11.17
accepts: 1.3.8
base64id: 2.0.0
cookie: 0.4.2
@ -2315,8 +2373,8 @@ packages:
- supports-color
dev: true
/fake-indexeddb/4.0.0:
resolution: {integrity: sha512-oCfWSJ/qvQn1XPZ8SHX6kY3zr1t+bN7faZ/lltGY0SBGhFOPXnWf0+pbO/MOAgfMx6khC2gK3S/bvAgQpuQHDQ==}
/fake-indexeddb/4.0.1:
resolution: {integrity: sha512-hFRyPmvEZILYgdcLBxVdHLik4Tj3gDTu/g7s9ZDOiU3sTNiGx+vEu1ri/AMsFJUZ/1sdRbAVrEcKndh3sViBcA==}
dependencies:
realistic-structured-clone: 3.0.0
dev: true
@ -2366,9 +2424,9 @@ packages:
xml-js: 1.6.11
dev: true
/figures/4.0.1:
resolution: {integrity: sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w==}
engines: {node: '>=12'}
/figures/5.0.0:
resolution: {integrity: sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==}
engines: {node: '>=14'}
dependencies:
escape-string-regexp: 5.0.0
is-unicode-supported: 1.3.0
@ -2412,8 +2470,8 @@ packages:
signal-exit: 3.0.7
dev: true
/form-data-encoder/2.1.3:
resolution: {integrity: sha512-KqU0nnPMgIJcCOFTNJFEA8epcseEaoox4XZffTgy8jlI6pL/5EFyR54NRG7CnCJN0biY7q52DO3MH6/sJ/TKlQ==}
/form-data-encoder/2.1.4:
resolution: {integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==}
engines: {node: '>= 14.17'}
dev: true
@ -2533,18 +2591,18 @@ packages:
slash: 3.0.0
dev: true
/got/12.5.2:
resolution: {integrity: sha512-guHGMSEcsA5m1oPRweXUJnug0vuvlkX9wx5hzOka+ZBrBUOJHU0Z1JcNu3QE5IPGnA5aXUsQHdWOD4eJg9/v3A==}
/got/12.5.3:
resolution: {integrity: sha512-8wKnb9MGU8IPGRIo+/ukTy9XLJBwDiCpIf5TVzQ9Cpol50eMTpBq2GAuDsuDIz7hTYmZgMgC1e9ydr6kSDWs3w==}
engines: {node: '>=14.16'}
dependencies:
'@sindresorhus/is': 5.3.0
'@szmarczak/http-timer': 5.0.1
cacheable-lookup: 7.0.0
cacheable-request: 10.2.2
cacheable-request: 10.2.3
decompress-response: 6.0.0
form-data-encoder: 2.1.3
form-data-encoder: 2.1.4
get-stream: 6.0.1
http2-wrapper: 2.1.11
http2-wrapper: 2.2.0
lowercase-keys: 3.0.0
p-cancelable: 3.0.0
responselike: 3.0.0
@ -2661,8 +2719,8 @@ packages:
toidentifier: 1.0.1
dev: true
/http2-wrapper/2.1.11:
resolution: {integrity: sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==}
/http2-wrapper/2.2.0:
resolution: {integrity: sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==}
engines: {node: '>=10.19.0'}
dependencies:
quick-lru: 5.1.1
@ -2692,8 +2750,8 @@ packages:
safer-buffer: 2.1.2
dev: true
/idb/7.1.0:
resolution: {integrity: sha512-Wsk07aAxDsntgYJY4h0knZJuTxM73eQ4reRAO+Z1liOh8eMCJ/MoDS8fCui1vGT9mnjtl1sOu3I2i/W1swPYZg==}
/idb/7.1.1:
resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==}
dev: true
/ieee754/1.2.1:
@ -2911,20 +2969,14 @@ packages:
graceful-fs: 4.2.10
dev: true
/jsonwebtoken/8.5.1:
resolution: {integrity: sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==}
engines: {node: '>=4', npm: '>=1.4.28'}
/jsonwebtoken/9.0.0:
resolution: {integrity: sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==}
engines: {node: '>=12', npm: '>=6'}
dependencies:
jws: 3.2.2
lodash.includes: 4.3.0
lodash.isboolean: 3.0.3
lodash.isinteger: 4.0.4
lodash.isnumber: 3.0.3
lodash.isplainobject: 4.0.6
lodash.isstring: 4.0.1
lodash.once: 4.1.1
lodash: 4.17.21
ms: 2.1.3
semver: 5.7.1
semver: 7.3.8
dev: false
/jwa/1.4.1:
@ -2949,8 +3001,8 @@ packages:
tsscmp: 1.0.6
dev: true
/keyv/4.5.0:
resolution: {integrity: sha512-2YvuMsA+jnFGtBareKqgANOEKe1mk3HKiXu2fRmAfyxG0MJAywNhi5ttWA3PMjl4NmpyjZNbFifR2vNjW1znfA==}
/keyv/4.5.2:
resolution: {integrity: sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==}
dependencies:
json-buffer: 3.0.1
dev: true
@ -3101,10 +3153,6 @@ packages:
resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=}
dev: true
/lodash.includes/4.3.0:
resolution: {integrity: sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=}
dev: false
/lodash.isarguments/3.1.0:
resolution: {integrity: sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=}
dev: true
@ -3113,26 +3161,6 @@ packages:
resolution: {integrity: sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=}
dev: true
/lodash.isboolean/3.0.3:
resolution: {integrity: sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=}
dev: false
/lodash.isinteger/4.0.4:
resolution: {integrity: sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=}
dev: false
/lodash.isnumber/3.0.3:
resolution: {integrity: sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=}
dev: false
/lodash.isplainobject/4.0.6:
resolution: {integrity: sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=}
dev: false
/lodash.isstring/4.0.1:
resolution: {integrity: sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=}
dev: false
/lodash.keys/3.1.2:
resolution: {integrity: sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=}
dependencies:
@ -3141,17 +3169,12 @@ packages:
lodash.isarray: 3.0.4
dev: true
/lodash.once/4.1.1:
resolution: {integrity: sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=}
dev: false
/lodash.restparam/3.6.1:
resolution: {integrity: sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=}
dev: true
/lodash/4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
dev: true
/log-update/4.0.0:
resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==}
@ -3177,7 +3200,6 @@ packages:
engines: {node: '>=10'}
dependencies:
yallist: 4.0.0
dev: true
/lru-cache/7.13.2:
resolution: {integrity: sha512-VJL3nIpA79TodY/ctmZEfhASgqekbT574/c4j3jn4bKXbSCnTTCH/KltZyvL2GlV+tGSMtsWyem8DCX7qKTMBA==}
@ -3365,9 +3387,9 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/normalize-url/7.2.0:
resolution: {integrity: sha512-uhXOdZry0L6M2UIo9BTt7FdpBDiAGN/7oItedQwPKh8jh31ZlvC8U9Xl/EJ3aijDHaywXTW3QbZ6LuCocur1YA==}
engines: {node: '>=12.20'}
/normalize-url/8.0.0:
resolution: {integrity: sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==}
engines: {node: '>=14.16'}
dev: true
/object-assign/4.1.1:
@ -3458,8 +3480,8 @@ packages:
resolution: {integrity: sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=}
dev: true
/pako/2.0.4:
resolution: {integrity: sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==}
/pako/2.1.0:
resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==}
dev: true
/param-case/2.1.1:
@ -3528,7 +3550,7 @@ packages:
dependencies:
'@rkusa/linebreak': 1.0.0
opentype.js: 1.3.4
pako: 2.0.4
pako: 2.1.0
readable-stream: 3.6.0
unorm: 1.6.0
uuid: 8.3.2
@ -3592,7 +3614,7 @@ packages:
dependencies:
aggregate-error: 4.0.1
dns-socket: 4.2.2
got: 12.5.2
got: 12.5.3
is-ip: 4.0.0
dev: true
@ -3806,16 +3828,19 @@ packages:
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
dev: true
/semver/5.7.1:
resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==}
hasBin: true
dev: false
/semver/6.3.0:
resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
hasBin: true
dev: true
/semver/7.3.8:
resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==}
engines: {node: '>=10'}
hasBin: true
dependencies:
lru-cache: 6.0.0
dev: false
/send/0.18.0:
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
engines: {node: '>= 0.8.0'}
@ -3905,8 +3930,8 @@ packages:
resolution: {integrity: sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==}
dev: true
/socket.io-client/4.5.3:
resolution: {integrity: sha512-I/hqDYpQ6JKwtJOf5ikM+Qz+YujZPMEl6qBLhxiP0nX+TfXKhW4KZZG8lamrD6Y5ngjmYHreESVasVCgi5Kl3A==}
/socket.io-client/4.5.4:
resolution: {integrity: sha512-ZpKteoA06RzkD32IbqILZ+Cnst4xewU7ZYK12aS1mzHftFFjpoMz69IuhP/nL25pJfao/amoPI527KnuhFm01g==}
engines: {node: '>=10.0.0'}
dependencies:
'@socket.io/component-emitter': 3.1.0
@ -3929,14 +3954,14 @@ packages:
- supports-color
dev: true
/socket.io/4.5.3:
resolution: {integrity: sha512-zdpnnKU+H6mOp7nYRXH4GNv1ux6HL6+lHL8g7Ds7Lj8CkdK1jJK/dlwsKDculbyOHifcJ0Pr/yeXnZQ5GeFrcg==}
/socket.io/4.5.4:
resolution: {integrity: sha512-m3GC94iK9MfIEeIBfbhJs5BqFibMtkRk8ZpKwG2QwxV0m/eEhPIV4ara6XCF1LWNAus7z58RodiZlAH71U3EhQ==}
engines: {node: '>=10.0.0'}
dependencies:
accepts: 1.3.8
base64id: 2.0.0
debug: 4.3.4
engine.io: 6.2.0
engine.io: 6.2.1
socket.io-adapter: 2.4.0
socket.io-parser: 4.2.1
transitivePeerDependencies:
@ -4042,8 +4067,8 @@ packages:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
dev: true
/systeminformation/5.12.8:
resolution: {integrity: sha512-yTjiP+vMFM4YDie46VkGxfwjySoi1aD2rQApaafdooNw8x5YZEn3SZ+8/lDoGOvDrtO+QIOKh0ppkN88PK5gIQ==}
/systeminformation/5.16.8:
resolution: {integrity: sha512-LtPUC6LrarEoS8q5zc6gSGzKCYnzzEkZP4CTN5jWwEz7AwYZZSIhGzNUecetHcgxNJQm5vsxSd09sN+4FRVwfg==}
engines: {node: '>=8.0.0'}
os: [darwin, linux, win32, freebsd, openbsd, netbsd, sunos, android]
hasBin: true
@ -4130,7 +4155,7 @@ packages:
hasBin: true
dev: true
/ts-node/10.9.1_6hf6ijjdmrvgn4gwd23tocsh2m:
/ts-node/10.9.1_wwsmkokka4prbxaa6a6ljikhim:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
@ -4149,7 +4174,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.11.4
'@types/node': 18.11.17
acorn: 8.8.0
acorn-walk: 8.2.0
arg: 4.1.3
@ -4185,8 +4210,8 @@ packages:
engines: {node: '>=12.20'}
dev: true
/type-fest/3.1.0:
resolution: {integrity: sha512-StmrZmK3eD9mDF9Vt7UhqthrDSk66O9iYl5t5a0TSoVkHjl0XZx/xuc/BRz4urAXXGHOY5OLsE0RdJFIApSFmw==}
/type-fest/3.4.0:
resolution: {integrity: sha512-PEPg6RHlB9cFwoTMNENNrQFL0cXX04voWr2UPwQBJ3pVs7Mt8Y1oLWdUeMdGEwZE8HFFlujq8gS9enmyiQ8pLg==}
engines: {node: '>=14.16'}
dev: true
@ -4204,6 +4229,12 @@ packages:
hasBin: true
dev: true
/typescript/4.9.4:
resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
/typeson-registry/1.0.0-alpha.39:
resolution: {integrity: sha512-NeGDEquhw+yfwNhguLPcZ9Oj0fzbADiX4R0WxvoY8nGhy98IbzQy1sezjoEFWOywOboj/DWehI+/aUlRVrJnnw==}
engines: {node: '>=10.0.0'}
@ -4412,7 +4443,6 @@ packages:
/yallist/4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
dev: true
/yargs-parser/21.0.1:
resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartjwt',
version: '2.0.0',
version: '2.0.1',
description: 'a package for handling jwt'
}