mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 12:09:33 +01:00
fix: lock node-fetch to minor releases
This commit is contained in:
parent
27aaeae4e5
commit
0940284a04
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
"homepage": "https://github.com/peter-evans/dockerhub-description#readme",
|
"homepage": "https://github.com/peter-evans/dockerhub-description#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.5.0",
|
"@actions/core": "1.5.0",
|
||||||
"node-fetch": "3.0.0"
|
"node-fetch": "^2.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "27.0.1",
|
"@types/jest": "27.0.1",
|
||||||
|
|
Loading…
Reference in a new issue