|
25 | 25 | "open-source"
|
26 | 26 | ],
|
27 | 27 | "dependencies": {
|
28 |
| - "dotenv": "^16.3.1" |
| 28 | + "dotenv": "^16.4.4" |
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@commitlint/cli": "^18.4.3", |
32 |
| - "@commitlint/config-conventional": "^18.4.3", |
| 31 | + "@commitlint/cli": "^18.6.1", |
| 32 | + "@commitlint/config-conventional": "^18.6.2", |
33 | 33 | "@cspell/dict-node": "^4.0.3",
|
34 |
| - "@cspell/dict-software-terms": "^3.3.17", |
| 34 | + "@cspell/dict-software-terms": "^3.3.18", |
35 | 35 | "@cspell/dict-typescript": "^3.1.2",
|
36 |
| - "@types/node": "^20.10.0", |
37 |
| - "@typescript-eslint/eslint-plugin": "^6.13.1", |
38 |
| - "@typescript-eslint/parser": "^6.13.1", |
39 |
| - "cspell": "^8.3.2", |
40 |
| - "esbuild": "^0.19.8", |
41 |
| - "eslint": "^8.54.0", |
42 |
| - "eslint-config-prettier": "^9.0.0", |
43 |
| - "eslint-plugin-prettier": "^5.0.1", |
44 |
| - "eslint-plugin-sonarjs": "^0.23.0", |
45 |
| - "husky": "^8.0.3", |
46 |
| - "knip": "^3.3.0", |
47 |
| - "lint-staged": "^15.1.0", |
| 36 | + "@types/node": "^20.11.19", |
| 37 | + "@typescript-eslint/eslint-plugin": "^7.0.1", |
| 38 | + "@typescript-eslint/parser": "^7.0.1", |
| 39 | + "cspell": "^8.4.0", |
| 40 | + "esbuild": "^0.20.1", |
| 41 | + "eslint": "^8.56.0", |
| 42 | + "eslint-config-prettier": "^9.1.0", |
| 43 | + "eslint-plugin-prettier": "^5.1.3", |
| 44 | + "eslint-plugin-sonarjs": "^0.24.0", |
| 45 | + "husky": "^9.0.11", |
| 46 | + "knip": "^5.0.1", |
| 47 | + "lint-staged": "^15.2.2", |
48 | 48 | "npm-run-all": "^4.1.5",
|
49 |
| - "prettier": "^3.1.0", |
50 |
| - "tsx": "^4.6.0", |
51 |
| - "typescript": "^5.3.2" |
| 49 | + "prettier": "^3.2.5", |
| 50 | + "tsx": "^4.7.1", |
| 51 | + "typescript": "^5.3.3" |
52 | 52 | },
|
53 | 53 | "lint-staged": {
|
54 | 54 | "*.ts": [
|
|
0 commit comments