Skip to content

Commit

Permalink
build(deps): bump keyv from 4.5.4 to 5.2.3
Browse files Browse the repository at this point in the history
Bumps [keyv](https://github.com/jaredwray/keyv) from 4.5.4 to 5.2.3.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

---
updated-dependencies:
- dependency-name: keyv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d29cf2d commit 66097c4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ldap-auth-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@backstage/errors": "^1.2.4",
"@backstage/plugin-auth-backend": "^0.22.9",
"@backstage/plugin-auth-node": "^0.4.17",
"keyv": "^4.3.3",
"keyv": "^5.2.3",
"ldap-authentication": "^3.2.2",
"ldap-escape": "^2.0.6",
"ldapjs": "^3.0.7"
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4466,7 +4466,7 @@ __metadata:
"@types/ldapjs": "npm:^2.2.4"
"@types/node": "npm:^20.5.9"
"@types/supertest": "npm:^6.0.2"
keyv: "npm:^4.3.3"
keyv: "npm:^5.2.3"
ldap-authentication: "npm:^3.2.2"
ldap-escape: "npm:^2.0.6"
ldapjs: "npm:^3.0.7"
Expand Down Expand Up @@ -4910,6 +4910,15 @@ __metadata:
languageName: node
linkType: hard

"@keyv/serialize@npm:^1.0.2":
version: 1.0.2
resolution: "@keyv/serialize@npm:1.0.2"
dependencies:
buffer: "npm:^6.0.3"
checksum: 10/6a42a5778a6b4542f6903ba7e6a17c5bd116441798d75c95fba9908c76c7606db527fad710b5c54abc6175e49b1bbaaafe3b836ad4b91e1af701394134f1d504
languageName: node
linkType: hard

"@kubernetes/client-node@npm:0.20.0":
version: 0.20.0
resolution: "@kubernetes/client-node@npm:0.20.0"
Expand Down Expand Up @@ -17891,7 +17900,7 @@ __metadata:
languageName: node
linkType: hard

"keyv@npm:*, keyv@npm:^4.3.3, keyv@npm:^4.5.2, keyv@npm:^4.5.3":
"keyv@npm:*, keyv@npm:^4.5.2, keyv@npm:^4.5.3":
version: 4.5.4
resolution: "keyv@npm:4.5.4"
dependencies:
Expand All @@ -17900,6 +17909,15 @@ __metadata:
languageName: node
linkType: hard

"keyv@npm:^5.2.3":
version: 5.2.3
resolution: "keyv@npm:5.2.3"
dependencies:
"@keyv/serialize": "npm:^1.0.2"
checksum: 10/47b4e9deb33e6a80e5ea79f3022ed3a14bc9fe553b7527ffff0a70b10c7a6c1a5d7e49b9bcfdbd8e8b9fb4632d68baa19d09e82628bcf853103e750e56d49a9e
languageName: node
linkType: hard

"kind-of@npm:^3.0.2":
version: 3.2.2
resolution: "kind-of@npm:3.2.2"
Expand Down

0 comments on commit 66097c4

Please sign in to comment.