diff --git a/package-lock.json b/package-lock.json index e4015e9e8c7c6f47a07e11424ca9b29b52704205..01075f1298b60799e00d2e42632ed43f1e310e01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,10 +21,10 @@ "@asymmetrik/ngx-leaflet": "^18.0.1", "@compodoc/compodoc": "^1.1.25", "@ghsc/disagg-d3": "^0.9.0", - "@ghsc/nshmp-lib-ng": "^18.14.0", + "@ghsc/nshmp-lib-ng": "^18.14.1", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.8.1", - "angular-plotly.js": "^5.2.2", + "angular-plotly.js": "^6.0.0", "d3-array": "^3.2.4", "d3-scale-chromatic": "^3.1.0", "deep-equal": "^2.2.3", @@ -4281,9 +4281,9 @@ } }, "node_modules/@ghsc/nshmp-lib-ng": { - "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=", + "version": "18.14.1", + "resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-18.14.1.tgz", + "integrity": "sha1-Lv5cNRvK4LSaxql76wfistOeYho=", "dependencies": { "tslib": "^2.3.0" }, @@ -10129,16 +10129,16 @@ } }, "node_modules/angular-plotly.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/angular-plotly.js/-/angular-plotly.js-5.2.2.tgz", - "integrity": "sha512-DDVQ28Y5lHtRq9C5xuQ99pxOB3M6kwOiuF8yF6n13atccwZwGD2RaNjKGxOcP1/d73rERZz1tmkfSzplD1jjOg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/angular-plotly.js/-/angular-plotly.js-6.0.0.tgz", + "integrity": "sha512-zgK6Z7+nAQx/8buSxhAw849tmddRpPZawLkFjPr4o/AqbpYpeovu6yx03KsSAyuTdOXHkRlbyzN2RwVmF1GPsA==", "license": "MIT", "dependencies": { "tslib": "^2.3.1" }, "peerDependencies": { - "@angular/common": ">=15.0.0", - "@angular/core": ">=15.0.0" + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0" } }, "node_modules/ansi-colors": { diff --git a/package.json b/package.json index 987be88335865a92584dc6893a65fe61df96c06d..00dca9e550caa3a41e7e87fb73875cd6d352c69e 100644 --- a/package.json +++ b/package.json @@ -45,10 +45,10 @@ "@asymmetrik/ngx-leaflet": "^18.0.1", "@compodoc/compodoc": "^1.1.25", "@ghsc/disagg-d3": "^0.9.0", - "@ghsc/nshmp-lib-ng": "^18.14.0", + "@ghsc/nshmp-lib-ng": "^18.14.1", "@ghsc/nshmp-template": "^18.0.3", "@ghsc/nshmp-utils-ts": "^3.8.1", - "angular-plotly.js": "^5.2.2", + "angular-plotly.js": "^6.0.0", "d3-array": "^3.2.4", "d3-scale-chromatic": "^3.1.0", "deep-equal": "^2.2.3",