import edu
This commit is contained in:
parent
ce5a595bc6
commit
b314fe0cec
5 changed files with 58 additions and 14 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
|
@ -12,6 +12,7 @@
|
|||
"@elastic/elasticsearch": "^8.14.0",
|
||||
"@nestjs/platform-express": "^10.3.9",
|
||||
"@tsoa/runtime": "^6.0.0",
|
||||
"act": "^0.0.6",
|
||||
"amqplib": "^0.10.4",
|
||||
"axios": "^1.7.9",
|
||||
"cors": "^2.8.5",
|
||||
|
|
@ -618,6 +619,14 @@
|
|||
"node": ">=0.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/act": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/act/-/act-0.0.6.tgz",
|
||||
"integrity": "sha512-ZtxoGxWmoq6bF1lGASkepxfeLED9TNVt8cQjEMFNUlaVxXMr/XfpO7iAKF3ElBgVquxyntne4u4iBqg12sSBiA==",
|
||||
"dependencies": {
|
||||
"underscore": "~1.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/align-text": {
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
|
||||
|
|
@ -5145,6 +5154,14 @@
|
|||
"integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/underscore": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.3.3.tgz",
|
||||
"integrity": "sha512-ddgUaY7xyrznJ0tbSUZgvNdv5qbiF6XcUBTrHgdCOVUrxJYWozD5KyiRjtIwds1reZ7O1iPLv5rIyqnVAcS6gg==",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/undici": {
|
||||
"version": "6.19.5",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-6.19.5.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue