Skip to content

Commit 7dca95c

Browse files
committed
fix: packages/project-management-automation/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854
1 parent f2c9ed7 commit 7dca95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/project-management-automation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@actions/core": "1.9.1",
2626
"@actions/github": "^5.0.0",
2727
"@babel/runtime": "^7.16.0",
28-
"@octokit/request-error": "^2.1.0",
28+
"@octokit/request-error": "^5.1.1",
2929
"@octokit/webhooks": "7.1.0"
3030
},
3131
"publishConfig": {

0 commit comments

Comments
 (0)