Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.6
Choose a base ref
...
head repository: octokit/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.7
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 30, 2021

  1. fix(typescript): octokit.rest.codeScanning.updateAlert() and `octok…

    …it.rest.codeScanning.getAlert()` response types now include `.rule.security_severity_level` (#413)
    octokitbot authored Jun 30, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9d74305 View commit details
Showing with 8 additions and 8 deletions.
  1. +7 −7 package-lock.json
  2. +1 −1 package.json
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
@@ -24,7 +24,7 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^6.17.3",
"@octokit/types": "^6.17.4",
"deprecation": "^2.3.1"
},
"devDependencies": {