Skip to content

Commit 36332da

Browse files
fix(deps): update all non-major dependencies
1 parent 1a48694 commit 36332da

File tree

2 files changed

+1171
-404
lines changed

2 files changed

+1171
-404
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -32,42 +32,42 @@
3232
"yarn.lock": "license-checker --production --failOn \"GPL;AGPL;LGPL;NGPL\" --summary"
3333
},
3434
"dependencies": {
35-
"@tidbcloud/serverless": "^0.1.1",
35+
"@tidbcloud/serverless": "^0.2.0",
3636
"app-root-path": "^3.1.0",
3737
"console-express-routes": "^1.0.2",
3838
"crypto": "^1.0.1",
3939
"express": "^4.19.2",
4040
"lodash": "^4.17.21",
41-
"luxon": "^3.4.4",
42-
"mysql2": "^3.10.2",
41+
"luxon": "^3.6.1",
42+
"mysql2": "^3.14.0",
4343
"snakecase-keys": "^8.0.1"
4444
},
4545
"devDependencies": {
46-
"@commitlint/cli": "^19.3.0",
47-
"@commitlint/config-conventional": "^19.2.2",
48-
"@commitlint/types": "^19.0.3",
49-
"@planetscale/database": "^1.18.0",
46+
"@commitlint/cli": "^19.8.0",
47+
"@commitlint/config-conventional": "^19.8.0",
48+
"@commitlint/types": "^19.8.0",
49+
"@planetscale/database": "^1.19.0",
5050
"@tsconfig/node16": "^16.1.3",
5151
"@tsconfig/strictest": "^2.0.5",
5252
"@types/express": "^4.17.21",
53-
"@types/lodash": "^4.17.6",
54-
"@types/luxon": "^3.4.2",
55-
"@types/node": "^20.14.10",
56-
"@typescript-eslint/eslint-plugin": "^7.15.0",
57-
"@typescript-eslint/parser": "^7.15.0",
58-
"eslint": "^8.57.0",
53+
"@types/lodash": "^4.17.16",
54+
"@types/luxon": "^3.6.0",
55+
"@types/node": "^20.17.28",
56+
"@typescript-eslint/eslint-plugin": "^7.18.0",
57+
"@typescript-eslint/parser": "^7.18.0",
58+
"eslint": "^8.57.1",
5959
"eslint-config-airbnb-base": "^15.0.0",
6060
"eslint-config-airbnb-typescript": "^18.0.0",
6161
"eslint-config-prettier": "^9.1.0",
62-
"eslint-plugin-import": "^2.29.1",
62+
"eslint-plugin-import": "^2.31.0",
6363
"license-checker": "^25.0.1",
64-
"lint-staged": "^15.2.7",
65-
"nodemon": "^3.1.4",
66-
"npm-check-updates": "^17.0.6",
67-
"prettier": "^3.3.2",
68-
"simple-git-hooks": "^2.11.1",
69-
"supertest": "^7.0.0",
70-
"typescript": "~5.5.3",
64+
"lint-staged": "^15.5.0",
65+
"nodemon": "^3.1.9",
66+
"npm-check-updates": "^17.1.16",
67+
"prettier": "^3.5.3",
68+
"simple-git-hooks": "^2.12.1",
69+
"supertest": "^7.1.0",
70+
"typescript": "~5.8.2",
7171
"undici": "^6.18.2",
7272
"vitest": "^2.0.4"
7373
}

0 commit comments

Comments
 (0)