Skip to content

Commit

Permalink
fix(deps): update dependency node-fetch to v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 17, 2021
1 parent 38352b5 commit a5f735c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"dependencies": {
"@actions/core": "1.5.0",
"@actions/github": "5.0.0",
"node-fetch": "2.6.1"
"node-fetch": "2.6.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4529,10 +4529,10 @@ node-emoji@^1.10.0:
dependencies:
lodash "^4.17.21"

node-fetch@2.6.1, node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
node-fetch@2.6.2, node-fetch@^2.6.1:
version "2.6.2"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.2.tgz"
integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==

node-gyp@*, node-gyp@^7.1.0:
version "7.1.2"
Expand Down

0 comments on commit a5f735c

Please sign in to comment.