Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #180

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ __metadata:
languageName: node
linkType: hard

"@keyv/serialize@npm:*":
version: 1.0.1
resolution: "@keyv/serialize@npm:1.0.1"
"@keyv/serialize@npm:^1.0.2":
version: 1.0.2
resolution: "@keyv/serialize@npm:1.0.2"
dependencies:
buffer: "npm:^6.0.3"
checksum: 10c0/948fadc632f6050b67cb8ea664192a98d7743015e1b449d383addacbce371414b9cd7129b33ab36d5d81b558744ab0a56c2753b287e7c4f5b2c46401c486cbd0
checksum: 10c0/31c5cb0938d22ce890314befc4d00c248c4c9be9664885978d6449b1787993dbc91999041076d53437888bb5f4280233276fbc4c72f97955d111d7a6ccd4cd67
languageName: node
linkType: hard

Expand Down Expand Up @@ -334,11 +334,11 @@ __metadata:
linkType: hard

"cache-manager@npm:^6.0.0":
version: 6.3.1
resolution: "cache-manager@npm:6.3.1"
version: 6.3.2
resolution: "cache-manager@npm:6.3.2"
dependencies:
keyv: "npm:^5.2.1"
checksum: 10c0/d1b042533839eb3aa2a2944ff02b13b870ff03718a947ec5811c74369be0df11a18c521837be81efe5634248bbf50748185eb1738b42ccf9d895ca46dd66ecb2
keyv: "npm:^5.2.3"
checksum: 10c0/86d17158b87110ea60b86cfd2aea986a7c72f60a2168a458b5234b21b2c0ff959ec14728b3af793d762c920e3432099ee92626782413509b218a24bf9a826483
languageName: node
linkType: hard

Expand Down Expand Up @@ -695,12 +695,12 @@ __metadata:
languageName: node
linkType: hard

"keyv@npm:^5.2.1":
version: 5.2.1
resolution: "keyv@npm:5.2.1"
"keyv@npm:^5.2.3":
version: 5.2.3
resolution: "keyv@npm:5.2.3"
dependencies:
"@keyv/serialize": "npm:*"
checksum: 10c0/95c986a4785bd169c1545c8263662c3e898dc446c4acd9640598ca454075b9dea73559909dded6b23df0a247031d101df84a757bb6db08bbfe06499896e494fc
"@keyv/serialize": "npm:^1.0.2"
checksum: 10c0/76b87dd2c21a4c1c5c05e9ff3b85670beab98f153429aaa9aee544b72b65411a7d80d96c29f3fef3e9dcebb672c8268e7209d6f80beb5da939b4e019722948b4
languageName: node
linkType: hard

Expand Down
Loading