|
35 | 35 | "ts-generate-types": "npx --yes dts-gen -m" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/cli": "^7.24.5", |
39 | | - "@babel/core": "^7.24.5", |
40 | | - "@babel/eslint-parser": "^7.24.5", |
41 | | - "@babel/eslint-plugin": "^7.24.5", |
42 | | - "@babel/node": "^7.23.9", |
| 38 | + "@babel/cli": "^7.26.4", |
| 39 | + "@babel/core": "^7.26.7", |
| 40 | + "@babel/eslint-parser": "^7.26.5", |
| 41 | + "@babel/eslint-plugin": "^7.25.9", |
| 42 | + "@babel/node": "^7.26.0", |
43 | 43 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
44 | 44 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
45 | | - "@babel/preset-env": "^7.24.5", |
46 | | - "@babel/preset-typescript": "^7.24.1", |
| 45 | + "@babel/preset-env": "^7.26.7", |
| 46 | + "@babel/preset-typescript": "^7.26.0", |
47 | 47 | "@types/content-type": "^1.1.8", |
48 | 48 | "@types/convict": "^6.1.6", |
49 | | - "@types/jest": "^29.5.12", |
50 | | - "@types/jsonwebtoken": "^9.0.6", |
| 49 | + "@types/jest": "^29.5.14", |
| 50 | + "@types/jsonwebtoken": "^9.0.8", |
51 | 51 | "@types/koa__cors": "^4.0.3", |
52 | 52 | "@types/koa__router": "^12.0.4", |
53 | | - "@types/node": "^20.12.7", |
| 53 | + "@types/node": "^22.13.1", |
54 | 54 | "@types/node-fetch": "^2.6.2", |
55 | 55 | "@types/supertest": "^6.0.2", |
56 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
57 | | - "@typescript-eslint/parser": "^7.8.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 57 | + "@typescript-eslint/parser": "^8.21.0", |
58 | 58 | "babel-jest": "^29.7.0", |
59 | 59 | "devtools-license-check": "^0.9.0", |
60 | | - "eslint": "^8.57.0", |
61 | | - "eslint-config-prettier": "^9.1.0", |
62 | | - "eslint-plugin-import": "^2.29.1", |
| 60 | + "eslint": "^8.57.1", |
| 61 | + "eslint-config-prettier": "^10.0.1", |
| 62 | + "eslint-plugin-import": "^2.31.0", |
63 | 63 | "husky": "^4.3.8", |
64 | 64 | "jest": "^29.7.0", |
65 | | - "lockfile-lint": "^4.13.2", |
| 65 | + "lockfile-lint": "^4.14.0", |
66 | 66 | "mkdirp": "^3.0.1", |
67 | | - "nock": "^13.5.4", |
68 | | - "nodemon": "^3.1.0", |
69 | | - "npm-run-all": "^4.1.5", |
70 | | - "prettier": "^3.2.5", |
71 | | - "rimraf": "^5.0.5", |
| 67 | + "nock": "^13.5.6", |
| 68 | + "nodemon": "^3.1.9", |
| 69 | + "npm-run-all2": "^7.0.2", |
| 70 | + "prettier": "^3.4.2", |
| 71 | + "rimraf": "^5.0.10", |
72 | 72 | "supertest": "^7.0.0", |
73 | | - "typescript": "^5.4.5" |
| 73 | + "typescript": "^5.7.3" |
74 | 74 | }, |
75 | 75 | "husky": { |
76 | 76 | "hooks": { |
|
81 | 81 | } |
82 | 82 | }, |
83 | 83 | "dependencies": { |
84 | | - "@google-cloud/storage": "^7.10.1", |
| 84 | + "@google-cloud/storage": "^7.15.0", |
85 | 85 | "@koa/cors": "^4.0.0", |
86 | | - "@koa/router": "^12.0.1", |
| 86 | + "@koa/router": "^13.1.0", |
87 | 87 | "content-type": "^1.0.5", |
88 | 88 | "convict": "^6.2.4", |
89 | | - "dotenv": "^16.4.5", |
| 89 | + "dotenv": "^16.4.7", |
| 90 | + "helmet": "^8.0.0", |
90 | 91 | "jsonwebtoken": "^9.0.2", |
91 | | - "koa": "^2.15.3", |
92 | | - "koa-helmet": "^7.0.2", |
| 92 | + "koa": "^2.15.4", |
| 93 | + "koa-helmet": "^8.0.1", |
93 | 94 | "koa-json-body": "^5.3.0", |
94 | 95 | "koa-jwt": "^4.0.4", |
95 | 96 | "koa-logger": "^3.2.1", |
|
0 commit comments