From 7e3f38acb0dc66033e1488cc45966d62a17f9d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:12:07 +0000 Subject: [PATCH] chore(deps): bump @hapi/catbox-memory from 5.0.0 to 5.0.1 Bumps [@hapi/catbox-memory](https://github.com/hapijs/catbox-memory) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/hapijs/catbox-memory/releases) - [Commits](https://github.com/hapijs/catbox-memory/compare/v5.0.0...v5.0.1) Signed-off-by: dependabot[bot] --- packages/fxa-profile-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fxa-profile-server/package.json b/packages/fxa-profile-server/package.json index ebaf269deda..e11096ce62a 100644 --- a/packages/fxa-profile-server/package.json +++ b/packages/fxa-profile-server/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@hapi/boom": "~9.1.2", - "@hapi/catbox-memory": "~5.0.0", + "@hapi/catbox-memory": "~5.0.1", "@hapi/catbox-redis": "~5.0.5", "@hapi/hapi": "^20.1.0", "@hapi/inert": "6.0.3",