diff --git a/package-lock.json b/package-lock.json index 63b7bee597a7567c0d446380b478cdb92d3737cf..cd6f0d39acd4bad315e135b3c0cd30332f0514f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@asymmetrik/ngx-leaflet": "^13.0.2", "@ghsc/disagg-d3": "^0.7.0", "@ghsc/nshmp-template": "^13.1.3", - "@ghsc/nshmp-web-utils": "^1.2.1", + "@ghsc/nshmp-web-utils": "^1.3.0", "@ngrx/effects": "^13.0.2", "@ngrx/router-store": "^13.0.2", "@ngrx/schematics": "^13.0.2", @@ -30,7 +30,7 @@ "d3-array": "^3.1.1", "d3-scale-chromatic": "^3.0.0", "file-saver": "^2.0.5", - "leaflet": "^1.7.1", + "leaflet": "^1.8.0", "ngrx-forms": "^7.0.0", "plotly.js": "^2.11.1", "rxjs": "^7.5.5", @@ -3313,9 +3313,9 @@ } }, "node_modules/@ghsc/nshmp-web-utils": { - "version": "1.2.1", - "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-web-utils/-/@ghsc/nshmp-web-utils-1.2.1.tgz", - "integrity": "sha1-ktYn7n2HHyqgRlLUIWzWYAXjro4=", + "version": "1.3.0", + "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-web-utils/-/@ghsc/nshmp-web-utils-1.3.0.tgz", + "integrity": "sha1-/j0XejhBR2uPGt8K+PG07LMnTGU=", "dependencies": { "@types/d3-format": "^1.4.1", "@types/leaflet": "^1.7.11", @@ -33929,9 +33929,9 @@ } }, "@ghsc/nshmp-web-utils": { - "version": "1.2.1", - "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-web-utils/-/@ghsc/nshmp-web-utils-1.2.1.tgz", - "integrity": "sha1-ktYn7n2HHyqgRlLUIWzWYAXjro4=", + "version": "1.3.0", + "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-web-utils/-/@ghsc/nshmp-web-utils-1.3.0.tgz", + "integrity": "sha1-/j0XejhBR2uPGt8K+PG07LMnTGU=", "requires": { "@types/d3-format": "^1.4.1", "@types/leaflet": "^1.7.11", diff --git a/package.json b/package.json index 97bde47d4d1be54247f9df1389dcc1c26e2a53d8..da260e2c211a7c3f86fe79bc4409870f530f2efb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@asymmetrik/ngx-leaflet": "^13.0.2", "@ghsc/disagg-d3": "^0.7.0", "@ghsc/nshmp-template": "^13.1.3", - "@ghsc/nshmp-web-utils": "^1.2.1", + "@ghsc/nshmp-web-utils": "^1.3.0", "@ngrx/effects": "^13.0.2", "@ngrx/router-store": "^13.0.2", "@ngrx/schematics": "^13.0.2", @@ -42,7 +42,7 @@ "d3-array": "^3.1.1", "d3-scale-chromatic": "^3.0.0", "file-saver": "^2.0.5", - "leaflet": "^1.7.1", + "leaflet": "^1.8.0", "ngrx-forms": "^7.0.0", "plotly.js": "^2.11.1", "rxjs": "^7.5.5",