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

chore(deps): bump keyv from 4.1.1 to 4.2.2 #12603

Merged
merged 2 commits into from
Apr 20, 2022
Merged
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/fxa-auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.4",
"jwt-decode": "^3.1.2",
"keyv": "4.1.1",
"keyv": "4.2.2",
"lodash": "^4.17.21",
"luxon": "^2.3.1",
"memcached": "^2.2.2",
Expand Down
30 changes: 24 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9824,6 +9824,13 @@ __metadata:
languageName: node
linkType: hard

"@types/json-buffer@npm:~3.0.0":
version: 3.0.0
resolution: "@types/json-buffer@npm:3.0.0"
checksum: 6b0a371dd603f0eec9d00874574bae195382570e832560dadf2193ee0d1062b8e0694bbae9798bc758632361c227b1e3b19e3bd914043b498640470a2da38b77
languageName: node
linkType: hard

"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.3, @types/json-schema@npm:^7.0.4, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.7, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9":
version: 7.0.9
resolution: "@types/json-schema@npm:7.0.9"
Expand Down Expand Up @@ -16640,6 +16647,16 @@ __metadata:
languageName: node
linkType: hard

"compress-brotli@npm:^1.3.6":
version: 1.3.6
resolution: "compress-brotli@npm:1.3.6"
dependencies:
"@types/json-buffer": ~3.0.0
json-buffer: ~3.0.1
checksum: 9db8e082a3286bd6a0da2b6b2929c62a827c5a1bee8f0d1c777cccfcef14c9e751d93ae46329f1529bfbfab9b6f241465e3a1c895be235c6e923f5017d952d00
languageName: node
linkType: hard

"compressible@npm:~2.0.16":
version: 2.0.18
resolution: "compressible@npm:2.0.18"
Expand Down Expand Up @@ -22239,7 +22256,7 @@ fsevents@~2.1.1:
jws: 4.0.0
jwt-decode: ^3.1.2
keypair: 1.0.4
keyv: 4.1.1
keyv: 4.2.2
leftpad: 0.0.1
load-grunt-tasks: ^5.1.0
lodash: ^4.17.21
Expand Down Expand Up @@ -28851,7 +28868,7 @@ fsevents@~2.1.1:
languageName: node
linkType: hard

"json-buffer@npm:3.0.1":
"json-buffer@npm:3.0.1, json-buffer@npm:~3.0.1":
version: 3.0.1
resolution: "json-buffer@npm:3.0.1"
checksum: 9026b03edc2847eefa2e37646c579300a1f3a4586cfb62bf857832b60c852042d0d6ae55d1afb8926163fa54c2b01d83ae24705f34990348bdac6273a29d4581
Expand Down Expand Up @@ -29329,12 +29346,13 @@ fsevents@~2.1.1:
languageName: node
linkType: hard

"keyv@npm:4.1.1":
version: 4.1.1
resolution: "keyv@npm:4.1.1"
"keyv@npm:4.2.2":
version: 4.2.2
resolution: "keyv@npm:4.2.2"
dependencies:
compress-brotli: ^1.3.6
json-buffer: 3.0.1
checksum: b141fe29405413e7ca4ea0dfd19a48e25d909834f032aafdf4b0c6be177087cc1177b9c0ffdabd41ac8a65c13b92dcd2ec8688f540fbb458efdb9c8730bbd102
checksum: 1d03674145339cb6d7509fd7791a2ea93c0a9b7ec10e475d621f4443b8bf877c21dc391ae1002dd1bade4f44e2093f850f1da81d08c03812b4592cd5ff028db7
languageName: node
linkType: hard

Expand Down