Skip to content

Commit

Permalink
build(deps): bump keyv from 4.5.4 to 5.0.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.0.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 0309d64 commit 02f3c78
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.0.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.0.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:*":
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 @@ -17880,7 +17889,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 @@ -17889,6 +17898,15 @@ __metadata:
languageName: node
linkType: hard

"keyv@npm:^5.0.3":
version: 5.0.3
resolution: "keyv@npm:5.0.3"
dependencies:
"@keyv/serialize": "npm:*"
checksum: 10/d194b99e0fa01241fe1db43387cbd87c056a25ffe76ca819d9732c60e28e83adb44e848aedd12f4e4a6082c83f8d1d3d295ddc288ed5840861a7f471a8bc413c
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 02f3c78

Please sign in to comment.