Skip to content

Commit 61873f9

Browse files
authored
Merge pull request #131 from buildkite/fix/rifraf_cve
fix: cve caused by rimraf dep on glob
2 parents 7690228 + 0bbdc23 commit 61873f9

File tree

2 files changed

+64
-34
lines changed

2 files changed

+64
-34
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"dependencies": {
7171
"@octokit/rest": "^21.0.2",
7272
"axios": "^1.12.1",
73-
"rimraf": "^6.0.1"
73+
"rimraf": "^6.1.2"
7474
}
7575
}

0 commit comments

Comments
 (0)