Files
dolt/integration-tests/mysql-client-tests/node/package.json
dependabot[bot] 62d9d0b4f7 Bump mysql2 in /integration-tests/mysql-client-tests/node
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
- [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.9.7...v3.9.8)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-30 20:49:29 +00:00

20 lines
484 B
JSON

{
"name": "node",
"version": "1.0.0",
"description": "A simple node command line utility to show how to connect a node application to a Dolt database using the MySQL connector.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"knex": "^2.4.0",
"mysql": "^2.18.1",
"mysql2": "^3.9.8",
"wtfnode": "^0.9.1",
"yesql": "^5.0.0"
}
}