|
33 | 33 | "prepublish": "husky install" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "ajv": "^8.1.0", |
| 36 | + "ajv": "^8.17.1", |
| 37 | + "ajv-formats": "^3.0.1", |
37 | 38 | "js-yaml": "^4.1.0" |
38 | 39 | }, |
39 | 40 | "devDependencies": { |
40 | | - "@apidevtools/json-schema-ref-parser": "^9.0.7", |
| 41 | + "@apidevtools/json-schema-ref-parser": "^11.6.4", |
41 | 42 | "@dtsgenerator/replace-namespace": "^1.4.1", |
42 | | - "@rollup/plugin-commonjs": "^28.0.6", |
43 | | - "@rollup/plugin-json": "^4.1.0", |
44 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
45 | | - "@types/jest": "^30.0.0", |
46 | | - "@types/js-yaml": "^4.0.1", |
| 43 | + "@rollup/plugin-commonjs": "^26.0.1", |
| 44 | + "@rollup/plugin-json": "^6.1.0", |
| 45 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 46 | + "@types/jest": "^29.5.12", |
| 47 | + "@types/js-yaml": "^4.0.9", |
47 | 48 | "@types/lodash.toplainobject": "^4.2.9", |
48 | | - "@types/node-fetch": "^2.5.10", |
49 | | - "@types/yargs": "^16.0.1", |
50 | | - "@typescript-eslint/eslint-plugin": "^8.45.0", |
51 | | - "@typescript-eslint/parser": "^8.45.0", |
| 49 | + "@types/node-fetch": "^2.6.11", |
| 50 | + "@types/rimraf": "^4.0.5", |
| 51 | + "@types/yargs": "^17.0.32", |
| 52 | + "@typescript-eslint/eslint-plugin": "^7.16.1", |
| 53 | + "@typescript-eslint/parser": "^7.16.1", |
52 | 54 | "dtsgenerator": "^3.10.0", |
53 | | - "eslint": "^9.36.0", |
54 | | - "eslint-config-prettier": "^8.3.0", |
55 | | - "eslint-plugin-prettier": "^3.4.0", |
56 | | - "husky": "6.0.0", |
| 55 | + "eslint": "^8.57.0", |
| 56 | + "eslint-config-prettier": "^9.1.0", |
| 57 | + "eslint-plugin-prettier": "^5.1.3", |
| 58 | + "husky": "^9.0.11", |
57 | 59 | "immer": "^10.0.3", |
58 | | - "jest": "^30.2.0", |
59 | | - "lint-staged": "11.0.0", |
| 60 | + "jest": "^29.7.0", |
| 61 | + "lint-staged": "^15.2.7", |
60 | 62 | "lodash.toplainobject": "^4.2.0", |
61 | | - "node-fetch": "^2.6.1", |
62 | | - "prettier": "^2.3.0", |
| 63 | + "node-fetch": "^3.3.2", |
| 64 | + "prettier": "^3.3.3", |
63 | 65 | "rimraf": "^6.0.1", |
64 | | - "rollup": "^2.47.0", |
| 66 | + "rollup": "^2.79.1", |
65 | 67 | "rollup-plugin-sourcemaps": "^0.6.3", |
66 | 68 | "rollup-plugin-terser": "^7.0.2", |
67 | 69 | "rollup-plugin-typescript2": "^0.36.0", |
68 | | - "shx": "^0.4.0", |
69 | | - "ts-jest": "^29.4.4", |
70 | | - "ts-node": "^9.1.1", |
| 70 | + "shx": "^0.3.4", |
| 71 | + "ts-jest": "^29.2.2", |
| 72 | + "ts-node": "^10.9.2", |
71 | 73 | "typescript": "^5.5.3", |
72 | | - "yargs": "^17.0.1" |
| 74 | + "yargs": "^17.7.2" |
73 | 75 | }, |
74 | 76 | "repository": { |
75 | 77 | "type": "git", |
|
85 | 87 | }, |
86 | 88 | "homepage": "https://serverlessworkflow.io", |
87 | 89 | "engines": { |
88 | | - "node": ">=15.0", |
89 | | - "npm": ">=7.0.0" |
| 90 | + "node": ">=20.0", |
| 91 | + "npm": ">=10.0.0" |
90 | 92 | } |
91 | 93 | } |
0 commit comments