⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)
Closes https://github.com/baptisteArno/typebot.io/issues/1554
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
"cors": "2.8.5",
|
||||
"google-spreadsheet": "4.1.1",
|
||||
"got": "12.6.0",
|
||||
"isolated-vm": "4.7.2",
|
||||
"isolated-vm": "5.0.1",
|
||||
"ky": "1.2.4",
|
||||
"next": "14.1.0",
|
||||
"nextjs-cors": "2.1.2",
|
||||
|
@ -10,3 +10,5 @@ const openApiDocument = generateOpenApiDocument(appRouter, {
|
||||
})
|
||||
|
||||
writeFileSync('./openapi/viewer.json', JSON.stringify(openApiDocument, null, 2))
|
||||
|
||||
process.exit()
|
||||
|
Reference in New Issue
Block a user