- dependency updates

```
    "@octokit/rest": "^19.0.3",
```
```
    "@types/jest": "^28.1.6",
    "@types/node": "^18.0.6",
    "@typescript-eslint/parser": "^5.30.7",
    "eslint": "^8.20.0",
    "eslint-plugin-jest": "^26.6.0",
    "jest": "^28.1.3",
    "jest-circus": "^28.1.3",
    "ts-jest": "^28.0.7",
```
This commit is contained in:
Mike Penz
2022-07-22 09:49:10 +02:00
parent 401210947f
commit 131ff98d22
4 changed files with 2531 additions and 973 deletions
+9 -9
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.9.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@octokit/rest": "^19.0.1",
"@octokit/rest": "^19.0.3",
"@types/semver": "^7.3.10",
"moment": "^2.29.4",
"semver": "^7.3.7",
@@ -43,18 +43,18 @@
"webpack": "^5.73.0"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@typescript-eslint/parser": "^5.30.5",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@typescript-eslint/parser": "^5.30.7",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.2",
"jest-circus": "^28.1.2",
"eslint-plugin-jest": "^26.6.0",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"js-yaml": "^4.1.0",
"prettier": "2.7.1",
"ts-jest": "^28.0.5",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
}
}