From ddf72d3976b6bb39b0f5431c0751c355a312ec17 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Mon, 30 Sep 2024 14:48:51 -0600 Subject: [PATCH] update deps --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4015e9e8..01075f129 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 987be8833..00dca9e55 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", -- GitLab