From 30d02c8ec2cb93a5f9ba1dfcf30752b6547a3605 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Mon, 30 Sep 2024 13:54:14 -0600 Subject: [PATCH] update dep --- 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 c984b39d2..e4015e9e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@asymmetrik/ngx-leaflet": "^18.0.1", "@compodoc/compodoc": "^1.1.25", "@ghsc/disagg-d3": "^0.9.0", - "@ghsc/nshmp-lib-ng": "^18.13.1", + "@ghsc/nshmp-lib-ng": "^18.14.0", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.8.1", "angular-plotly.js": "^5.2.2", @@ -4281,9 +4281,9 @@ } }, "node_modules/@ghsc/nshmp-lib-ng": { - "version": "18.13.1", - "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.13.1.tgz", - "integrity": "sha1-fQbv+saw0atVNQQfys2jr+aQIRY=", + "version": "18.14.0", + "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.14.0.tgz", + "integrity": "sha1-cokx+2AZ0f3zCOK9LtjDG/PxNNU=", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index 1aa30d461..987be8833 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@asymmetrik/ngx-leaflet": "^18.0.1", "@compodoc/compodoc": "^1.1.25", "@ghsc/disagg-d3": "^0.9.0", - "@ghsc/nshmp-lib-ng": "^18.13.1", + "@ghsc/nshmp-lib-ng": "^18.14.0", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.8.1", "angular-plotly.js": "^5.2.2", -- GitLab