Skip to content

Commit

Permalink
Update all dependencies to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoc committed Jun 4, 2021
1 parent fadee02 commit dfe4ac2
Show file tree
Hide file tree
Showing 142 changed files with 82,561 additions and 58,044 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: npm audit
author: Mike Hockerman (@mhoc)
description: runs an analysis of your nodejs dependencies and provides the results
description: runs an analysis of your nodejs dependencies and comments the results back to the pr
runs:
using: node12
main: index.js
Expand Down
4 changes: 2 additions & 2 deletions index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async function Main(): Promise<void> {
const prNumber = github.context.payload.pull_request!.number;
const octokit = github.getOctokit(githubToken!);
const [owner, repo] = githubRepository!.split("/");
await octokit.issues.createComment({
await octokit.rest.issues.createComment({
body: markdown,
issue_number: prNumber!,
owner,
Expand Down
16 changes: 11 additions & 5 deletions node_modules/@actions/core/README.md

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

17 changes: 15 additions & 2 deletions node_modules/@actions/core/lib/command.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/command.js.map

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

17 changes: 16 additions & 1 deletion node_modules/@actions/core/lib/core.d.ts

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

56 changes: 48 additions & 8 deletions node_modules/@actions/core/lib/core.js

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

Loading

0 comments on commit dfe4ac2

Please sign in to comment.