From 8071e065847a13f8e2512bd1f41db550b45b34ed Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Fri, 8 Nov 2024 12:14:06 -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 15beffb4b..03a0f8b26 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.13.0", - "@ghsc/nshmp-lib-ng": "^18.20.1", + "@ghsc/nshmp-lib-ng": "^18.20.2", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.11.1", "angular-plotly.js": "^6.0.0", @@ -4315,9 +4315,9 @@ } }, "node_modules/@ghsc/nshmp-lib-ng": { - "version": "18.20.1", - "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.20.1.tgz", - "integrity": "sha1-Fl7/qeQj4hVkE99jiJYQQE3on3Q=", + "version": "18.20.2", + "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.20.2.tgz", + "integrity": "sha1-IphheXnX0ZjUYmu+7o1x/Pv0oVk=", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index 2d98cd09a..18c9dd2ac 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.13.0", - "@ghsc/nshmp-lib-ng": "^18.20.1", + "@ghsc/nshmp-lib-ng": "^18.20.2", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.11.1", "angular-plotly.js": "^6.0.0", -- GitLab