Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix: upgrade octokit from 1.7.0 to 1.7.1 (#139)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade octokit from 1.7.0 to 1.7.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/abdfnx/project/fd726085-9a16-40e8-aff3-08765aa58de0?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored Jan 22, 2022
1 parent 9064d3b commit 1fce262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"indent-string": "4.0.0",
"lodash": "4.17.21",
"lodash.template": "^4.5.0",
"octokit": "1.7.0",
"octokit": "1.7.1",
"package-json": "7.0.0",
"powershell": "^2.3.2",
"process": "^0.11.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2027,10 +2027,10 @@ object-treeify@^1.1.4:
resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40"
integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==

octokit@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/octokit/-/octokit-1.7.0.tgz#b98a663ecba951a35428de75786fb8e2669e1467"
integrity sha512-oxDHhPjxjKqUD8wa/2XMl7aqp/3ypihJVFxqEN8NbrtS6uAoa9i5KJmKuT1Nik1JuQHuCNeUqObrVKbIMBPMMQ==
octokit@1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/octokit/-/octokit-1.7.1.tgz#d86e51c8e0cec65cb64822ca2c9ff1b052593799"
integrity sha512-1b7eRgU8uWetHOWr8f9ptnVo2EKbrkOfocMeQdpgCt7tl/LK67HptFsy2Xg4fMjsJ/+onoBJW0hy/fO0In3/uA==
dependencies:
"@octokit/app" "^12.0.4"
"@octokit/core" "^3.5.1"
Expand Down

0 comments on commit 1fce262

Please sign in to comment.