Skip to content

Commit

Permalink
Merge pull request #17986 from mozilla/dependabot/npm_and_yarn/keyv-5…
Browse files Browse the repository at this point in the history
….1.3

chore(deps): bump keyv from 4.5.0 to 5.1.3
  • Loading branch information
dschom authored Nov 8, 2024
2 parents 79eea36 + 0b05de6 commit e34de1b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/lib/senders/oauth_client_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

'use strict';

const Keyv = require('keyv');
const { Keyv } = require('keyv');
const client = require('../oauth/client');

module.exports = (log, config) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"jsdom": "^24.1.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.1.0",
"keyv": "4.5.0",
"keyv": "5.1.3",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"mjml": "^4.15.3",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12924,6 +12924,15 @@ __metadata:
languageName: node
linkType: hard

"@keyv/serialize@npm:*":
version: 1.0.1
resolution: "@keyv/serialize@npm:1.0.1"
dependencies:
buffer: ^6.0.3
checksum: ff3dd9a6246b17fca3d1b0aba312dea931059fdecc36027f4d8133e59dbb3554a0a516b1f3dfc7fb2b3ca7a3d6fa307804f299566ab214febd3fb9d0502eebed
languageName: node
linkType: hard

"@leichtgewicht/ip-codec@npm:^2.0.1":
version: 2.0.4
resolution: "@leichtgewicht/ip-codec@npm:2.0.4"
Expand Down Expand Up @@ -41010,7 +41019,7 @@ fsevents@~2.1.1:
jwks-rsa: ^3.1.0
jws: 4.0.0
keypair: 1.0.4
keyv: 4.5.0
keyv: 5.1.3
leftpad: 0.0.1
load-grunt-tasks: ^5.1.0
lodash: ^4.17.21
Expand Down Expand Up @@ -50278,12 +50287,12 @@ fsevents@~2.1.1:
languageName: node
linkType: hard

"keyv@npm:4.5.0":
version: 4.5.0
resolution: "keyv@npm:4.5.0"
"keyv@npm:5.1.3":
version: 5.1.3
resolution: "keyv@npm:5.1.3"
dependencies:
json-buffer: 3.0.1
checksum: d294873cf88ec8f691e5edeb7b4b884f886c5f021a01902a0e243c362449db2b55419d7fb7187d059add747b7398321e39e44d391b65f94935174ce13452714d
"@keyv/serialize": "*"
checksum: ebf96b7be06e8bf4d6eca146c2d8b41694345625cd15ee2692ff6f0304ec4389a045a4c32909f92fc6abdfaf3198b6bd89d4ed7f9351ad0cf94c735adace2a73
languageName: node
linkType: hard

Expand Down

0 comments on commit e34de1b

Please sign in to comment.