Skip to content

Commit 0cac10d

Browse files
Merge pull request #111 from github/roman/lock
Explicitly override @octokit/request-error to a non-vulnerable version
2 parents 138b7c1 + 1f128ae commit 0cac10d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"vitest": "^3.0.8"
5252
},
5353
"overrides": {
54-
"esbuild": ">=0.25.0"
54+
"esbuild": ">=0.25.0",
55+
"@octokit/[email protected]": "5.1.1"
5556
}
5657
}

0 commit comments

Comments
 (0)