From 3c8e55279729ccf757ad3ec4741b44789ff3f94a Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Fri, 24 Sep 2021 09:52:38 -0600
Subject: [PATCH] update deps

---
 package-lock.json | 18 +++++++++---------
 package.json      |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index dcf3d870b..a1c566c14 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
         "@angular/platform-browser-dynamic": "^11.2.8",
         "@angular/router": "^11.2.8",
         "@ghsc/disagg-d3": "^0.3.0",
-        "@ghsc/nshmp-haz-aws": "^3.0.1",
+        "@ghsc/nshmp-haz-aws": "^3.0.5",
         "@ghsc/nshmp-template": "^11.2.2",
         "@ghsc/nshmp-utils": "^3.2.0",
         "@ngrx/effects": "^11.1.0",
@@ -2474,11 +2474,11 @@
       }
     },
     "node_modules/@ghsc/nshmp-haz-aws": {
-      "version": "3.0.1",
-      "resolved": "https://code.usgs.gov/api/v4/projects/3713/packages/npm/@ghsc/nshmp-haz-aws/-/@ghsc/nshmp-haz-aws-3.0.1.tgz",
-      "integrity": "sha1-seX/PQ5fXbWk/kAo4EplIyof8P4=",
+      "version": "3.0.5",
+      "resolved": "https://code.usgs.gov/api/v4/projects/3713/packages/npm/@ghsc/nshmp-haz-aws/-/@ghsc/nshmp-haz-aws-3.0.5.tgz",
+      "integrity": "sha1-+YAcR3p0vhWhXP5a7k+EWCx+mSw=",
       "dependencies": {
-        "@ghsc/nshmp-utils": "^3.0.3",
+        "@ghsc/nshmp-utils": "^3.2.0",
         "@hapi/joi": "^17.1.1",
         "aws-lambda": "^1.0.6",
         "aws-sdk": "^2.794.0",
@@ -34048,11 +34048,11 @@
       }
     },
     "@ghsc/nshmp-haz-aws": {
-      "version": "3.0.1",
-      "resolved": "https://code.usgs.gov/api/v4/projects/3713/packages/npm/@ghsc/nshmp-haz-aws/-/@ghsc/nshmp-haz-aws-3.0.1.tgz",
-      "integrity": "sha1-seX/PQ5fXbWk/kAo4EplIyof8P4=",
+      "version": "3.0.5",
+      "resolved": "https://code.usgs.gov/api/v4/projects/3713/packages/npm/@ghsc/nshmp-haz-aws/-/@ghsc/nshmp-haz-aws-3.0.5.tgz",
+      "integrity": "sha1-+YAcR3p0vhWhXP5a7k+EWCx+mSw=",
       "requires": {
-        "@ghsc/nshmp-utils": "^3.0.3",
+        "@ghsc/nshmp-utils": "^3.2.0",
         "@hapi/joi": "^17.1.1",
         "aws-lambda": "^1.0.6",
         "aws-sdk": "^2.794.0",
diff --git a/package.json b/package.json
index 8c88a02d4..c4e747739 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
     "@angular/platform-browser-dynamic": "^11.2.8",
     "@angular/router": "^11.2.8",
     "@ghsc/disagg-d3": "^0.3.0",
-    "@ghsc/nshmp-haz-aws": "^3.0.1",
+    "@ghsc/nshmp-haz-aws": "^3.0.5",
     "@ghsc/nshmp-template": "^11.2.2",
     "@ghsc/nshmp-utils": "^3.2.0",
     "@ngrx/effects": "^11.1.0",
-- 
GitLab