* chore: bump package versions - @nestjs/common 10.4.20 - @nestjs/platform-express 10.4.20 - @jsforce/jsforce-node 3.10.10 - dompurify 3.3.1 - @dub/embed-react 0.0.18 - @dub/embed-core 0.0.18 - http-proxy-middleware 2.0.9 - action-download-artifact v6 * fix: align NestJS core packages to same version Update @nestjs/core and @nestjs/testing to 10.4.20 to match @nestjs/common and @nestjs/platform-express versions
21 lines
390 B
JSON
21 lines
390 B
JSON
{
|
|
"name": "@calcom/api-proxy",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node ./index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"connect": "3.7.0",
|
|
"http": "0.0.1-security",
|
|
"http-proxy-middleware": "2.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/eslint-config": "workspace:*"
|
|
}
|
|
}
|