From d5fe5ece05af9d2f065f13c6908c354679fcbb75 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 26 Nov 2024 11:26:53 -0700 Subject: [PATCH] update deps --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27b13f4ed..9f47f0537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@asymmetrik/ngx-leaflet": "^18.0.1", "@compodoc/compodoc": "^1.1.26", "@ghsc/disagg-d3": "^0.13.0", - "@ghsc/nshmp-lib-ng": "^18.22.0", + "@ghsc/nshmp-lib-ng": "^18.23.0", "@ghsc/nshmp-template": "^18.1.0", "@ghsc/nshmp-utils-ts": "^3.12.1", "angular-plotly.js": "^6.0.0", @@ -4632,9 +4632,9 @@ } }, "node_modules/@ghsc/nshmp-lib-ng": { - "version": "18.22.0", - "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.22.0.tgz", - "integrity": "sha1-CkFT/dlCDr83hVH1cxpPAChh/cE=", + "version": "18.23.0", + "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.23.0.tgz", + "integrity": "sha1-TprRpdO8zTo68ZnCUOdauYkWGJk=", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index 056bebb5e..61c922fc5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@asymmetrik/ngx-leaflet": "^18.0.1", "@compodoc/compodoc": "^1.1.26", "@ghsc/disagg-d3": "^0.13.0", - "@ghsc/nshmp-lib-ng": "^18.22.0", + "@ghsc/nshmp-lib-ng": "^18.23.0", "@ghsc/nshmp-template": "^18.1.0", "@ghsc/nshmp-utils-ts": "^3.12.1", "angular-plotly.js": "^6.0.0", -- GitLab