|
1 | 1 | { |
2 | 2 | "name": "zowe-secrets-for-kubernetes", |
3 | | - "version": "0.1.1", |
| 3 | + "version": "0.1.2", |
4 | 4 | "scripts": { |
5 | 5 | "build": "turbo build", |
6 | 6 | "package": "npm run package --workspaces", |
|
21 | 21 | }, |
22 | 22 | "packageManager": "npm@8.19.3", |
23 | 23 | "devDependencies": { |
24 | | - "@kubernetes/client-node": "0.19.0", |
25 | | - "@types/fs-extra": "^11.0.1", |
26 | | - "@types/jest": "^29.5.0", |
27 | | - "@types/js-yaml": "^4.0.5", |
28 | | - "@types/jsonfile": "^6.1.1", |
29 | | - "@types/uuid": "^9.0.1", |
30 | | - "@types/yargs": "^17.0.24", |
31 | | - "@typescript-eslint/eslint-plugin": "^5.57.1", |
32 | | - "@typescript-eslint/parser": "^5.57.1", |
33 | | - "@zowe/cli": "^7.18.0", |
34 | | - "@zowe/cli-test-utils": "^7.18.0", |
| 24 | + "@kubernetes/client-node": "0.20.0", |
| 25 | + "@types/fs-extra": "^11.0.3", |
| 26 | + "@types/jest": "^29.5.7", |
| 27 | + "@types/js-yaml": "^4.0.8", |
| 28 | + "@types/jsonfile": "^6.1.4", |
| 29 | + "@types/uuid": "^9.0.6", |
| 30 | + "@types/yargs": "^17.0.30", |
| 31 | + "@typescript-eslint/eslint-plugin": "^6.10.0", |
| 32 | + "@typescript-eslint/parser": "^6.10.0", |
| 33 | + "@zowe/cli": "^7.18.9", |
| 34 | + "@zowe/cli-test-utils": "^7.18.9", |
35 | 35 | "chalk": "^4.1.2", |
36 | 36 | "coveralls": "^3.1.1", |
37 | 37 | "env-cmd": "^10.1.0", |
38 | | - "eslint": "^8.37.0", |
39 | | - "eslint-plugin-jest": "^27.2.1", |
| 38 | + "eslint": "^8.53.0", |
| 39 | + "eslint-plugin-jest": "^27.6.0", |
40 | 40 | "eslint-plugin-license-header": "^0.6.0", |
41 | | - "eslint-plugin-unused-imports": "^2.0.0", |
| 41 | + "eslint-plugin-unused-imports": "^3.0.0", |
42 | 42 | "fs-extra": "^11.1.1", |
43 | 43 | "glob": "^9.3.4", |
44 | 44 | "husky": "^8.0.3", |
45 | | - "jest": "^29.5.0", |
46 | | - "jest-cli": "^29.5.0", |
47 | | - "jest-environment-node": "^29.5.0", |
| 45 | + "jest": "^29.7.0", |
| 46 | + "jest-cli": "^29.7.0", |
| 47 | + "jest-environment-node": "^29.7.0", |
48 | 48 | "jest-environment-node-debug": "^2.0.0", |
49 | | - "jest-html-reporter": "^3.7.1", |
50 | | - "jest-junit": "^15.0.0", |
51 | | - "jest-stare": "^2.5.0", |
| 49 | + "jest-html-reporter": "^3.10.2", |
| 50 | + "jest-junit": "^16.0.0", |
| 51 | + "jest-stare": "^2.5.1", |
52 | 52 | "js-yaml": "^4.1.0", |
53 | 53 | "jsonfile": "^6.1.0", |
54 | | - "madge": "^6.0.0", |
55 | | - "rimraf": "^4.4.1", |
| 54 | + "madge": "^6.1.0", |
| 55 | + "rimraf": "^5.0.5", |
56 | 56 | "shebang-regex": "^4.0.0", |
57 | | - "terser": "^5.16.8", |
58 | | - "ts-jest": "^29.1.0", |
| 57 | + "terser": "^5.24.0", |
| 58 | + "ts-jest": "^29.1.1", |
59 | 59 | "ts-node": "^10.9.1", |
60 | | - "tsup": "^6.7.0", |
61 | | - "turbo": "^1.10.15", |
62 | | - "typedoc": "^0.23.28", |
63 | | - "typescript": "^5.0.3", |
64 | | - "uuid": "^9.0.0" |
| 60 | + "tsup": "^7.2.0", |
| 61 | + "turbo": "^1.10.16", |
| 62 | + "typedoc": "^0.25.3", |
| 63 | + "typescript": "^5.2.2", |
| 64 | + "uuid": "^9.0.1" |
65 | 65 | }, |
66 | 66 | "overrides": { |
67 | 67 | "request": { |
|
0 commit comments