diff --git a/package.json b/package.json index 4a029ea..b31ef8a 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,13 @@ "devDependencies": { "@gitzone/tsbuild": "^2.1.65", "@gitzone/tsrun": "^1.2.37", - "@gitzone/tstest": "^1.0.73", + "@gitzone/tstest": "^1.0.74", "@pushrocks/tapbundle": "^5.0.4", - "@types/node": "^18.7.17" + "@types/node": "^18.11.9" }, "dependencies": { "@pushrocks/smartstring": "^4.0.5", "@types/buffer-json": "^2.0.1", - "@types/fast-json-stable-stringify": "^2.1.0", "@types/lodash.clonedeep": "^4.5.7", "buffer-json": "^2.0.0", "fast-json-stable-stringify": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 539ca8c..10b16ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,13 +3,12 @@ lockfileVersion: 5.4 specifiers: '@gitzone/tsbuild': ^2.1.65 '@gitzone/tsrun': ^1.2.37 - '@gitzone/tstest': ^1.0.73 + '@gitzone/tstest': ^1.0.74 '@pushrocks/smartstring': ^4.0.5 '@pushrocks/tapbundle': ^5.0.4 '@types/buffer-json': ^2.0.1 - '@types/fast-json-stable-stringify': ^2.1.0 '@types/lodash.clonedeep': ^4.5.7 - '@types/node': ^18.7.17 + '@types/node': ^18.11.9 buffer-json: ^2.0.0 fast-json-stable-stringify: ^2.1.0 lodash.clonedeep: ^4.5.0 @@ -17,7 +16,6 @@ specifiers: dependencies: '@pushrocks/smartstring': 4.0.5 '@types/buffer-json': 2.0.1 - '@types/fast-json-stable-stringify': 2.1.0 '@types/lodash.clonedeep': 4.5.7 buffer-json: 2.0.0 fast-json-stable-stringify: 2.1.0 @@ -25,10 +23,10 @@ dependencies: devDependencies: '@gitzone/tsbuild': 2.1.65 - '@gitzone/tsrun': 1.2.39_@types+node@18.11.5 - '@gitzone/tstest': 1.0.73_@types+node@18.11.5 + '@gitzone/tsrun': 1.2.39_@types+node@18.11.9 + '@gitzone/tstest': 1.0.74_@types+node@18.11.9 '@pushrocks/tapbundle': 5.0.4 - '@types/node': 18.11.5 + '@types/node': 18.11.9 packages: @@ -47,10 +45,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 @@ -60,12 +66,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.4 '@pushrocks/smartsocket': 2.0.7 '@pushrocks/smartstring': 4.0.5 transitivePeerDependencies: @@ -140,13 +147,13 @@ 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.5 + '@types/node': 18.11.9 esbuild: 0.14.54 html-minifier: 4.0.0 typescript: 4.8.4 @@ -154,13 +161,13 @@ packages: - supports-color dev: true - /@gitzone/tsrun/1.2.39_@types+node@18.11.5: + /@gitzone/tsrun/1.2.39_@types+node@18.11.9: 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_w23x7n7zvvy4jtcrbeyi4toj7i + ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 typescript: 4.8.4 transitivePeerDependencies: - '@swc/core' @@ -169,23 +176,22 @@ packages: - supports-color dev: true - /@gitzone/tstest/1.0.73_@types+node@18.11.5: - resolution: {integrity: sha512-IaarQBH6vTivIvVpdvwfiABLHf6bkGQlYLcDHymTllMMYrPKRFnpkW+hHJ8KlV0Q8eX/Uyar1PtnSxKEtO3/Fw==} + /@gitzone/tstest/1.0.74_@types+node@18.11.9: + resolution: {integrity: sha512-6V8bsfvpnODWqrkdooVqcOS1z5GA8dMDnLCOHnr/SUTeie3ox8KGpckwiZ+gTfz9WvzX6+KLVTZNYKGOaNbmMQ==} hasBin: true dependencies: '@gitzone/tsbundle': 2.0.7 - '@gitzone/tsrun': 1.2.39_@types+node@18.11.5 + '@gitzone/tsrun': 1.2.39_@types+node@18.11.9 '@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/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' @@ -359,11 +365,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: @@ -431,7 +437,7 @@ packages: resolution: {integrity: sha512-QRiubmfM7DNR8aNA47zfkxkAlTAL/OyyZFlCBRz7nxJLiJ/CA6B2ptgskvG9xQTihchL9tFMTfcl5YdzjB/XoA==} 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 @@ -444,7 +450,7 @@ packages: '@pushrocks/smartrequest': 2.0.11 '@pushrocks/smartsitemap': 2.0.1 '@pushrocks/smarttime': 3.0.45 - '@tsclass/tsclass': 4.0.26 + '@tsclass/tsclass': 4.0.27 '@types/compression': 1.7.2 '@types/cors': 2.8.12 '@types/express': 4.17.14 @@ -501,7 +507,7 @@ packages: dependencies: '@pushrocks/smartjson': 4.0.6 '@pushrocks/smartpromise': 3.1.7 - '@types/through2': 2.0.36 + '@types/through2': 2.0.37 through2: 4.0.2 dev: true @@ -536,6 +542,18 @@ packages: lodash.clonedeep: 4.5.0 dev: true + /@pushrocks/smartjson/5.0.4: + resolution: {integrity: sha512-/a64L04y+prOp1LNfuxmbBbcIGdm+vCOSlhndDE2LWDrLn88gfLHERtQqpOdDUbrlXnTWZ1bvMTKbiPJGx9N/w==} + dependencies: + '@pushrocks/smartstring': 4.0.5 + '@types/buffer-json': 2.0.1 + '@types/fast-json-stable-stringify': 2.1.0 + '@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: @@ -550,6 +568,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: @@ -557,6 +581,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 @@ -583,7 +614,7 @@ packages: '@types/default-gateway': 3.0.1 isopen: 1.3.0 public-ip: 6.0.1 - systeminformation: 5.12.10 + systeminformation: 5.12.13 dev: true /@pushrocks/smartparam/1.1.6: @@ -598,8 +629,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 @@ -608,7 +639,7 @@ packages: '@pushrocks/smartpromise': 3.1.7 '@pushrocks/smartpuppeteer': 2.0.2 '@pushrocks/smartunique': 3.0.3 - '@tsclass/tsclass': 4.0.26 + '@tsclass/tsclass': 4.0.27 '@types/express': 4.17.14 express: 4.18.2 pdf-merger-js: 3.4.0 @@ -689,15 +720,15 @@ 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/smartjson': 5.0.4 + '@pushrocks/smartlog': 3.0.2 '@pushrocks/smartpromise': 3.1.7 '@pushrocks/smartrx': 2.0.27 '@pushrocks/smarttime': 3.0.45 @@ -815,7 +846,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.4 '@pushrocks/smartpromise': 3.1.7 '@pushrocks/webstore': 2.0.5 transitivePeerDependencies: @@ -825,14 +856,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.4 '@pushrocks/smartpromise': 3.1.7 '@pushrocks/smartrx': 2.0.27 fake-indexeddb: 4.0.0 - idb: 7.1.0 + idb: 7.1.1 dev: true /@rkusa/linebreak/1.0.0: @@ -863,10 +894,10 @@ packages: type-fest: 2.19.0 dev: true - /@tsclass/tsclass/4.0.26: - resolution: {integrity: sha512-wHL7ryA4RJI+lnq19VTz66asN2lTyDHTawxQX4n/SyuXs0XbfSXWBbq7MfgYgLRA9wuuE+gapzRsyIPY/CZsBA==} + /@tsclass/tsclass/4.0.27: + resolution: {integrity: sha512-bljXAsgl1dHha2O9jSd1q8nCkYTswXdTUFqqcIKu25QsWb9g7uJyOXCG5YH9i82BhHRJurDaMfXPz/fXCktKMw==} dependencies: - type-fest: 3.1.0 + type-fest: 3.2.0 dev: true /@tsconfig/node10/1.0.9: @@ -888,7 +919,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/babel__code-frame/7.0.3: @@ -899,7 +930,7 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/buffer-json/2.0.1: @@ -918,14 +949,14 @@ packages: /@types/clean-css/4.2.6: resolution: {integrity: sha512-Ze1tf+LnGPmG6hBFMi0B4TEB0mhF7EiMM5oyjLDNPE9hxrPU0W+5+bHvO+eFPA+bt0iC1zkQMoU/iGdRVjcRbw==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 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.5 + '@types/node': 18.11.9 '@types/qs': 6.9.7 dev: true @@ -938,7 +969,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/content-disposition/0.5.5: @@ -959,7 +990,7 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.14 '@types/keygrip': 1.0.2 - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/cors/2.8.12: @@ -977,7 +1008,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: true @@ -996,37 +1027,31 @@ packages: deprecated: This is a stub types definition. fast-json-stable-stringify provides its own type definitions, so you do not need this installed. dependencies: fast-json-stable-stringify: 2.1.0 - - /@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.5 + '@types/node': 18.11.9 dev: true /@types/from2/2.3.1: resolution: {integrity: sha512-l7kKtohAc5h0CKh6vFMv5WcWvQx40KE6dQneUg22i8c1mwxhVPbN781bYts/mYXxSBrQMhNxkhwg18QY0MfeOg==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/html-minifier/4.0.2: @@ -1093,7 +1118,7 @@ packages: '@types/http-errors': 1.8.2 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/lodash.clonedeep/4.5.7: @@ -1120,8 +1145,8 @@ packages: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/node/18.11.5: - resolution: {integrity: sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==} + /@types/node/18.11.9: + resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} dev: true /@types/parse5/6.0.3: @@ -1151,7 +1176,7 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/shortid/0.0.29: @@ -1182,7 +1207,13 @@ packages: /@types/through2/2.0.36: resolution: {integrity: sha512-vuifQksQHJXhV9McpVsXKuhnf3lsoX70PnhcqIAbs9dqLH2NgrGz0DzZPDY3+Yh6eaRqcE1gnCQ6QhBn1/PT5A==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 + dev: true + + /@types/through2/2.0.37: + resolution: {integrity: sha512-D2dIj6UIPbHvGR3wAH3Wqa3d49ifVdXt4utRkz/Od5HV3j5AwGfwdIODHRr0cFMGPtHV8lD+5pL7B5GOfQnxag==} + dependencies: + '@types/node': 18.11.9 dev: true /@types/trusted-types/2.0.2: @@ -1206,14 +1237,14 @@ packages: /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true /@types/yauzl/2.10.0: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.11.5 + '@types/node': 18.11.9 dev: true optional: true @@ -1551,7 +1582,7 @@ packages: '@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 responselike: 3.0.0 @@ -1952,7 +1983,7 @@ packages: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.12 - '@types/node': 18.11.5 + '@types/node': 18.11.9 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -2332,9 +2363,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 @@ -2658,8 +2689,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: @@ -2881,8 +2912,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 @@ -3353,8 +3384,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: @@ -3423,7 +3454,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 @@ -3928,8 +3959,8 @@ packages: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true - /systeminformation/5.12.10: - resolution: {integrity: sha512-rLShZFpz14aWqg3nNCS8zw74WicRV6c3R17Ob7oO37zSypZATT4M2Dgjr4nE6PYGlome9ObU0A2uqXiAlaBbuA==} + /systeminformation/5.12.13: + resolution: {integrity: sha512-2z1Ul+PDkO50yGmEGKWOPk3+TeAtTkbn6PmxqzH9D3BAN53QXgbYy6+PPJmBrszXy+X7g8uwZd1WdThKZtICcg==} engines: {node: '>=8.0.0'} os: [darwin, linux, win32, freebsd, openbsd, netbsd, sunos, android] hasBin: true @@ -4016,7 +4047,7 @@ packages: hasBin: true dev: true - /ts-node/10.9.1_w23x7n7zvvy4jtcrbeyi4toj7i: + /ts-node/10.9.1_cbe7ovvae6zqfnmtgctpgpys54: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -4035,7 +4066,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.11.5 + '@types/node': 18.11.9 acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -4070,8 +4101,8 @@ packages: engines: {node: '>=12.20'} dev: true - /type-fest/3.1.0: - resolution: {integrity: sha512-StmrZmK3eD9mDF9Vt7UhqthrDSk66O9iYl5t5a0TSoVkHjl0XZx/xuc/BRz4urAXXGHOY5OLsE0RdJFIApSFmw==} + /type-fest/3.2.0: + resolution: {integrity: sha512-Il3wdLRzWvbAEtocgxGQA9YOoRVeVUGOMBtel5LdEpNeEAol6GJTLw8GbX6Z8EIMfvfhoOXs2bwOijtAZdK5og==} engines: {node: '>=14.16'} dev: true diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fe4c412..d38cce4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartjson', - version: '5.0.4', + version: '5.0.5', description: 'typed json handlers' }