Skip to content
/ fxa Public
forked from mozilla/fxa
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/fxa-profile-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@hapi/boom": "~10.0.0",
"@hapi/catbox-memory": "~5.0.1",
"@hapi/catbox-memory": "~6.0.2",
"@hapi/catbox-redis": "~6.0.2",
"@hapi/hapi": "^20.2.1",
"@hapi/inert": "7.1.0",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10290,7 +10290,7 @@ __metadata:
languageName: node
linkType: hard

"@hapi/catbox-memory@npm:^5.0.0, @hapi/catbox-memory@npm:~5.0.1":
"@hapi/catbox-memory@npm:^5.0.0":
version: 5.0.1
resolution: "@hapi/catbox-memory@npm:5.0.1"
dependencies:
Expand All @@ -10300,6 +10300,16 @@ __metadata:
languageName: node
linkType: hard

"@hapi/catbox-memory@npm:~6.0.2":
version: 6.0.2
resolution: "@hapi/catbox-memory@npm:6.0.2"
dependencies:
"@hapi/boom": ^10.0.1
"@hapi/hoek": ^11.0.2
checksum: 699cb98bf8b877058ec3ca84e195d664f37906157ba3ef85026c69ab9340cbdc928e2ce0dcffa65484486084005c926d6c889991ecfac3d14659fb4b5abf2463
languageName: node
linkType: hard

"@hapi/catbox-redis@npm:~6.0.2":
version: 6.0.2
resolution: "@hapi/catbox-redis@npm:6.0.2"
Expand Down Expand Up @@ -38604,7 +38614,7 @@ fsevents@~2.1.1:
resolution: "fxa-profile-server@workspace:packages/fxa-profile-server"
dependencies:
"@hapi/boom": ~10.0.0
"@hapi/catbox-memory": ~5.0.1
"@hapi/catbox-memory": ~6.0.2
"@hapi/catbox-redis": ~6.0.2
"@hapi/hapi": ^20.2.1
"@hapi/inert": 7.1.0
Expand Down