Skip to content

Commit

Permalink
chore(deps-dev): bump lru-cache from 7.18.3 to 10.0.3
Browse files Browse the repository at this point in the history
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.18.3 to 10.0.3.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v7.18.3...v10.0.3)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent cfe88a2 commit 9df088d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-import-resolver-parcel": "^1.10.6",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"lru-cache": "^7.18.3",
"lru-cache": "^10.0.3",
"parcel": "2.8.3",
"supabase": "^1.102.2",
"typescript": "^4.9.5"
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5404,7 +5404,7 @@ __metadata:
ethers: ^5.7.2
graphql: ^16.7.1
graphql-request: ~6.1.0
lru-cache: ^7.18.3
lru-cache: ^10.0.3
moment: ^2.29.4
overlayscrollbars: ^2.3.0
overlayscrollbars-react: ^0.5.2
Expand Down Expand Up @@ -22247,6 +22247,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^10.0.3":
version: 10.0.3
resolution: "lru-cache@npm:10.0.3"
checksum: e4b100c5a6b2ac778c0f63711499b5098686205c57907d8c04a413270d37089112d9bd0192dfa36940eb5d94b88c7db54fdb6fd23319c8f89903cfd4323ea06c
languageName: node
linkType: hard

"lru-cache@npm:^4.1.2":
version: 4.1.5
resolution: "lru-cache@npm:4.1.5"
Expand Down Expand Up @@ -22275,7 +22282,7 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^7.18.3, lru-cache@npm:^7.7.1":
"lru-cache@npm:^7.7.1":
version: 7.18.3
resolution: "lru-cache@npm:7.18.3"
checksum: e550d772384709deea3f141af34b6d4fa392e2e418c1498c078de0ee63670f1f46f5eee746e8ef7e69e1c895af0d4224e62ee33e66a543a14763b0f2e74c1356
Expand Down

0 comments on commit 9df088d

Please sign in to comment.