Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit a92a384

Browse files
chore(deps): bump lru-cache from 6.0.0 to 7.4.0
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 7.4.0. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](isaacs/node-lru-cache@v6.0.0...v7.4.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f532134 commit a92a384

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/nearform/get-jwks#readme",
2828
"dependencies": {
2929
"jwk-to-pem": "^2.0.4",
30-
"lru-cache": "^6.0.0",
30+
"lru-cache": "^7.4.0",
3131
"node-fetch": "^2.6.1"
3232
},
3333
"devDependencies": {

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -1691,6 +1691,10 @@ lru-cache@^6.0.0:
16911691
dependencies:
16921692
yallist "^4.0.0"
16931693

1694+
lru-cache@^7.4.0:
1695+
version "7.4.0"
1696+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.4.0.tgz#2830a779b483e9723e20f26fa5278463c50599d8"
1697+
16941698
make-dir@^3.0.0, make-dir@^3.0.2:
16951699
version "3.1.0"
16961700
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"

0 commit comments

Comments
 (0)