Fix dependabot errors

I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other
dependencies were upgraded.
This commit is contained in:
Andrew Eisenberg 2025-03-14 13:13:56 -07:00
parent f338ec87a3
commit 5f98c40063
1536 changed files with 52911 additions and 424849 deletions

View file

@ -22,17 +22,17 @@
},
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.9",
"@actions/artifact": "^2.3.1",
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
"@actions/cache": "^4.0.2",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.5.0",
"@actions/http-client": "^2.2.3",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.2",
"@octokit/plugin-retry": "^5.0.2",
"@octokit/plugin-retry": "^6.0.0",
"@octokit/types": "^13.8.0",
"@schemastore/package": "0.0.10",
"@types/node-forge": "^1.3.11",
@ -88,6 +88,15 @@
"@actions/tool-cache": {
"semver": ">=6.3.1"
},
"@octokit/request-error": {
"semver": ">=5.1.1"
},
"@octokit/request": {
"semver": ">=8.4.1"
},
"@octokit/plugin-paginate-rest": {
"semver": ">=9.2.2"
},
"eslint-plugin-import": {
"semver": ">=6.3.1"
},