Skip to content

Commit ef199a9

Browse files
authored
Merge pull request #2043 from actions/ghadimir/audit_fix
NPM Audit Fixes
2 parents aebe304 + 917a43e commit ef199a9

File tree

3 files changed

+171
-83
lines changed

3 files changed

+171
-83
lines changed

packages/github/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @actions/github Releases
22

3+
### 6.0.1
4+
5+
- Dependency updates [#2043](https://github.com/actions/toolkit/pull/2043/)
6+
37
### 6.0.0
48
- Support the latest Octokit in @actions/github [#1553](https://github.com/actions/toolkit/pull/1553)
59
- Drop support of NodeJS v14, v16

packages/github/package-lock.json

Lines changed: 162 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/github/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/github",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Actions github lib",
55
"keywords": [
66
"github",
@@ -40,8 +40,10 @@
4040
"dependencies": {
4141
"@actions/http-client": "^2.2.0",
4242
"@octokit/core": "^5.0.1",
43-
"@octokit/plugin-paginate-rest": "^9.0.0",
44-
"@octokit/plugin-rest-endpoint-methods": "^10.0.0",
43+
"@octokit/plugin-paginate-rest": "^9.2.2",
44+
"@octokit/plugin-rest-endpoint-methods": "^10.4.0",
45+
"@octokit/request": "^8.4.1",
46+
"@octokit/request-error": "^5.1.1",
4547
"undici": "^5.28.5"
4648
},
4749
"devDependencies": {

0 commit comments

Comments
 (0)