Bump all deps

This commit is contained in:
Sven-Hendrik Haase 2024-02-21 22:28:50 +01:00
parent fe68892921
commit 8e438350b0
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
4 changed files with 29061 additions and 7614 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## [2.8.0] - 2024-02-21
- Bump all deps
## [2.7.0] - 2023-07-28 ## [2.7.0] - 2023-07-28
- Allow setting an explicit target_commitish [#46](https://github.com/svenstaro/upload-release-action/pull/46) (thanks @Spikatrix) - Allow setting an explicit target_commitish [#46](https://github.com/svenstaro/upload-release-action/pull/46) (thanks @Spikatrix)

32799
dist/index.js vendored

File diff suppressed because one or more lines are too long

3855
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,26 +27,26 @@
"author": "Sven-Hendrik Haase", "author": "Sven-Hendrik Haase",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.1",
"@actions/github": "^5.1.1", "@actions/github": "^6.0.0",
"@lifeomic/attempt": "^3.0.3", "@lifeomic/attempt": "^3.0.3",
"@octokit/core": "^4.2.1", "@octokit/core": "^5.1.0",
"glob": "^10" "glob": "^10"
}, },
"devDependencies": { "devDependencies": {
"@octokit/types": "^9.2.3", "@octokit/types": "^12.5.0",
"@types/glob": "^8",
"@types/jest": "^29", "@types/jest": "^29",
"@types/node": "^20", "@types/node": "^20",
"@typescript-eslint/parser": "^6", "@typescript-eslint/eslint-plugin": "^7.0.2",
"@vercel/ncc": "^0.36.1", "@typescript-eslint/parser": "^7",
"@vercel/ncc": "^0.38.1",
"eslint": "^8", "eslint": "^8",
"eslint-plugin-github": "^4.9", "eslint-plugin-github": "^4.10",
"eslint-plugin-jest": "^27", "eslint-plugin-jest": "^27",
"jest": "^29", "jest": "^29",
"jest-circus": "^29", "jest-circus": "^29",
"js-yaml": "^4", "js-yaml": "^4",
"prettier": "^3.0", "prettier": "^3.2",
"ts-jest": "^29", "ts-jest": "^29",
"typescript": "^5" "typescript": "^5"
} }