put back dependency I had deleted by accident
This commit is contained in:
parent
fb082222c1
commit
ef99b1ca07
2 changed files with 50 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
"deep-email-validator": "0.1.21",
|
||||
"fast-xml-parser": "^4.4.0",
|
||||
"fastify": "4.28.1",
|
||||
"fastify-multer": "^2.0.3",
|
||||
"fastify-raw-body": "4.3.0",
|
||||
"feed": "4.2.2",
|
||||
"file-type": "19.3.0",
|
||||
|
|
|
@ -232,6 +232,9 @@ importers:
|
|||
fastify:
|
||||
specifier: 4.28.1
|
||||
version: 4.28.1
|
||||
fastify-multer:
|
||||
specifier: ^2.0.3
|
||||
version: 2.0.3
|
||||
fastify-raw-body:
|
||||
specifier: 4.3.0
|
||||
version: 4.3.0
|
||||
|
@ -2962,6 +2965,10 @@ packages:
|
|||
'@fastify/ajv-compiler@3.5.0':
|
||||
resolution: {integrity: sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA==}
|
||||
|
||||
'@fastify/busboy@1.2.1':
|
||||
resolution: {integrity: sha512-7PQA7EH43S0CxcOa9OeAnaeA0oQ+e/DHNPZwSQM9CQHW76jle5+OvLdibRp/Aafs9KXbLhxyjOTkRjWUbQEd3Q==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@fastify/busboy@2.1.0':
|
||||
resolution: {integrity: sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==}
|
||||
engines: {node: '>=14'}
|
||||
|
@ -6466,6 +6473,10 @@ packages:
|
|||
resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==}
|
||||
engines: {'0': node >= 0.8}
|
||||
|
||||
concat-stream@2.0.0:
|
||||
resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==}
|
||||
engines: {'0': node >= 6.0}
|
||||
|
||||
config-chain@1.1.13:
|
||||
resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
|
||||
|
||||
|
@ -7269,6 +7280,13 @@ packages:
|
|||
resolution: {integrity: sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==}
|
||||
hasBin: true
|
||||
|
||||
fastify-multer@2.0.3:
|
||||
resolution: {integrity: sha512-QnFqrRgxmUwWHTgX9uyQSu0C/hmVCfcxopqjApZ4uaZD5W9MJ+nHUlW4+9q7Yd3BRxDIuHvgiM5mjrh6XG8cAA==}
|
||||
engines: {node: '>=10.17.0'}
|
||||
|
||||
fastify-plugin@2.3.4:
|
||||
resolution: {integrity: sha512-I+Oaj6p9oiRozbam30sh39BiuiqBda7yK2nmSPVwDCfIBlKnT8YB3MY+pRQc2Fcd07bf6KPGklHJaQ2Qu81TYQ==}
|
||||
|
||||
fastify-plugin@4.5.0:
|
||||
resolution: {integrity: sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==}
|
||||
|
||||
|
@ -10992,6 +11010,9 @@ packages:
|
|||
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
text-decoding@1.0.0:
|
||||
resolution: {integrity: sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==}
|
||||
|
||||
text-table@0.2.0:
|
||||
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
||||
|
||||
|
@ -14014,6 +14035,10 @@ snapshots:
|
|||
ajv-formats: 2.1.1(ajv@8.17.1)
|
||||
fast-uri: 2.2.0
|
||||
|
||||
'@fastify/busboy@1.2.1':
|
||||
dependencies:
|
||||
text-decoding: 1.0.0
|
||||
|
||||
'@fastify/busboy@2.1.0': {}
|
||||
|
||||
'@fastify/cookie@9.3.1':
|
||||
|
@ -18518,6 +18543,13 @@ snapshots:
|
|||
readable-stream: 2.3.7
|
||||
typedarray: 0.0.6
|
||||
|
||||
concat-stream@2.0.0:
|
||||
dependencies:
|
||||
buffer-from: 1.1.2
|
||||
inherits: 2.0.4
|
||||
readable-stream: 3.6.0
|
||||
typedarray: 0.0.6
|
||||
|
||||
config-chain@1.1.13:
|
||||
dependencies:
|
||||
ini: 1.3.8
|
||||
|
@ -19661,6 +19693,21 @@ snapshots:
|
|||
dependencies:
|
||||
strnum: 1.0.5
|
||||
|
||||
fastify-multer@2.0.3:
|
||||
dependencies:
|
||||
'@fastify/busboy': 1.2.1
|
||||
append-field: 1.0.0
|
||||
concat-stream: 2.0.0
|
||||
fastify-plugin: 2.3.4
|
||||
mkdirp: 1.0.4
|
||||
on-finished: 2.4.1
|
||||
type-is: 1.6.18
|
||||
xtend: 4.0.2
|
||||
|
||||
fastify-plugin@2.3.4:
|
||||
dependencies:
|
||||
semver: 7.6.0
|
||||
|
||||
fastify-plugin@4.5.0: {}
|
||||
|
||||
fastify-raw-body@4.3.0:
|
||||
|
@ -24000,6 +24047,8 @@ snapshots:
|
|||
glob: 7.2.3
|
||||
minimatch: 3.1.2
|
||||
|
||||
text-decoding@1.0.0: {}
|
||||
|
||||
text-table@0.2.0: {}
|
||||
|
||||
textarea-caret@3.1.0: {}
|
||||
|
|
Loading…
Reference in a new issue