|
40 | 40 | "LICENSE" |
41 | 41 | ], |
42 | 42 | "dependencies": { |
43 | | - "archiver": "^5.3.0" |
| 43 | + "@aws-sdk/client-s3": "^3.100.0", |
| 44 | + "@aws-sdk/lib-storage": "^3.100.0", |
| 45 | + "archiver": "^5.3.1" |
44 | 46 | }, |
45 | 47 | "devDependencies": { |
46 | | - "@types/node": "^12.12.36", |
| 48 | + "@semantic-release/git": "^10.0.1", |
| 49 | + "@semantic-release/github": "^8.0.4", |
| 50 | + "@semantic-release/npm": "^9.0.1", |
47 | 51 | "@types/jest": "27.4.0", |
| 52 | + "@types/node": "^12.12.36", |
48 | 53 | "@typescript-eslint/eslint-plugin": "^5.10.0", |
49 | 54 | "@typescript-eslint/parser": "^5.10.0", |
50 | 55 | "conventional-changelog-conventionalcommits": "^4.6.3", |
51 | 56 | "cross-env-default": "^5.1.3-1", |
52 | | - "eslint": "^8.7.0", |
53 | | - "eslint-config-prettier": "^8.3.0", |
| 57 | + "eslint": "^8.17.0", |
| 58 | + "eslint-config-prettier": "^8.5.0", |
| 59 | + "eslint-plugin-import": "^2.26.0", |
54 | 60 | "eslint-plugin-prettier": "^4.0.0", |
55 | | - "eslint-plugin-import": "^2.25.4", |
56 | | - "jest": "^27.4.7", |
57 | | - "jest-html-reporter": "^3.4.2", |
| 61 | + "jest": "^28.1.0", |
| 62 | + "jest-html-reporter": "^3.5.0", |
58 | 63 | "jest-sonarcloud-reporter": "^1.0.1", |
59 | 64 | "mkdirp": "^1.0.4", |
60 | 65 | "npm-run-all": "^4.1.5", |
61 | | - "prettier": "^2.5.1", |
| 66 | + "prettier": "^2.6.2", |
62 | 67 | "rimraf": "^3.0.2", |
| 68 | + "semantic-release": "^19.0.2", |
63 | 69 | "semantic-release-gitmoji": "^1.4.2", |
| 70 | + "ts-jest": "^28.0.4", |
64 | 71 | "typescript": "^4.5.4", |
65 | | - "ts-jest": "^27.1.3", |
66 | | - "semantic-release": "^19.0.2", |
67 | | - "@semantic-release/npm": "^9.0.0", |
68 | | - "@semantic-release/git": "^10.0.1", |
69 | | - "@semantic-release/github": "^8.0.2" |
| 72 | + "yarn-audit-fix": "^9.3.1" |
70 | 73 | }, |
71 | 74 | "jestSonar": { |
72 | 75 | "withRelativePaths": true, |
|
0 commit comments