Skip to content

Commit

Permalink
deps: update node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Oct 9, 2024
1 parent 9035fbb commit b4a97d0
Show file tree
Hide file tree
Showing 20 changed files with 11,905 additions and 5,327 deletions.
18 changes: 18 additions & 0 deletions dist/action.js

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

1 change: 1 addition & 0 deletions dist/action.js.map

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

16,010 changes: 11,270 additions & 4,740 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions dist/issue.js

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

1 change: 1 addition & 0 deletions dist/issue.js.map

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

37 changes: 24 additions & 13 deletions dist/licenses.txt

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

19 changes: 19 additions & 0 deletions dist/main.js

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

1 change: 1 addition & 0 deletions dist/main.js.map

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

28 changes: 28 additions & 0 deletions dist/metadata.js

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

1 change: 1 addition & 0 deletions dist/metadata.js.map

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

4 changes: 4 additions & 0 deletions dist/schema/inputs.js

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

1 change: 1 addition & 0 deletions dist/schema/inputs.js.map

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

6 changes: 6 additions & 0 deletions dist/schema/metadata.js

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

1 change: 1 addition & 0 deletions dist/schema/metadata.js.map

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

2 changes: 1 addition & 1 deletion dist/sourcemap-register.cjs

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions dist/utils.js

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

1 change: 1 addition & 0 deletions dist/utils.js.map

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

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,22 @@
"type": "module",
"packageManager": "[email protected]",
"dependencies": {
"@actions/core": "1.10.1",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@octokit/plugin-throttling": "9.3.1",
"@octokit/rest": "20.1.1",
"@total-typescript/ts-reset": "0.5.1",
"issue-metadata": "0.1.10",
"@octokit/core": "6.1.2",
"@octokit/plugin-throttling": "9.3.2",
"@octokit/rest": "21.0.2",
"@total-typescript/ts-reset": "0.6.1",
"issue-metadata": "0.2.3",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.14.13",
"@vercel/ncc": "0.38.1",
"@vitest/coverage-v8": "1.6.0",
"@types/node": "22.7.5",
"@vercel/ncc": "0.38.2",
"@vitest/coverage-v8": "2.1.2",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vitest": "1.6.0"
"typescript": "5.6.3",
"vitest": "2.1.2"
}
}
}
Loading

0 comments on commit b4a97d0

Please sign in to comment.