mirror of
https://github.com/actions/stale.git
synced 2026-08-31 13:04:14 +01:00
chore: bump version to 10.4.0 and update dependencies
- Updated version from 10.3.0 to 10.4.0 in package.json - Changed @actions/github dependency version from ^9.1.1 to ^7.0.0 - Added overrides for undici to require version >=6.27.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stale-action",
|
||||
"version": "10.3.0",
|
||||
"version": "10.4.0",
|
||||
"private": true,
|
||||
"description": "Marks old issues and PRs as stale",
|
||||
"main": "lib/main.js",
|
||||
@@ -39,12 +39,15 @@
|
||||
"dependencies": {
|
||||
"@actions/cache": "^5.0.5",
|
||||
"@actions/core": "^2.0.3",
|
||||
"@actions/github": "^9.1.1",
|
||||
"@actions/github": "^7.0.0",
|
||||
"@octokit/core": "^5.2.2",
|
||||
"@octokit/plugin-retry": "^6.1.0",
|
||||
"lodash.deburr": "^4.1.0",
|
||||
"semver": "^7.7.4"
|
||||
},
|
||||
"overrides": {
|
||||
"undici": ">=6.27.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/lodash.deburr": "^4.1.6",
|
||||
|
||||
Reference in New Issue
Block a user