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

build(deps): bump keyv from 4.5.4 to 5.2.1 #843

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
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
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.1",
"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.1"
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:*":
version: 1.0.1
resolution: "@keyv/serialize@npm:1.0.1"
dependencies:
buffer: "npm:^6.0.3"
checksum: 10/b47418bed4fb17e16e136d1071f71d12de6f566bbf4d484a611a2d7063e0e79aedb3164b51153054101b6b7eb2a2b349469d438f70a5fbac22a68f136a535ec4
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.1":
version: 5.2.1
resolution: "keyv@npm:5.2.1"
dependencies:
"@keyv/serialize": "npm:*"
checksum: 10/2eade1f67820eb0ea849554faa82fedc7ff8beec13daccc0a8cc0fa6c496dcb33dafabc44b7a26997844af1b83cab86f7ed753dd1a014fdd8fc08eb3ed60e712
languageName: node
linkType: hard

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