|
39 | 39 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@feathersjs/adapter-commons": "^4.5.12", |
43 | | - "@feathersjs/errors": "^4.5.12", |
44 | | - "@feathersjs/feathers": "^4.5.12", |
45 | | - "feathers-hooks-common": "^5.0.6", |
| 42 | + "@feathersjs/adapter-commons": "^4.5.15", |
| 43 | + "@feathersjs/errors": "^4.5.15", |
| 44 | + "@feathersjs/feathers": "^4.5.15", |
| 45 | + "feathers-hooks-common": "^6.1.5", |
46 | 46 | "lodash": "^4.17.21" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@istanbuljs/nyc-config-typescript": "^1.0.2", |
50 | | - "@types/lodash": "^4.14.179", |
51 | | - "@types/mocha": "^9.1.0", |
52 | | - "@types/node": "^17.0.21", |
53 | | - "@typescript-eslint/eslint-plugin": "^5.13.0", |
54 | | - "@typescript-eslint/parser": "^5.13.0", |
| 50 | + "@types/lodash": "^4.14.184", |
| 51 | + "@types/mocha": "^9.1.1", |
| 52 | + "@types/node": "^18.7.14", |
| 53 | + "@typescript-eslint/eslint-plugin": "^5.36.0", |
| 54 | + "@typescript-eslint/parser": "^5.36.0", |
55 | 55 | "cross-env": "^7.0.3", |
56 | | - "eslint": "^8.10.0", |
57 | | - "eslint-import-resolver-typescript": "^2.5.0", |
58 | | - "eslint-plugin-import": "^2.25.4", |
59 | | - "eslint-plugin-security": "^1.4.0", |
| 56 | + "eslint": "^8.23.0", |
| 57 | + "eslint-import-resolver-typescript": "^3.5.0", |
| 58 | + "eslint-plugin-import": "^2.26.0", |
| 59 | + "eslint-plugin-security": "^1.5.0", |
60 | 60 | "feathers-memory": "^4.1.0", |
61 | | - "mocha": "^9.2.1", |
62 | | - "np": "^7.6.0", |
| 61 | + "mocha": "^10.0.0", |
| 62 | + "np": "^7.6.2", |
63 | 63 | "nyc": "^15.1.0", |
64 | 64 | "shx": "^0.3.4", |
65 | | - "ts-node": "^10.5.0", |
66 | | - "typescript": "^4.6.2" |
| 65 | + "ts-node": "^10.9.1", |
| 66 | + "typescript": "^4.8.2" |
67 | 67 | } |
68 | 68 | } |
0 commit comments