mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix: api validation pipe
This commit is contained in:
parent
37f20f7d79
commit
fdb0f73980
@ -51,6 +51,7 @@ async function bootstrap() {
|
||||
app.useGlobalPipes(
|
||||
new ValidationPipe({
|
||||
whitelist: true,
|
||||
transform: true,
|
||||
// forbidNonWhitelisted: true,
|
||||
}),
|
||||
new ObjectIdPipe(),
|
||||
|
7
package-lock.json
generated
7
package-lock.json
generated
@ -7,6 +7,7 @@
|
||||
"": {
|
||||
"name": "hexabot",
|
||||
"version": "2.0.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"workspaces": [
|
||||
"frontend",
|
||||
"widget"
|
||||
@ -19,7 +20,8 @@
|
||||
},
|
||||
"frontend": {
|
||||
"name": "hexabot-ui",
|
||||
"version": "0.1.0",
|
||||
"version": "2.0.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@chatscope/chat-ui-kit-react": "^2.0.3",
|
||||
"@chatscope/chat-ui-kit-styles": "^1.4.0",
|
||||
@ -9802,7 +9804,8 @@
|
||||
},
|
||||
"widget": {
|
||||
"name": "hexabot-widget",
|
||||
"version": "0.0.0",
|
||||
"version": "2.0.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@types/emoji-js": "^3.5.2",
|
||||
"autolinker": "^4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user