Skip to content

Commit 73f1c25

Browse files
authored
Fix qs vulnerability (#1415)
1 parent 4f4dcbd commit 73f1c25

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,7 @@
18551855
"tmp": "^0.2.4",
18561856
"@octokit/request": "^8.4.1",
18571857
"@octokit/plugin-paginate-rest": "^9.2.2",
1858-
"@octokit/request-error": "^5.1.1"
1858+
"@octokit/request-error": "^5.1.1",
1859+
"qs": "^6.14.1"
18591860
}
18601861
}

0 commit comments

Comments
 (0)