mirror of
https://github.com/actions/stale.git
synced 2026-02-06 22:28:18 +00:00
Fix punycode and url.parse Deprecation Warnings (#1312)
* chore: update dependencies and add new license files for octokit packages * chore: update license files and remove obsolete dependencies
This commit is contained in:
@@ -37,10 +37,10 @@
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.3",
|
||||
"@actions/cache": "^5.0.2",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/github": "^5.1.1",
|
||||
"@octokit/core": "^4.2.0",
|
||||
"@actions/github": "^7.0.0",
|
||||
"@octokit/core": "^5.2.0",
|
||||
"@octokit/plugin-retry": "^4.1.1",
|
||||
"lodash.deburr": "^4.1.0",
|
||||
"semver": "^7.5.4"
|
||||
|
||||
Reference in New Issue
Block a user