mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 21:16:51 +00:00
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.2 to 3.9.4. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.6.2...v3.9.4) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
31 lines
834 B
JSON
31 lines
834 B
JSON
{
|
|
"name": "nc-sql-executor",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "nodemon -e ts,js -w ./src -x \"ts-node src/index --log-error --project tsconfig.json\"",
|
|
"build": "webpack --config webpack.config.js",
|
|
"start:prod": "node dist/main.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@databricks/sql": "^1.7.1",
|
|
"@fastify/static": "^6.12.0",
|
|
"dayjs": "^1.11.10",
|
|
"fastify": "^4.24.3",
|
|
"knex": "^3.0.1",
|
|
"mysql2": "^3.9.4",
|
|
"knex-databricks": "link:../nc-knex-dialects/knex-databricks",
|
|
"knex-snowflake": "link:../nc-knex-dialects/knex-snowflake",
|
|
"object-hash": "^3.0.0",
|
|
"pg": "^8.11.3",
|
|
"process": "^0.11.10",
|
|
"snowflake-sdk": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.8"
|
|
}
|
|
}
|