Skip to content

Commit c0931e6

Browse files
committed
fix(deps): use fork of lru-cache to fix type errors (#651)
See isaacs/node-lru-cache#355
1 parent e0ecf3b commit c0931e6

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package-lock.json

+14-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
@@ -30,7 +30,7 @@
3030
"@octokit/request-error": "^5.1.0",
3131
"@octokit/types": "^13.1.0",
3232
"deprecation": "^2.3.1",
33-
"lru-cache": "^10.0.0",
33+
"lru-cache": "npm:@wolfy1339/lru-cache@^11.0.2-patch.1",
3434
"universal-github-app-jwt": "^1.1.2",
3535
"universal-user-agent": "^6.0.0"
3636
},

0 commit comments

Comments
 (0)