Skip to content

Commit 3c259fd

Browse files
authored
fix(deps): use fork of lru-cache to fix type errors (#651)
See isaacs/node-lru-cache#355
1 parent 7cc020f commit 3c259fd

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@octokit/request": "^9.1.1",
3232
"@octokit/request-error": "^6.1.1",
3333
"@octokit/types": "^13.4.1",
34-
"lru-cache": "^10.0.0",
34+
"lru-cache": "npm:@wolfy1339/lru-cache@^11.0.2-patch.1",
3535
"universal-github-app-jwt": "^2.2.0",
3636
"universal-user-agent": "^7.0.0"
3737
},

0 commit comments

Comments
 (0)