From 6316239ae414acf70e613d7362c3d9b67bfc4850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 13:07:23 +0000 Subject: [PATCH] chore(deps): bump @hapi/catbox-memory from 5.0.0 to 6.0.0 Bumps [@hapi/catbox-memory](https://github.com/hapijs/catbox-memory) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/hapijs/catbox-memory/releases) - [Commits](https://github.com/hapijs/catbox-memory/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: "@hapi/catbox-memory" dependency-type: direct:production update-type: version-update:semver-major ... 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 f7bf79e0dc8..83542d164e6 100644 --- a/packages/fxa-profile-server/package.json +++ b/packages/fxa-profile-server/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@hapi/boom": "~10.0.0", - "@hapi/catbox-memory": "~5.0.1", + "@hapi/catbox-memory": "~6.0.0", "@hapi/catbox-redis": "~6.0.2", "@hapi/hapi": "^20.2.1", "@hapi/inert": "6.0.5",