Update dependencies

This commit is contained in:
Vilius Sutkus '89 2022-10-18 22:48:21 +03:00
parent 02a4c0fae6
commit be14762587
2 changed files with 1566 additions and 1568 deletions

3106
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,23 +28,23 @@
"@actions/cache": "^3.0.5", "@actions/cache": "^3.0.5",
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"fs-extra": "^10.0.0" "fs-extra": "^10.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.6", "@types/jest": "^29.2.0",
"@types/node": "^16.11.47", "@types/node": "^16.11.66",
"@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.20.0", "@typescript-eslint/parser": "^5.40.1",
"@vercel/ncc": "^0.34.0", "@vercel/ncc": "^0.34.0",
"eslint": "^8.13.0", "eslint": "^8.25.0",
"eslint-plugin-github": "^4.3.6", "eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^26.1.4", "eslint-plugin-jest": "^27.1.3",
"jest": "^28.1.3", "jest": "^29.2.1",
"jest-circus": "^28.1.3", "jest-circus": "^29.2.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"prettier": "^2.3.0", "prettier": "^2.7.1",
"ts-jest": "^28.0.7", "ts-jest": "^29.0.3",
"typescript": "^4.2.4" "typescript": "^4.8.4"
} }
} }