Compare commits

..

1 Commits

Author SHA1 Message Date
minori 445b56ff83 deps: update typescript to 5.9.3
Node.js CI / CI (pull_request) Failing after 15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m18s
2026-02-03 19:10:38 -08:00
2 changed files with 152 additions and 98 deletions
+2 -2
View File
@@ -32,14 +32,14 @@
"@nhcarrigan/typescript-config": "1.0.1",
"eslint": "8.57.0",
"prettier": "2.8.8",
"typescript": "5.4.5"
"typescript": "5.9.3"
},
"dependencies": {
"@sentry/integrations": "7.114.0",
"@sentry/node": "7.114.0",
"discord.js": "14.15.2",
"dotenv": "16.4.5",
"fastify": "5.7.4",
"fastify": "5.0.0",
"winston": "3.13.0"
}
}
+150 -96
View File
@@ -21,21 +21,21 @@ importers:
specifier: 16.4.5
version: 16.4.5
fastify:
specifier: 5.7.4
version: 5.7.4
specifier: 5.0.0
version: 5.0.0
winston:
specifier: 3.13.0
version: 3.13.0
devDependencies:
'@nhcarrigan/eslint-config':
specifier: 1.1.3
version: 1.1.3(eslint@8.57.0)(prettier@2.8.8)(typescript@5.4.5)
version: 1.1.3(eslint@8.57.0)(prettier@2.8.8)(typescript@5.9.3)
'@nhcarrigan/prettier-config':
specifier: 1.0.1
version: 1.0.1(prettier@2.8.8)
'@nhcarrigan/typescript-config':
specifier: 1.0.1
version: 1.0.1(typescript@5.4.5)
version: 1.0.1(typescript@5.9.3)
eslint:
specifier: 8.57.0
version: 8.57.0
@@ -43,8 +43,8 @@ importers:
specifier: 2.8.8
version: 2.8.8
typescript:
specifier: 5.4.5
version: 5.4.5
specifier: 5.9.3
version: 5.9.3
packages:
@@ -113,8 +113,8 @@ packages:
resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@fastify/ajv-compiler@4.0.5':
resolution: {integrity: sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==}
'@fastify/ajv-compiler@4.0.1':
resolution: {integrity: sha512-DxrBdgsjNLP0YM6W5Hd6/Fmj43S8zMKiFJYgi+Ri3htTGAowPVG/tG1wpnWLMjufEnehRivUCKZ1pLDIoZdTuw==}
'@fastify/error@4.0.0':
resolution: {integrity: sha512-OO/SA8As24JtT1usTUTKgGH7uLvhfwZPwlptRi2Dp5P4KKmJI3gvsZ8MIHnNwDs4sLf/aai5LzTyl66xr7qMxA==}
@@ -122,15 +122,9 @@ packages:
'@fastify/fast-json-stringify-compiler@5.0.1':
resolution: {integrity: sha512-f2d3JExJgFE3UbdFcpPwqNUEoHWmt8pAKf8f+9YuLESdefA0WgqxeT6DrGL4Yrf/9ihXNSKOqpjEmurV405meA==}
'@fastify/forwarded@3.0.1':
resolution: {integrity: sha512-JqDochHFqXs3C3Ml3gOY58zM7OqO9ENqPo0UqAjAjH8L01fRZqwX9iLeX34//kiJubF7r2ZQHtBRU36vONbLlw==}
'@fastify/merge-json-schemas@0.1.1':
resolution: {integrity: sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==}
'@fastify/proxy-addr@5.1.0':
resolution: {integrity: sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==}
'@humanwhocodes/config-array@0.11.14':
resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==}
engines: {node: '>=10.10.0'}
@@ -169,9 +163,6 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
'@pinojs/redact@0.4.0':
resolution: {integrity: sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==}
'@sapphire/async-queue@1.5.2':
resolution: {integrity: sha512-7X7FFAA4DngXUl95+hYbUF19bp1LGiffjJtu7ygrZrbdCSsdDDBaSjB7Akw0ZbOu6k0xpXyljnJ6/RZUvLfRdg==}
engines: {node: '>=v14.0.0', npm: '>=7.0.0'}
@@ -291,6 +282,10 @@ packages:
resolution: {integrity: sha512-ButUPz9E9cXMLgvAW8aLAKKJJsPu1dY1/l/E8xzLFuysowXygs6GBcyunK9rnGC4zTsnIc2mQo71rGw9U+Ykug==}
engines: {node: '>=v14.0.0', npm: '>=7.0.0'}
abort-controller@3.0.0:
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
engines: {node: '>=6.5'}
abstract-logging@2.0.1:
resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==}
@@ -373,6 +368,9 @@ packages:
balanced-match@1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
base64-js@1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
brace-expansion@1.1.11:
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
@@ -380,6 +378,9 @@ packages:
resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
engines: {node: '>=8'}
buffer@6.0.3:
resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
call-bind@1.0.2:
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
@@ -599,6 +600,14 @@ packages:
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
engines: {node: '>=0.10.0'}
event-target-shim@5.0.1:
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
engines: {node: '>=6'}
events@3.3.0:
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
engines: {node: '>=0.8.x'}
fast-decode-uri-component@1.0.1:
resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==}
@@ -624,14 +633,18 @@ packages:
fast-querystring@1.1.2:
resolution: {integrity: sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==}
fast-redact@3.5.0:
resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==}
engines: {node: '>=6'}
fast-uri@2.4.0:
resolution: {integrity: sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==}
fast-uri@3.0.2:
resolution: {integrity: sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==}
fastify@5.7.4:
resolution: {integrity: sha512-e6l5NsRdaEP8rdD8VR0ErJASeyaRbzXYpmkrpr2SuvuMq6Si3lvsaVy5C+7gLanEkvjpMDzBXWE5HPeb/hgTxA==}
fastify@5.0.0:
resolution: {integrity: sha512-Qe4dU+zGOzg7vXjw4EvcuyIbNnMwTmcuOhlOrOJsgwzvjEZmsM/IeHulgJk+r46STjdJS/ZJbxO8N70ODXDMEQ==}
fastq@1.15.0:
resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==}
@@ -671,6 +684,10 @@ packages:
for-each@0.3.3:
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
forwarded@0.2.0:
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
engines: {node: '>= 0.6'}
fs.realpath@1.0.0:
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
@@ -749,6 +766,9 @@ packages:
resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
engines: {node: '>= 0.4.0'}
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
ignore@5.2.4:
resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
engines: {node: '>= 4'}
@@ -774,9 +794,9 @@ packages:
resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==}
engines: {node: '>= 0.4'}
ipaddr.js@2.3.0:
resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==}
engines: {node: '>= 10'}
ipaddr.js@1.9.1:
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
engines: {node: '>= 0.10'}
is-array-buffer@3.0.2:
resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
@@ -1011,14 +1031,14 @@ packages:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
pino-abstract-transport@3.0.0:
resolution: {integrity: sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==}
pino-abstract-transport@1.2.0:
resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==}
pino-std-serializers@7.0.0:
resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==}
pino@10.3.0:
resolution: {integrity: sha512-0GNPNzHXBKw6U/InGe79A3Crzyk9bcSyObF9/Gfo9DLEf5qj5RF50RSjsu0W1rZ6ZqRGdzDFCRBQvi9/rSGPtA==}
pino@9.4.0:
resolution: {integrity: sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==}
hasBin: true
prelude-ls@1.2.1:
@@ -1037,8 +1057,13 @@ packages:
process-warning@4.0.0:
resolution: {integrity: sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==}
process-warning@5.0.0:
resolution: {integrity: sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==}
process@0.11.10:
resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
engines: {node: '>= 0.6.0'}
proxy-addr@2.0.7:
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
engines: {node: '>= 0.10'}
punycode@2.3.0:
resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
@@ -1054,6 +1079,10 @@ packages:
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
engines: {node: '>= 6'}
readable-stream@4.5.2:
resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
real-require@0.2.0:
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
engines: {node: '>= 12.13.0'}
@@ -1109,8 +1138,8 @@ packages:
resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==}
engines: {node: '>=10'}
secure-json-parse@4.1.0:
resolution: {integrity: sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==}
secure-json-parse@2.7.0:
resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==}
semver@6.3.1:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
@@ -1205,9 +1234,8 @@ packages:
text-table@0.2.0:
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
thread-stream@4.0.0:
resolution: {integrity: sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==}
engines: {node: '>=20'}
thread-stream@3.1.0:
resolution: {integrity: sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==}
to-regex-range@5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
@@ -1262,8 +1290,8 @@ packages:
typed-array-length@1.0.4:
resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
typescript@5.4.5:
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
typescript@5.9.3:
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
engines: {node: '>=14.17'}
hasBin: true
@@ -1412,7 +1440,7 @@ snapshots:
'@eslint/js@8.57.0': {}
'@fastify/ajv-compiler@4.0.5':
'@fastify/ajv-compiler@4.0.1':
dependencies:
ajv: 8.17.1
ajv-formats: 3.0.1(ajv@8.17.1)
@@ -1424,17 +1452,10 @@ snapshots:
dependencies:
fast-json-stringify: 6.0.0
'@fastify/forwarded@3.0.1': {}
'@fastify/merge-json-schemas@0.1.1':
dependencies:
fast-deep-equal: 3.1.3
'@fastify/proxy-addr@5.1.0':
dependencies:
'@fastify/forwarded': 3.0.1
ipaddr.js: 2.3.0
'@humanwhocodes/config-array@0.11.14':
dependencies:
'@humanwhocodes/object-schema': 2.0.2
@@ -1447,13 +1468,13 @@ snapshots:
'@humanwhocodes/object-schema@2.0.2': {}
'@nhcarrigan/eslint-config@1.1.3(eslint@8.57.0)(prettier@2.8.8)(typescript@5.4.5)':
'@nhcarrigan/eslint-config@1.1.3(eslint@8.57.0)(prettier@2.8.8)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/eslint-plugin': 5.59.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/eslint-plugin': 5.59.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3)
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.9.3)
eslint: 8.57.0
eslint-config-prettier: 8.8.0(eslint@8.57.0)
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)
eslint-plugin-jsdoc: 41.1.2(eslint@8.57.0)
eslint-plugin-no-only-tests: 3.1.0
eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.8.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8)
@@ -1468,9 +1489,9 @@ snapshots:
dependencies:
prettier: 2.8.8
'@nhcarrigan/typescript-config@1.0.1(typescript@5.4.5)':
'@nhcarrigan/typescript-config@1.0.1(typescript@5.9.3)':
dependencies:
typescript: 5.4.5
typescript: 5.9.3
'@nodelib/fs.scandir@2.1.5':
dependencies:
@@ -1484,8 +1505,6 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
'@pinojs/redact@0.4.0': {}
'@sapphire/async-queue@1.5.2': {}
'@sapphire/shapeshift@3.9.7':
@@ -1541,34 +1560,34 @@ snapshots:
dependencies:
'@types/node': 20.5.0
'@typescript-eslint/eslint-plugin@5.59.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
'@typescript-eslint/eslint-plugin@5.59.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.6.2
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.9.3)
'@typescript-eslint/scope-manager': 5.59.5
'@typescript-eslint/type-utils': 5.59.5(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/utils': 5.59.5(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/type-utils': 5.59.5(eslint@8.57.0)(typescript@5.9.3)
'@typescript-eslint/utils': 5.59.5(eslint@8.57.0)(typescript@5.9.3)
debug: 4.3.4
eslint: 8.57.0
grapheme-splitter: 1.0.4
ignore: 5.2.4
natural-compare-lite: 1.4.0
semver: 7.5.4
tsutils: 3.21.0(typescript@5.4.5)
tsutils: 3.21.0(typescript@5.9.3)
optionalDependencies:
typescript: 5.4.5
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.4.5)':
'@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/scope-manager': 5.59.5
'@typescript-eslint/types': 5.59.5
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.4.5)
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.9.3)
debug: 4.3.4
eslint: 8.57.0
optionalDependencies:
typescript: 5.4.5
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -1577,45 +1596,45 @@ snapshots:
'@typescript-eslint/types': 5.59.5
'@typescript-eslint/visitor-keys': 5.59.5
'@typescript-eslint/type-utils@5.59.5(eslint@8.57.0)(typescript@5.4.5)':
'@typescript-eslint/type-utils@5.59.5(eslint@8.57.0)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.4.5)
'@typescript-eslint/utils': 5.59.5(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.9.3)
'@typescript-eslint/utils': 5.59.5(eslint@8.57.0)(typescript@5.9.3)
debug: 4.3.4
eslint: 8.57.0
tsutils: 3.21.0(typescript@5.4.5)
tsutils: 3.21.0(typescript@5.9.3)
optionalDependencies:
typescript: 5.4.5
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/types@5.59.5': {}
'@typescript-eslint/typescript-estree@5.59.5(typescript@5.4.5)':
'@typescript-eslint/typescript-estree@5.59.5(typescript@5.9.3)':
dependencies:
'@typescript-eslint/types': 5.59.5
'@typescript-eslint/visitor-keys': 5.59.5
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.6.3
tsutils: 3.21.0(typescript@5.4.5)
semver: 7.5.4
tsutils: 3.21.0(typescript@5.9.3)
optionalDependencies:
typescript: 5.4.5
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/utils@5.59.5(eslint@8.57.0)(typescript@5.4.5)':
'@typescript-eslint/utils@5.59.5(eslint@8.57.0)(typescript@5.9.3)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
'@types/json-schema': 7.0.12
'@types/semver': 7.5.0
'@typescript-eslint/scope-manager': 5.59.5
'@typescript-eslint/types': 5.59.5
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.4.5)
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.9.3)
eslint: 8.57.0
eslint-scope: 5.1.1
semver: 7.6.3
semver: 7.5.4
transitivePeerDependencies:
- supports-color
- typescript
@@ -1629,6 +1648,10 @@ snapshots:
'@vladfrangu/async_event_emitter@2.2.4': {}
abort-controller@3.0.0:
dependencies:
event-target-shim: 5.0.1
abstract-logging@2.0.1: {}
acorn-jsx@5.3.2(acorn@8.10.0):
@@ -1716,6 +1739,8 @@ snapshots:
balanced-match@1.0.2: {}
base64-js@1.5.1: {}
brace-expansion@1.1.11:
dependencies:
balanced-match: 1.0.2
@@ -1725,6 +1750,11 @@ snapshots:
dependencies:
fill-range: 7.0.1
buffer@6.0.3:
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
call-bind@1.0.2:
dependencies:
function-bind: 1.1.1
@@ -1899,17 +1929,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
dependencies:
debug: 3.2.7
optionalDependencies:
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.9.3)
eslint: 8.57.0
eslint-import-resolver-node: 0.3.9
transitivePeerDependencies:
- supports-color
eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0):
eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0):
dependencies:
array-includes: 3.1.6
array.prototype.flat: 1.3.1
@@ -1918,7 +1948,7 @@ snapshots:
doctrine: 2.1.0
eslint: 8.57.0
eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.5(eslint@8.57.0)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
has: 1.0.3
is-core-module: 2.13.0
is-glob: 4.0.3
@@ -1928,7 +1958,7 @@ snapshots:
semver: 6.3.1
tsconfig-paths: 3.14.2
optionalDependencies:
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser': 5.59.5(eslint@8.57.0)(typescript@5.9.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -2033,6 +2063,10 @@ snapshots:
esutils@2.0.3: {}
event-target-shim@5.0.1: {}
events@3.3.0: {}
fast-decode-uri-component@1.0.1: {}
fast-deep-equal@3.1.3: {}
@@ -2065,25 +2099,27 @@ snapshots:
dependencies:
fast-decode-uri-component: 1.0.1
fast-redact@3.5.0: {}
fast-uri@2.4.0: {}
fast-uri@3.0.2: {}
fastify@5.7.4:
fastify@5.0.0:
dependencies:
'@fastify/ajv-compiler': 4.0.5
'@fastify/ajv-compiler': 4.0.1
'@fastify/error': 4.0.0
'@fastify/fast-json-stringify-compiler': 5.0.1
'@fastify/proxy-addr': 5.1.0
abstract-logging: 2.0.1
avvio: 9.0.0
fast-json-stringify: 6.0.0
find-my-way: 9.0.1
light-my-request: 6.0.0
pino: 10.3.0
process-warning: 5.0.0
pino: 9.4.0
process-warning: 4.0.0
proxy-addr: 2.0.7
rfdc: 1.4.1
secure-json-parse: 4.1.0
secure-json-parse: 2.7.0
semver: 7.6.3
toad-cache: 3.7.0
@@ -2129,6 +2165,8 @@ snapshots:
dependencies:
is-callable: 1.2.7
forwarded@0.2.0: {}
fs.realpath@1.0.0: {}
function-bind@1.1.1: {}
@@ -2216,6 +2254,8 @@ snapshots:
dependencies:
function-bind: 1.1.1
ieee754@1.2.1: {}
ignore@5.2.4: {}
immediate@3.0.6: {}
@@ -2240,7 +2280,7 @@ snapshots:
has: 1.0.3
side-channel: 1.0.4
ipaddr.js@2.3.0: {}
ipaddr.js@1.9.1: {}
is-array-buffer@3.0.2:
dependencies:
@@ -2463,25 +2503,26 @@ snapshots:
picomatch@2.3.1: {}
pino-abstract-transport@3.0.0:
pino-abstract-transport@1.2.0:
dependencies:
readable-stream: 4.5.2
split2: 4.2.0
pino-std-serializers@7.0.0: {}
pino@10.3.0:
pino@9.4.0:
dependencies:
'@pinojs/redact': 0.4.0
atomic-sleep: 1.0.0
fast-redact: 3.5.0
on-exit-leak-free: 2.1.2
pino-abstract-transport: 3.0.0
pino-abstract-transport: 1.2.0
pino-std-serializers: 7.0.0
process-warning: 5.0.0
process-warning: 4.0.0
quick-format-unescaped: 4.0.4
real-require: 0.2.0
safe-stable-stringify: 2.4.3
sonic-boom: 4.1.0
thread-stream: 4.0.0
thread-stream: 3.1.0
prelude-ls@1.2.1: {}
@@ -2493,7 +2534,12 @@ snapshots:
process-warning@4.0.0: {}
process-warning@5.0.0: {}
process@0.11.10: {}
proxy-addr@2.0.7:
dependencies:
forwarded: 0.2.0
ipaddr.js: 1.9.1
punycode@2.3.0: {}
@@ -2507,6 +2553,14 @@ snapshots:
string_decoder: 1.3.0
util-deprecate: 1.0.2
readable-stream@4.5.2:
dependencies:
abort-controller: 3.0.0
buffer: 6.0.3
events: 3.3.0
process: 0.11.10
string_decoder: 1.3.0
real-require@0.2.0: {}
regexp.prototype.flags@1.5.0:
@@ -2560,7 +2614,7 @@ snapshots:
safe-stable-stringify@2.4.3: {}
secure-json-parse@4.1.0: {}
secure-json-parse@2.7.0: {}
semver@6.3.1: {}
@@ -2647,7 +2701,7 @@ snapshots:
text-table@0.2.0: {}
thread-stream@4.0.0:
thread-stream@3.1.0:
dependencies:
real-require: 0.2.0
@@ -2672,10 +2726,10 @@ snapshots:
tslib@2.6.2: {}
tsutils@3.21.0(typescript@5.4.5):
tsutils@3.21.0(typescript@5.9.3):
dependencies:
tslib: 1.14.1
typescript: 5.4.5
typescript: 5.9.3
type-check@0.4.0:
dependencies:
@@ -2710,7 +2764,7 @@ snapshots:
for-each: 0.3.3
is-typed-array: 1.1.12
typescript@5.4.5: {}
typescript@5.9.3: {}
unbox-primitive@1.0.2:
dependencies: