mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-10 23:19:39 -06:00
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.15.1 to 3.15.3. - [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.15.1...v3.15.3) --- updated-dependencies: - dependency-name: mysql2 dependency-version: 3.15.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
824 B
JSON
33 lines
824 B
JSON
{
|
|
"name": "myspeed",
|
|
"version": "1.0.9",
|
|
"scripts": {
|
|
"client": "cd client && npm run dev",
|
|
"server": "nodemon server",
|
|
"build": "cd client && npm run build",
|
|
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
|
|
},
|
|
"dependencies": {
|
|
"@resvg/resvg-js": "^2.6.2",
|
|
"axios": "^1.12.2",
|
|
"bcrypt": "^6.0.0",
|
|
"cron-validator": "^1.4.0",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"decompress-unzip": "^4.0.1",
|
|
"express": "^5.1.0",
|
|
"mysql2": "^3.15.3",
|
|
"node-schedule": "^2.1.1",
|
|
"prom-client": "^15.1.3",
|
|
"satori": "^0.18.3",
|
|
"satori-html": "^0.3.2",
|
|
"sequelize": "^6.37.7",
|
|
"sqlite3": "^5.1.7",
|
|
"tmp": "^0.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.1",
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|