diff --git a/package-lock.json b/package-lock.json
index 7df3287b2d2808548651dca64576fcdaef9ddf02..2538f37e30d94362494a75c6fd26d6dbe14171c1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,9 +21,9 @@
         "@asymmetrik/ngx-leaflet": "^18.0.1",
         "@compodoc/compodoc": "^1.1.25",
         "@ghsc/disagg-d3": "^0.9.0",
-        "@ghsc/nshmp-lib-ng": "^18.3.2",
+        "@ghsc/nshmp-lib-ng": "^18.4.0",
         "@ghsc/nshmp-template": "^18.0.3",
-        "@ghsc/nshmp-utils-ts": "^3.6.1",
+        "@ghsc/nshmp-utils-ts": "^3.6.3",
         "angular-plotly.js": "^5.2.2",
         "d3-array": "^3.2.4",
         "d3-scale-chromatic": "^3.1.0",
@@ -4281,9 +4281,9 @@
       }
     },
     "node_modules/@ghsc/nshmp-lib-ng": {
-      "version": "18.3.2",
-      "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.3.2.tgz",
-      "integrity": "sha1-/mYXHKiK3B/kpuMzvZFr8hD13Gk=",
+      "version": "18.4.0",
+      "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.4.0.tgz",
+      "integrity": "sha1-eyMUGjSiCTN9ZLN5X2qk57gNLBE=",
       "dependencies": {
         "tslib": "^2.3.0"
       },
@@ -4305,9 +4305,9 @@
       }
     },
     "node_modules/@ghsc/nshmp-utils-ts": {
-      "version": "3.6.1",
-      "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-utils-ts/-/@ghsc/nshmp-utils-ts-3.6.1.tgz",
-      "integrity": "sha1-ws/KQCDKS4DYyyX3uD3bPR21iW4=",
+      "version": "3.6.3",
+      "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-utils-ts/-/@ghsc/nshmp-utils-ts-3.6.3.tgz",
+      "integrity": "sha1-9xILnF+C2z/Im7Ein430PI/q97w=",
       "dependencies": {
         "@types/d3-format": "^3.0.4",
         "@types/geojson": "^7946.0.14",
diff --git a/package.json b/package.json
index 78a5483f0356d82f78d762ec248d0f915d27e4fa..7d80d79d9a56339f7f242fc3961cb9dde86ab374 100644
--- a/package.json
+++ b/package.json
@@ -45,9 +45,9 @@
     "@asymmetrik/ngx-leaflet": "^18.0.1",
     "@compodoc/compodoc": "^1.1.25",
     "@ghsc/disagg-d3": "^0.9.0",
-    "@ghsc/nshmp-lib-ng": "^18.3.2",
+    "@ghsc/nshmp-lib-ng": "^18.4.0",
     "@ghsc/nshmp-template": "^18.0.3",
-    "@ghsc/nshmp-utils-ts": "^3.6.1",
+    "@ghsc/nshmp-utils-ts": "^3.6.3",
     "angular-plotly.js": "^5.2.2",
     "d3-array": "^3.2.4",
     "d3-scale-chromatic": "^3.1.0",
diff --git a/projects/nshmp-apps/src/app/gmm/distance/components/control-panel/control-panel.component.ts b/projects/nshmp-apps/src/app/gmm/distance/components/control-panel/control-panel.component.ts
index 43307d172433c3e70aebd0efeb0aff4a83e42a9e..a1ae1c6905696b32fe6ce945d595bedc2586b4d9 100644
--- a/projects/nshmp-apps/src/app/gmm/distance/components/control-panel/control-panel.component.ts
+++ b/projects/nshmp-apps/src/app/gmm/distance/components/control-panel/control-panel.component.ts
@@ -193,8 +193,4 @@ export class ControlPanelComponent implements OnInit, OnDestroy {
   private onShowEpistemicUncertainty(): void {
     this.service.createPlots();
   }
-
-  private updatePlots(): void {
-    this.service.createPlots();
-  }
 }