|
62 | 62 | "dist/**" |
63 | 63 | ], |
64 | 64 | "dependencies": { |
65 | | - "@feathersjs/errors": "^5.0.14", |
| 65 | + "@feathersjs/errors": "^5.0.29", |
66 | 66 | "ajv": "^6.12.6", |
67 | | - "debug": "^4.3.4", |
68 | | - "graphql": "^16.8.1", |
| 67 | + "debug": "^4.3.5", |
| 68 | + "graphql": "^16.9.0", |
69 | 69 | "lodash": "^4.17.21", |
70 | | - "traverse": "^0.6.8" |
| 70 | + "neotraverse": "^0.6.11" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | 73 | "@feathers-plus/batch-loader": "^0.3.6", |
74 | 74 | "@feathers-plus/cache": "^1.4.0", |
75 | 75 | "@feathers-plus/graphql": "^1.10.0", |
76 | | - "@feathersjs/authentication": "^5.0.14", |
77 | | - "@feathersjs/authentication-local": "^5.0.14", |
78 | | - "@feathersjs/client": "^5.0.14", |
79 | | - "@feathersjs/express": "^5.0.14", |
80 | | - "@feathersjs/memory": "^5.0.14", |
81 | | - "@feathersjs/socketio": "^5.0.14", |
82 | | - "@feathersjs/socketio-client": "^5.0.14", |
83 | | - "@types/clone": "^2.1.4", |
| 76 | + "@feathersjs/authentication": "^5.0.29", |
| 77 | + "@feathersjs/authentication-local": "^5.0.29", |
| 78 | + "@feathersjs/client": "^5.0.29", |
| 79 | + "@feathersjs/express": "^5.0.29", |
| 80 | + "@feathersjs/memory": "^5.0.29", |
| 81 | + "@feathersjs/socketio": "^5.0.29", |
| 82 | + "@feathersjs/socketio-client": "^5.0.29", |
84 | 83 | "@types/debug": "^4.1.12", |
85 | | - "@types/lodash": "^4.14.202", |
86 | | - "@types/node": "^20.11.4", |
87 | | - "@types/traverse": "^0.6.36", |
88 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
89 | | - "@typescript-eslint/parser": "^6.19.0", |
90 | | - "@vitest/coverage-v8": "^1.2.0", |
91 | | - "clone": "^2.1.2", |
92 | | - "eslint": "^8.56.0", |
| 84 | + "@types/lodash": "^4.17.7", |
| 85 | + "@types/node": "^20.14.11", |
| 86 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 87 | + "@typescript-eslint/parser": "^6.21.0", |
| 88 | + "@vitest/coverage-v8": "^1.6.0", |
| 89 | + "eslint": "^8.57.0", |
93 | 90 | "eslint-config-prettier": "^9.1.0", |
94 | 91 | "eslint-plugin-import": "^2.29.1", |
95 | 92 | "eslint-plugin-prefer-arrow": "^1.2.3", |
96 | | - "eslint-plugin-prettier": "^5.1.3", |
97 | | - "mongodb": "^5.8.0", |
98 | | - "npm-check-updates": "^16.14.12", |
99 | | - "prettier": "^3.2.2", |
| 93 | + "eslint-plugin-prettier": "^5.2.1", |
| 94 | + "mongodb": "^5.9.2", |
| 95 | + "npm-check-updates": "^16.14.20", |
| 96 | + "prettier": "^3.3.3", |
100 | 97 | "shx": "^0.3.4", |
101 | | - "sift": "^17.0.1", |
102 | | - "tsup": "^8.0.1", |
103 | | - "typescript": "^5.3.3", |
104 | | - "vitepress": "^1.0.0-rc.39", |
105 | | - "vitest": "^1.2.0" |
| 98 | + "sift": "^17.1.3", |
| 99 | + "tsup": "^8.1.2", |
| 100 | + "typescript": "^5.5.3", |
| 101 | + "vitepress": "^1.3.1", |
| 102 | + "vitest": "^1.6.0" |
106 | 103 | }, |
107 | 104 | "peerDependencies": { |
108 | 105 | "@feathersjs/feathers": "^5.0.0" |
|
0 commit comments