From 00d0f9a07550749c8419cb9b24c40788f66b1700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 23:27:27 +0000 Subject: [PATCH] Bump @hapi/ammo from 3.1.1 to 3.1.2 in /backend Bumps [@hapi/ammo](https://github.com/hapijs/ammo) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/hapijs/ammo/releases) - [Commits](https://github.com/hapijs/ammo/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] --- backend/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 833fdef..e4d9bae 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -21,9 +21,9 @@ "dev": true }, "@hapi/ammo": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@hapi/ammo/-/ammo-3.1.1.tgz", - "integrity": "sha512-NYFK27VSPGyQ/KmOQedpQH4PSjE7awLntepX68vrYtRvuJO21W1kX0bK2p3C+6ltUwtCQSvmNT8a4uMVAysC6Q==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@hapi/ammo/-/ammo-3.1.2.tgz", + "integrity": "sha512-ej9OtFmiZv1qr45g1bxEZNGyaR4jRpyMxU6VhbxjaYThymvOwsyIsUKMZnP5Qw2tfYFuwqCJuIBHGpeIbdX9gQ==", "dev": true, "requires": { "@hapi/hoek": "8.x.x"