From d4bdfd52a4b2adec9948ae78bc7110e7abcc5d70 Mon Sep 17 00:00:00 2001 From: Patrick Moulden <4834892+PatchesMaps@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:44:13 -0500 Subject: [PATCH 1/7] dependency updates (#5604) --- package-lock.json | 48 +++++++++++++++++++++++++++++++++-------------- package.json | 8 ++++---- 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b0ff1cf51..1240aa774d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "@babel/plugin-transform-class-properties": "^7.25.9", "@babel/plugin-transform-private-methods": "^7.25.9", "@babel/preset-env": "^7.26.0", - "@babel/preset-react": "^7.25.9", + "@babel/preset-react": "^7.26.3", "@playwright/test": "^1.49.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@webpack-cli/serve": "^2.0.5", @@ -124,12 +124,12 @@ "patch-package": "^8.0.0", "postcss": "^8.4.49", "postcss-loader": "^8.1.1", - "react-refresh": "^0.14.1", - "react-test-renderer": "^18.3.0", + "react-refresh": "^0.16.0", + "react-test-renderer": "^18.3.1", "redux-mock-store": "^1.5.5", "run-script-os": "^1.1.6", "sass": "^1.81.0", - "sass-loader": "^16.0.3", + "sass-loader": "^16.0.4", "shelljs": "^0.8.5", "showdown": "^2.1.0", "stylelint": "^15.11.0", @@ -1716,7 +1716,9 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.25.9", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz", + "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==", "dev": true, "license": "MIT", "dependencies": { @@ -8111,7 +8113,9 @@ } }, "node_modules/express": { - "version": "4.21.1", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "dev": true, "license": "MIT", "dependencies": { @@ -8134,7 +8138,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -8149,6 +8153,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express/node_modules/debug": { @@ -13476,7 +13484,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.10", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", "dev": true, "license": "MIT" }, @@ -14786,7 +14796,9 @@ } }, "node_modules/react-refresh": { - "version": "0.14.1", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.16.0.tgz", + "integrity": "sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==", "dev": true, "license": "MIT", "engines": { @@ -14829,6 +14841,8 @@ }, "node_modules/react-shallow-renderer": { "version": "16.15.0", + "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz", + "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==", "dev": true, "license": "MIT", "dependencies": { @@ -14902,20 +14916,24 @@ } }, "node_modules/react-test-renderer": { - "version": "18.3.0", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-18.3.1.tgz", + "integrity": "sha512-KkAgygexHUkQqtvvx/otwxtuFu5cVjfzTCtjXLH9boS19/Nbtg84zS7wIQn39G8IlrhThBpQsMKkq5ZHZIYFXA==", "dev": true, "license": "MIT", "dependencies": { - "react-is": "^18.3.0", + "react-is": "^18.3.1", "react-shallow-renderer": "^16.15.0", - "scheduler": "^0.23.1" + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^18.3.0" + "react": "^18.3.1" } }, "node_modules/react-test-renderer/node_modules/react-is": { "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "dev": true, "license": "MIT" }, @@ -15593,7 +15611,9 @@ } }, "node_modules/sass-loader": { - "version": "16.0.3", + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.4.tgz", + "integrity": "sha512-LavLbgbBGUt3wCiYzhuLLu65+fWXaXLmq7YxivLhEqmiupCFZ5sKUAipK3do6V80YSU0jvSxNhEdT13IXNr3rg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 518a2449b9..809d83d3ab 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@babel/plugin-transform-class-properties": "^7.25.9", "@babel/plugin-transform-private-methods": "^7.25.9", "@babel/preset-env": "^7.26.0", - "@babel/preset-react": "^7.25.9", + "@babel/preset-react": "^7.26.3", "@playwright/test": "^1.49.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@webpack-cli/serve": "^2.0.5", @@ -122,12 +122,12 @@ "patch-package": "^8.0.0", "postcss": "^8.4.49", "postcss-loader": "^8.1.1", - "react-refresh": "^0.14.1", - "react-test-renderer": "^18.3.0", + "react-refresh": "^0.16.0", + "react-test-renderer": "^18.3.1", "redux-mock-store": "^1.5.5", "run-script-os": "^1.1.6", "sass": "^1.81.0", - "sass-loader": "^16.0.3", + "sass-loader": "^16.0.4", "shelljs": "^0.8.5", "showdown": "^2.1.0", "stylelint": "^15.11.0", From 80ad78fa1d7b1445f9fa23293bba49d284736d8e Mon Sep 17 00:00:00 2001 From: minniewong Date: Thu, 12 Dec 2024 14:59:04 -0500 Subject: [PATCH 2/7] Change TEMPO from Beta to Provisional (#5594) --- .../tempo/TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule.json | 2 +- .../tempo/TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule.json | 2 +- .../tempo/TEMPO_L2_Formaldehyde_Vertical_Column_Granule.json | 2 +- .../TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule.json | 2 +- .../tempo/TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule.json | 2 +- .../layers/tempo/TEMPO_L2_Ozone_Cloud_Fraction_Granule.json | 2 +- .../layers/tempo/TEMPO_L2_Ozone_Column_Amount_Granule.json | 2 +- .../layers/tempo/TEMPO_L2_Ozone_UV_Aerosol_Index_Granule.json | 2 +- .../layers/tempo/TEMPO_L3_Cloud_Cloud_Fraction_Total.json | 2 +- .../layers/tempo/TEMPO_L3_Cloud_Cloud_Pressure_Total.json | 2 +- .../layers/tempo/TEMPO_L3_Formaldehyde_Vertical_Column.json | 2 +- .../layers/tempo/TEMPO_L3_NO2_Vertical_Column_Stratosphere.json | 2 +- .../layers/tempo/TEMPO_L3_NO2_Vertical_Column_Troposphere.json | 2 +- .../wv.json/layers/tempo/TEMPO_L3_Ozone_Cloud_Fraction.json | 2 +- .../wv.json/layers/tempo/TEMPO_L3_Ozone_Column_Amount.json | 2 +- .../wv.json/layers/tempo/TEMPO_L3_Ozone_UV_Aerosol_Index.json | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule.json index abd0e35b0d..3ef0a4f3a8 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule": { "id": "TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule", - "title": "Clouds (L2, Cloud Fraction Total, Subdaily) (BETA)", + "title": "Clouds (L2, Cloud Fraction Total, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_Cloud_Cloud_Fraction_Total_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule.json index fcd5741fe8..d8c31a132c 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule": { "id": "TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule", - "title": "Clouds (L2, Cloud Pressure Total, Subdaily) (BETA)", + "title": "Clouds (L2, Cloud Pressure Total, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_Cloud_Cloud_Pressure_Total_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Formaldehyde_Vertical_Column_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Formaldehyde_Vertical_Column_Granule.json index c55da13bef..0a5ccf0d05 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Formaldehyde_Vertical_Column_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Formaldehyde_Vertical_Column_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_Formaldehyde_Vertical_Column_Granule": { "id": "TEMPO_L2_Formaldehyde_Vertical_Column_Granule", - "title": "Formaldehyde (L2, Vertical Column, Subdaily) (BETA)", + "title": "Formaldehyde (L2, Vertical Column, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_Formaldehyde_Vertical_Column_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule.json index cbf73ddc1c..a8053d8c43 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule": { "id": "TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule", - "title": "Nitrogen Dioxide (L2, Vertical Column Stratosphere, Subdaily) (BETA)", + "title": "Nitrogen Dioxide (L2, Vertical Column Stratosphere, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_NO2_Vertical_Column_Stratosphere_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule.json index e5a60ea89b..cf349ba51d 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule": { "id": "TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule", - "title": "Nitrogen Dioxide (L2, Vertical Column Troposphere, Subdaily) (BETA)", + "title": "Nitrogen Dioxide (L2, Vertical Column Troposphere, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_NO2_Vertical_Column_Troposphere_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Cloud_Fraction_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Cloud_Fraction_Granule.json index 06bfc2f3af..ec566ce4f5 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Cloud_Fraction_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Cloud_Fraction_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_Ozone_Cloud_Fraction_Granule": { "id": "TEMPO_L2_Ozone_Cloud_Fraction_Granule", - "title": "Ozone (L2, Cloud Fraction, Subdaily) (BETA)", + "title": "Ozone (L2, Cloud Fraction, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_Ozone_Cloud_Fraction_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Column_Amount_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Column_Amount_Granule.json index 8eb6f84e65..5c062d1cb9 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Column_Amount_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_Column_Amount_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_Ozone_Column_Amount_Granule": { "id": "TEMPO_L2_Ozone_Column_Amount_Granule", - "title": "Ozone (L2, Column Amount O3, Subdaily) (BETA)", + "title": "Ozone (L2, Column Amount O3, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_Ozone_Column_Amount_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_UV_Aerosol_Index_Granule.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_UV_Aerosol_Index_Granule.json index 360da65b9b..cfda35d1a9 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_UV_Aerosol_Index_Granule.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L2_Ozone_UV_Aerosol_Index_Granule.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L2_Ozone_UV_Aerosol_Index_Granule": { "id": "TEMPO_L2_Ozone_UV_Aerosol_Index_Granule", - "title": "Ozone (L2, UV Aerosol Index, Subdaily) (BETA)", + "title": "Ozone (L2, UV Aerosol Index, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L2_Ozone_UV_Aerosol_Index_Granule", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Fraction_Total.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Fraction_Total.json index eafa96646c..9118380a0f 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Fraction_Total.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Fraction_Total.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_Cloud_Cloud_Fraction_Total": { "id": "TEMPO_L3_Cloud_Cloud_Fraction_Total", - "title": "Clouds (L3, Cloud Fraction Total, Subdaily) (BETA)", + "title": "Clouds (L3, Cloud Fraction Total, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_Cloud_Cloud_Fraction_Total", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Pressure_Total.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Pressure_Total.json index 3bda995ac2..0f9f84aaf0 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Pressure_Total.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Cloud_Cloud_Pressure_Total.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_Cloud_Cloud_Pressure_Total": { "id": "TEMPO_L3_Cloud_Cloud_Pressure_Total", - "title": "Clouds (L3, Cloud Pressure Total, Subdaily) (BETA)", + "title": "Clouds (L3, Cloud Pressure Total, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_Cloud_Cloud_Pressure_Total", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Formaldehyde_Vertical_Column.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Formaldehyde_Vertical_Column.json index 29a9baed55..808fe7661c 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Formaldehyde_Vertical_Column.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Formaldehyde_Vertical_Column.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_Formaldehyde_Vertical_Column": { "id": "TEMPO_L3_Formaldehyde_Vertical_Column", - "title": "Formaldehyde (L3, Vertical Column, Subdaily) (BETA)", + "title": "Formaldehyde (L3, Vertical Column, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_Formaldehyde_Vertical_Column", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Stratosphere.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Stratosphere.json index 84e92f14f3..025fc965f5 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Stratosphere.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Stratosphere.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_NO2_Vertical_Column_Stratosphere": { "id": "TEMPO_L3_NO2_Vertical_Column_Stratosphere", - "title": "Nitrogen Dioxide (L3, Vertical Column Stratosphere, Subdaily) (BETA)", + "title": "Nitrogen Dioxide (L3, Vertical Column Stratosphere, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_NO2_Vertical_Column_Stratosphere", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Troposphere.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Troposphere.json index 99a7de6d2e..0918f04671 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Troposphere.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_NO2_Vertical_Column_Troposphere.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_NO2_Vertical_Column_Troposphere": { "id": "TEMPO_L3_NO2_Vertical_Column_Troposphere", - "title": "Nitrogen Dioxide (L3, Vertical Column Troposphere, Subdaily) (BETA)", + "title": "Nitrogen Dioxide (L3, Vertical Column Troposphere, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_NO2_Vertical_Column_Troposphere", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Cloud_Fraction.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Cloud_Fraction.json index ebdd404062..113a0bec39 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Cloud_Fraction.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Cloud_Fraction.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_Ozone_Cloud_Fraction": { "id": "TEMPO_L3_Ozone_Cloud_Fraction", - "title": "Ozone (L3, Cloud Fraction, Subdaily) (BETA)", + "title": "Ozone (L3, Cloud Fraction, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_Ozone_Cloud_Fraction", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Column_Amount.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Column_Amount.json index 8693f9a20b..61edc62be1 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Column_Amount.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_Column_Amount.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_Ozone_Column_Amount": { "id": "TEMPO_L3_Ozone_Column_Amount", - "title": "Ozone (L3, Column Amount O3, Subdaily) (BETA)", + "title": "Ozone (L3, Column Amount O3, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_Ozone_Column_Amount", "tags": "", diff --git a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_UV_Aerosol_Index.json b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_UV_Aerosol_Index.json index 1dfd083eaa..b3fff01b04 100644 --- a/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_UV_Aerosol_Index.json +++ b/config/default/common/config/wv.json/layers/tempo/TEMPO_L3_Ozone_UV_Aerosol_Index.json @@ -2,7 +2,7 @@ "layers": { "TEMPO_L3_Ozone_UV_Aerosol_Index": { "id": "TEMPO_L3_Ozone_UV_Aerosol_Index", - "title": "Ozone (L3, UV Aerosol Index, Subdaily) (BETA)", + "title": "Ozone (L3, UV Aerosol Index, Subdaily) (PROVISIONAL)", "subtitle": "TEMPO", "description": "tempo/TEMPO_L3_Ozone_UV_Aerosol_Index", "tags": "", From 6ad57aeaae2f9fc88edaaec6b8a613cf26bd44e2 Mon Sep 17 00:00:00 2001 From: christof-wittreich Date: Fri, 13 Dec 2024 12:07:05 -0500 Subject: [PATCH 3/7] Dependency Updates 12-13-24 (#5616) --- package-lock.json | 260 ++++++++++++++++++++++++++++------------------ package.json | 16 +-- 2 files changed, 168 insertions(+), 108 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1240aa774d..d210db07d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,20 +57,20 @@ "react-infinite-scroller": "^1.2.6", "react-joyride": "^2.9.3", "react-mobile-datepicker": "^4.0.2", - "react-redux": "^9.1.1", + "react-redux": "^9.2.0", "react-resizable": "^3.0.5", "react-swipe-to-delete-component": "1.0.5", "react-visibility-sensor": "^5.1.1", "reactstrap": "^9.2.3", - "recharts": "^2.13.3", + "recharts": "^2.15.0", "redux": "^5.0.1", "redux-location-state": "^2.8.2", "redux-logger": "^3.0.6", "redux-thunk": "^3.1.0", "regenerator-runtime": "^0.14.1", "rgbcolor": "^1.0.1", - "simplebar": "^6.2.7", - "simplebar-react": "^3.2.6", + "simplebar": "^6.3.0", + "simplebar-react": "^3.3.0", "stackblur": "^1.0.0", "supercluster": "^8.0.1", "tough-cookie": "^5.0.0", @@ -85,7 +85,7 @@ "@babel/plugin-transform-private-methods": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.49.1", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@webpack-cli/serve": "^2.0.5", "ajv": "^8.17.1", @@ -101,7 +101,7 @@ "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-standard": "^17.1.0", - "eslint-import-resolver-webpack": "^0.13.9", + "eslint-import-resolver-webpack": "^0.13.10", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -128,7 +128,7 @@ "react-test-renderer": "^18.3.1", "redux-mock-store": "^1.5.5", "run-script-os": "^1.1.6", - "sass": "^1.81.0", + "sass": "^1.83.0", "sass-loader": "^16.0.4", "shelljs": "^0.8.5", "showdown": "^2.1.0", @@ -142,7 +142,7 @@ "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", "webpack-dev-middleware": "^7.4.2", - "webpack-dev-server": "^5.1.0", + "webpack-dev-server": "^5.2.0", "xml-js": "^1.6.11", "xml2js": "^0.6.2", "yargs": "^17.7.2" @@ -3224,13 +3224,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.0.tgz", - "integrity": "sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz", + "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.49.0" + "playwright": "1.49.1" }, "bin": { "playwright": "cli.js" @@ -3631,17 +3631,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/lodash": { - "version": "4.14.199", - "license": "MIT" - }, - "node_modules/@types/lodash-es": { - "version": "4.17.9", - "license": "MIT", - "dependencies": { - "@types/lodash": "*" - } - }, "node_modules/@types/mime": { "version": "3.0.1", "dev": true, @@ -3780,7 +3769,9 @@ "license": "MIT" }, "node_modules/@types/use-sync-external-store": { - "version": "0.0.3", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz", + "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==", "license": "MIT" }, "node_modules/@types/ws": { @@ -5060,14 +5051,44 @@ } }, "node_modules/call-bind": { - "version": "1.0.7", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz", + "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.2.tgz", + "integrity": "sha512-0lk0PHFe/uz0vl527fG9CgdE9WdafjDbCXvBbs+LUv000TVt2Jjhqbs4Jwm8gz070w8xXyEAxrPOMullsxXeGg==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "get-intrinsic": "^1.2.5" }, "engines": { "node": ">= 0.4" @@ -5130,10 +5151,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/can-use-dom": { - "version": "0.1.0", - "license": "MIT" - }, "node_modules/caniuse-api": { "version": "3.0.0", "dev": true, @@ -6820,6 +6837,20 @@ "react": ">=0.14.9" } }, + "node_modules/dunder-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.0.tgz", + "integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/duplexer": { "version": "0.1.2", "dev": true, @@ -7039,11 +7070,10 @@ } }, "node_modules/es-define-property": { - "version": "1.0.0", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, "engines": { "node": ">= 0.4" } @@ -7085,7 +7115,6 @@ }, "node_modules/es-object-atoms": { "version": "1.0.0", - "dev": true, "license": "MIT", "dependencies": { "es-errors": "^1.3.0" @@ -7370,17 +7399,19 @@ } }, "node_modules/eslint-import-resolver-webpack": { - "version": "0.13.9", + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.13.10.tgz", + "integrity": "sha512-ciVTEg7sA56wRMR772PyjcBRmyBMLS46xgzQZqt6cWBEKc7cK65ZSSLCTLVRu2gGtKyXUb5stwf4xxLBfERLFA==", "dev": true, "license": "MIT", "dependencies": { "debug": "^3.2.7", "enhanced-resolve": "^0.9.1", "find-root": "^1.1.0", - "hasown": "^2.0.0", + "hasown": "^2.0.2", "interpret": "^1.4.0", - "is-core-module": "^2.13.1", - "is-regex": "^1.1.4", + "is-core-module": "^2.15.1", + "is-regex": "^1.2.0", "lodash": "^4.17.21", "resolve": "^2.0.0-next.5", "semver": "^5.7.2" @@ -8768,14 +8799,21 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.4", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.6.tgz", + "integrity": "sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==", "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "dunder-proto": "^1.0.0", + "es-define-property": "^1.0.1", "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -8964,10 +9002,12 @@ "license": "MIT" }, "node_modules/gopd": { - "version": "1.0.1", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.1.3" + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -9036,6 +9076,7 @@ }, "node_modules/has-proto": { "version": "1.0.3", + "dev": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -9045,7 +9086,9 @@ } }, "node_modules/has-symbols": { - "version": "1.0.3", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -9858,11 +9901,15 @@ "license": "MIT" }, "node_modules/is-regex": { - "version": "1.1.4", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -12072,10 +12119,6 @@ "version": "4.17.21", "license": "MIT" }, - "node_modules/lodash-es": { - "version": "4.17.21", - "license": "MIT" - }, "node_modules/lodash.clonedeep": { "version": "4.5.0", "dev": true, @@ -12188,6 +12231,15 @@ "outlayer": "^2.1.0" } }, + "node_modules/math-intrinsics": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.0.0.tgz", + "integrity": "sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/mathml-tag-names": { "version": "2.1.3", "dev": true, @@ -12613,7 +12665,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -13633,13 +13687,13 @@ } }, "node_modules/playwright": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz", - "integrity": "sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz", + "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.49.0" + "playwright-core": "1.49.1" }, "bin": { "playwright": "cli.js" @@ -13652,9 +13706,9 @@ } }, "node_modules/playwright-core": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz", - "integrity": "sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", + "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", "dev": true, "license": "Apache-2.0", "bin": { @@ -14771,25 +14825,23 @@ } }, "node_modules/react-redux": { - "version": "9.1.1", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz", + "integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==", "license": "MIT", "dependencies": { - "@types/use-sync-external-store": "^0.0.3", - "use-sync-external-store": "^1.0.0" + "@types/use-sync-external-store": "^0.0.6", + "use-sync-external-store": "^1.4.0" }, "peerDependencies": { - "@types/react": "^18.2.25", - "react": "^18.0", - "react-native": ">=0.69", + "@types/react": "^18.2.25 || ^19", + "react": "^18.0 || ^19", "redux": "^5.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, - "react-native": { - "optional": true - }, "redux": { "optional": true } @@ -15113,9 +15165,9 @@ } }, "node_modules/recharts": { - "version": "2.13.3", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.3.tgz", - "integrity": "sha512-YDZ9dOfK9t3ycwxgKbrnDlRC4BHdjlY73fet3a0C1+qGMjXVZe6+VXmpOIIhzkje5MMEL8AN4hLIe4AMskBzlA==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.0.tgz", + "integrity": "sha512-cIvMxDfpAmqAmVgc4yb7pgm/O1tmmkl/CjrvXuW+62/+7jj/iF9Ykm+hb/UJt42TREHMyd3gb+pkgoa2MxgDIw==", "license": "MIT", "dependencies": { "clsx": "^2.0.0", @@ -15131,8 +15183,8 @@ "node": ">=14" }, "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/recharts-scale": { @@ -15590,9 +15642,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.81.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.0.tgz", - "integrity": "sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "dev": true, "license": "MIT", "dependencies": { @@ -15928,15 +15980,17 @@ } }, "node_modules/set-function-length": { - "version": "1.2.1", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "license": "MIT", "dependencies": { - "define-data-property": "^1.1.2", + "define-data-property": "^1.1.4", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.3", + "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.1" + "has-property-descriptors": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -16081,27 +16135,30 @@ "license": "ISC" }, "node_modules/simplebar": { - "version": "6.2.7", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/simplebar/-/simplebar-6.3.0.tgz", + "integrity": "sha512-SQJfKSvUPJxlOhYCpswEn5ke5WQGsgDZNmpScWL+MKXgYpCDTq1bGiv6uWXwSHMYTkMco32fDUL35sVwCMmzCw==", "license": "MIT", "dependencies": { - "can-use-dom": "^0.1.0", - "simplebar-core": "^1.2.6" + "simplebar-core": "^1.3.0" } }, "node_modules/simplebar-core": { - "version": "1.2.6", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/simplebar-core/-/simplebar-core-1.3.0.tgz", + "integrity": "sha512-LpWl3w0caz0bl322E68qsrRPpIn+rWBGAaEJ0lUJA7Xpr2sw92AkIhg6VWj988IefLXYh50ILatfAnbNoCFrlA==", "license": "MIT", "dependencies": { - "@types/lodash-es": "^4.17.6", - "lodash": "^4.17.21", - "lodash-es": "^4.17.21" + "lodash": "^4.17.21" } }, "node_modules/simplebar-react": { - "version": "3.2.6", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/simplebar-react/-/simplebar-react-3.3.0.tgz", + "integrity": "sha512-sxzy+xRuU41He4tT4QLGYutchtOuye/xxVeq7xhyOiwMiHNK1ZpvbOTyy+7P0i7gfpXLGTJ8Bep8+4Mhdgtz/g==", "license": "MIT", "dependencies": { - "simplebar-core": "^1.2.6" + "simplebar-core": "^1.3.0" }, "peerDependencies": { "react": ">=16.8.0" @@ -17558,10 +17615,12 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.2.0", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz", + "integrity": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==", "license": "MIT", "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/util-deprecate": { @@ -17971,7 +18030,9 @@ "peer": true }, "node_modules/webpack-dev-server": { - "version": "5.1.0", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.0.tgz", + "integrity": "sha512-90SqqYXA2SK36KcT6o1bvwvZfJFcmoamqeJY7+boioffX9g9C0wjjJRGUrQIuh43pb0ttX7+ssavmj/WN2RHtA==", "dev": true, "license": "MIT", "dependencies": { @@ -17988,10 +18049,9 @@ "colorette": "^2.0.10", "compression": "^1.7.4", "connect-history-api-fallback": "^2.0.0", - "express": "^4.19.2", + "express": "^4.21.2", "graceful-fs": "^4.2.6", - "html-entities": "^2.4.0", - "http-proxy-middleware": "^2.0.3", + "http-proxy-middleware": "^2.0.7", "ipaddr.js": "^2.1.0", "launch-editor": "^2.6.1", "open": "^10.0.3", diff --git a/package.json b/package.json index 809d83d3ab..0d76d4107f 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@babel/plugin-transform-private-methods": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.49.1", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@webpack-cli/serve": "^2.0.5", "ajv": "^8.17.1", @@ -99,7 +99,7 @@ "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-standard": "^17.1.0", - "eslint-import-resolver-webpack": "^0.13.9", + "eslint-import-resolver-webpack": "^0.13.10", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -126,7 +126,7 @@ "react-test-renderer": "^18.3.1", "redux-mock-store": "^1.5.5", "run-script-os": "^1.1.6", - "sass": "^1.81.0", + "sass": "^1.83.0", "sass-loader": "^16.0.4", "shelljs": "^0.8.5", "showdown": "^2.1.0", @@ -140,7 +140,7 @@ "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", "webpack-dev-middleware": "^7.4.2", - "webpack-dev-server": "^5.1.0", + "webpack-dev-server": "^5.2.0", "xml-js": "^1.6.11", "xml2js": "^0.6.2", "yargs": "^17.7.2" @@ -193,20 +193,20 @@ "react-infinite-scroller": "^1.2.6", "react-joyride": "^2.9.3", "react-mobile-datepicker": "^4.0.2", - "react-redux": "^9.1.1", + "react-redux": "^9.2.0", "react-resizable": "^3.0.5", "react-swipe-to-delete-component": "1.0.5", "react-visibility-sensor": "^5.1.1", "reactstrap": "^9.2.3", - "recharts": "^2.13.3", + "recharts": "^2.15.0", "redux": "^5.0.1", "redux-location-state": "^2.8.2", "redux-logger": "^3.0.6", "redux-thunk": "^3.1.0", "regenerator-runtime": "^0.14.1", "rgbcolor": "^1.0.1", - "simplebar": "^6.2.7", - "simplebar-react": "^3.2.6", + "simplebar": "^6.3.0", + "simplebar-react": "^3.3.0", "stackblur": "^1.0.0", "supercluster": "^8.0.1", "tough-cookie": "^5.0.0", From 12f4440480c8e6d74a0ac2b25a0752f4547ee564 Mon Sep 17 00:00:00 2001 From: minniewong Date: Mon, 16 Dec 2024 11:30:22 -0500 Subject: [PATCH 4/7] WV-3399: Remove wrap PACE orbit and update outdated links (#5606) * Update OrbitTracks_PACE_Descending.json * update outdated links --- .../combined/MODIS_Combined_Value_Added_AOD.md | 2 +- .../omps/OMPS_Aerosol_Index_PyroCumuloNimbus.md | 2 +- .../VIIRS_NOAA20_DayNightBand_AtSensor_M15.md | 2 +- ...IRS_NOAA20_DayNightBand_At_Sensor_Radiance.md | 2 +- .../layers/viirs/snpp/VIIRS_Black_Marble.md | 2 +- .../layers/viirs/snpp/VIIRS_CityLights_2012.md | 2 +- .../layers/viirs/snpp/VIIRS_Night_Lights.md | 2 +- .../snpp/VIIRS_SNPP_DayNightBand_AtSensor_M15.md | 2 +- ...VIIRS_SNPP_DayNightBand_At_Sensor_Radiance.md | 2 +- .../viirs/snpp/VIIRS_SNPP_DayNightBand_ENCC.md | 2 +- .../stories/black_marble_night_lights/step005.md | 2 +- .../orbits/OrbitTracks_PACE_Descending.json | 1 - .../default/black_marble_night_lights.json | 4 ++-- .../wv.json/stories/default/flood-product.json | 4 ++-- .../wv.json/stories/default/geostationary.json | 4 ++-- .../wv.json/stories/default/hls_intro.json | 2 +- .../stories/default/surface_water_extent.json | 2 +- ...arsen_c_ice_shelf_iceberg_a68a_july_2017.json | 2 +- .../hurricane_dorian_september_2019.json | 2 +- .../stories/severe-storm/tc_idai_march_2019.json | 4 ++-- .../wildfire/australia_fires_2019_2020.json | 12 ++++-------- .../stories/wildfire/fires_overview_2019.json | 16 ++++------------ 22 files changed, 31 insertions(+), 44 deletions(-) diff --git a/config/default/common/config/metadata/layers/modis/combined/MODIS_Combined_Value_Added_AOD.md b/config/default/common/config/metadata/layers/modis/combined/MODIS_Combined_Value_Added_AOD.md index 0853bff5b7..e03f884383 100644 --- a/config/default/common/config/metadata/layers/modis/combined/MODIS_Combined_Value_Added_AOD.md +++ b/config/default/common/config/metadata/layers/modis/combined/MODIS_Combined_Value_Added_AOD.md @@ -6,4 +6,4 @@ This level 3 gridded product is designed for quantitative applications including The MODIS Combined Value-Added Aerosol Optical Depth layer is a near real-time layer and available as a combined Terra satellite and Aqua satellite layer (MCDAODHD). The sensor resolution is 0.5 degrees, imagery resolution is 2 km, and the temporal resolution is daily. -References: MCDAODHD NRT [doi:10.5067/MODIS/MCDAODHD.NRT.061](https://doi.org/10.5067/MODIS/MCDAODHD.NRT.061) [NASA Earthdata - NRT Value-Added MODIS AOD Product](https://earthdata.nasa.gov/learn/articles/nrt-value-added-modis-aerosol-optical-depth-product-available) +References: MCDAODHD NRT [doi:10.5067/MODIS/MCDAODHD.NRT.061](https://doi.org/10.5067/MODIS/MCDAODHD.NRT.061) [NASA Earthdata - NRT Value-Added MODIS AOD Product](https://earthdata.nasa.gov/news/nrt-value-added-modis-aerosol-optical-depth-product-available) diff --git a/config/default/common/config/metadata/layers/omps/OMPS_Aerosol_Index_PyroCumuloNimbus.md b/config/default/common/config/metadata/layers/omps/OMPS_Aerosol_Index_PyroCumuloNimbus.md index d9d9fde2d1..e5d1fcb6f8 100644 --- a/config/default/common/config/metadata/layers/omps/OMPS_Aerosol_Index_PyroCumuloNimbus.md +++ b/config/default/common/config/metadata/layers/omps/OMPS_Aerosol_Index_PyroCumuloNimbus.md @@ -2,4 +2,4 @@ The OMPS Aerosol Index (PyroCumuloNimbus) layer indicates the presence of ultrav The OMPS Aerosol Index (PyroCumuloNimbus) layer is a science parameter of the Ozone Mapping and Profiler Suite (OMPS)/ National Polar orbiting Partnership (NPP) (OMPS-NPP) L2 NM Aerosol Index swath orbital V2 (OMPS_NPP_NMMIEAI_L2) available from the OMPS Nadir-Mapper instrument on the Suomi National Polar orbiting Partnership (Suomi NPP) satellite. The aerosol index is derived from normalized radiances using 2 wavelength pairs at 340 and 378.5 nm. The sensor resolution is 50 km, imagery resolution is 2 km, and the temporal resolution is daily. -References: [NMMIEAI-L2-NRT](https://cmr.earthdata.nasa.gov/search/concepts/C1657477341-OMINRT.html); OMPS_NPP_NMMIEAI_L2 [doi:10.5067/40L92G8144IV](https://doi.org/10.5067/40L92G8144IV); [Earthdata - OMPS Product Provides a Better View of High-Aerosol Events](https://earthdata.nasa.gov/learn/articles/tools-and-technology-articles/lance-pyrocb-product) +References: [NMMIEAI-L2-NRT](https://cmr.earthdata.nasa.gov/search/concepts/C1657477341-OMINRT.html); OMPS_NPP_NMMIEAI_L2 [doi:10.5067/40L92G8144IV](https://doi.org/10.5067/40L92G8144IV); [Earthdata - OMPS Product Provides a Better View of High-Aerosol Events](https://earthdata.nasa.gov/news/feature-articles/new-omps-product-provides-better-view-high-aerosol-events) diff --git a/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_AtSensor_M15.md b/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_AtSensor_M15.md index 389e6182ff..c654acbd61 100644 --- a/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_AtSensor_M15.md +++ b/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_AtSensor_M15.md @@ -2,7 +2,7 @@ The Black Marble Nighttime Blue/Yellow Composite (Day/Night Band) is a false col The Black Marble Nighttime Blue/Yellow Composite (Day/Night Band) layer is available in near real-time from the Visible Infrared Imaging Radiometer Suite (VIIRS) aboard the joint NASA/NOAA NOAA-20 (JPSS-1) satellite. The sensor resolution is 750 m at nadir, imagery resolution is 500 m, and the temporal resolution is daily. -References: VJ146A1_NRT [doi:10.5067/VIIRS/VJ146A1_NRT.002](https://doi.org/10.5067/VIIRS/VJ146A1_NRT.002); [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). +References: VJ146A1_NRT [doi:10.5067/VIIRS/VJ146A1_NRT.002](https://doi.org/10.5067/VIIRS/VJ146A1_NRT.002); [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). Román, M. O., Z. Wang, Q. Sun, V. Kalb, S. D. Miller, A. Molthan, L. Schultz, J. Bell, E. C. Stokes, B. Pandey, K. C. Seto, D. Hall, T. Oda, R. E. Wolfe, G. Lin, N. Golpayegani, S. Devadiga, C. Davidson, S. Sarkar, C. Praderas, J. Schmaltz, R. Boller, J. Stevens, O. M. Ramos Gonzalez, E. Padilla, J. Alonso, Y. Detrés, R. Armstrong, I. Miranda, Y. Conte, N. Marrero, K. MacManus, T. Esch, and E. J. Masuoka. 2018. "NASA’s Black Marble nighttime lights product suite." Remote Sensing of Environment 210 113-143 [doi:10.1016/j.rse.2018.03.017](https://doi.org/10.1016/j.rse.2018.03.017) diff --git a/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_At_Sensor_Radiance.md b/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_At_Sensor_Radiance.md index 4bc4e1a169..3e31ddffe7 100644 --- a/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_At_Sensor_Radiance.md +++ b/config/default/common/config/metadata/layers/viirs/noaa20/VIIRS_NOAA20_DayNightBand_At_Sensor_Radiance.md @@ -5,7 +5,7 @@ The ultra-sensitivity of the VIIRS Day/Night Band enables scientists to capture The Black Marble Nighttime At Sensor Radiance (Day/Night Band) layer is available in near real-time from the Visible Infrared Imaging Radiometer Suite (VIIRS) aboard the joint NASA/NOAA NOAA-20 (JPSS-1) satellite. The sensor resolution is 750 m at nadir, imagery resolution is 500 m, and the temporal resolution is daily. -References: VJ146A1_NRT [doi:10.5067/VIIRS/VJ146A1_NRT.002](https://doi.org/10.5067/VIIRS/VJ146A1_NRT.002); [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). +References: VJ146A1_NRT [doi:10.5067/VIIRS/VJ146A1_NRT.002](https://doi.org/10.5067/VIIRS/VJ146A1_NRT.002); [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). Román, M. O., Z. Wang, Q. Sun, V. Kalb, S. D. Miller, A. Molthan, L. Schultz, J. Bell, E. C. Stokes, B. Pandey, K. C. Seto, D. Hall, T. Oda, R. E. Wolfe, G. Lin, N. Golpayegani, S. Devadiga, C. Davidson, S. Sarkar, C. Praderas, J. Schmaltz, R. Boller, J. Stevens, O. M. Ramos Gonzalez, E. Padilla, J. Alonso, Y. Detrés, R. Armstrong, I. Miranda, Y. Conte, N. Marrero, K. MacManus, T. Esch, and E. J. Masuoka. 2018. "NASA’s Black Marble nighttime lights product suite." Remote Sensing of Environment 210 113-143 [doi:10.1016/j.rse.2018.03.017](https://doi.org/10.1016/j.rse.2018.03.017) diff --git a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Black_Marble.md b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Black_Marble.md index 686b00dde7..395f91d3c8 100644 --- a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Black_Marble.md +++ b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Black_Marble.md @@ -2,4 +2,4 @@ The Black Marble layer is a nighttime view of the Earth, showing visible light e Currently, the Black Marble imagery is available only as a single snapshot in time for 2012 and 2016. The sensor resolution is 750 m and the image resolution is 500 m. The imagery can be visualized in Worldview/Global Imagery Browse Services (GIBS). -References: [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights); [NASA Earth Observatory: Night Light Maps Open Up New Applications](https://earthobservatory.nasa.gov/Features/NightLights); Lee, T., S. Miller, F. Turk, C. Schueler, R. Julian, S. Deyo, P. Dills, and S. Wang, 2006: The NPOESS VIIRS Day/Night Visible Sensor. Bull. Amer. Meteor. Soc., 87, 191–199, [doi: 10.1175/BAMS-87-2-191](https://journals.ametsoc.org/doi/abs/10.1175/BAMS-87-2-191); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/); Román, M. O. and Stokes, E. C. (2015), Holidays in lights: Tracking cultural patterns in demand for energy services. Earth's Future, 3: 182–205. [doi:10.1002/2014EF000285](https://doi.org/10.1002/2014EF000285) +References: [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights); [NASA Earth Observatory: Night Light Maps Open Up New Applications](https://earthobservatory.nasa.gov/Features/NightLights); Lee, T., S. Miller, F. Turk, C. Schueler, R. Julian, S. Deyo, P. Dills, and S. Wang, 2006: The NPOESS VIIRS Day/Night Visible Sensor. Bull. Amer. Meteor. Soc., 87, 191–199, [doi: 10.1175/BAMS-87-2-191](https://journals.ametsoc.org/doi/abs/10.1175/BAMS-87-2-191); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/); Román, M. O. and Stokes, E. C. (2015), Holidays in lights: Tracking cultural patterns in demand for energy services. Earth's Future, 3: 182–205. [doi:10.1002/2014EF000285](https://doi.org/10.1002/2014EF000285) diff --git a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_CityLights_2012.md b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_CityLights_2012.md index 9245b8ba3e..9754c815e2 100644 --- a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_CityLights_2012.md +++ b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_CityLights_2012.md @@ -2,4 +2,4 @@ The Earth at Night layer is a night time view of the Earth, showing visible ligh The Earth at Night imagery is available only as a single snapshot in time for 2012. The sensor resolution is 750 m and the image resolution is 500 m. The imagery can be visualized in Worldview/Global Imagery Browse Services (GIBS). The imagery can be downloaded from [NASA Earth Observatory/Visible Earth](https://visibleearth.nasa.gov/view.php?id=79765). -References: [Visible Earth - Night Lights 2012 - Flat Map](https://visibleearth.nasa.gov/view.php?id=79765); [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights) +References: [Visible Earth - Night Lights 2012 - Flat Map](https://visibleearth.nasa.gov/view.php?id=79765); [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights) diff --git a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Night_Lights.md b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Night_Lights.md index 157b2ac083..a326f02daa 100644 --- a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Night_Lights.md +++ b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_Night_Lights.md @@ -2,4 +2,4 @@ The Black Marble – Nighttime Lights only layer is a nighttime view of the Eart Currently, the Black Marble imagery is available only as a single snapshot in time for 2012 and 2016. The sensor resolution is 750 m and the image resolution is 500 m. The imagery can be visualized in Worldview/Global Imagery Browse Services (GIBS). -References: [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights); [NASA Earth Observatory: Night Light Maps Open Up New Applications](https://earthobservatory.nasa.gov/Features/NightLights) +References: [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights); [NASA Earth Observatory: Night Light Maps Open Up New Applications](https://earthobservatory.nasa.gov/Features/NightLights) diff --git a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_AtSensor_M15.md b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_AtSensor_M15.md index 1a50672fe0..9ab41a9e92 100644 --- a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_AtSensor_M15.md +++ b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_AtSensor_M15.md @@ -2,7 +2,7 @@ The Black Marble Nighttime Blue/Yellow Composite (Day/Night Band) is a false col The Black Marble Nighttime Blue/Yellow Composite (Day/Night Band) layer is available in near real-time from the Visible Infrared Imaging Radiometer Suite (VIIRS) aboard the joint NASA/NOAA Suomi National Polar orbiting Partnership (Suomi NPP) satellite. The sensor resolution is 750 m at nadir, imagery resolution is 500 m, and the temporal resolution is daily. -References: VNP46A1_NRT [doi:10.5067/VIIRS/VNP46A1_NRT.002](https://doi.org/10.5067/VIIRS/VNP46A1_NRT.002); [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). +References: VNP46A1_NRT [doi:10.5067/VIIRS/VNP46A1_NRT.002](https://doi.org/10.5067/VIIRS/VNP46A1_NRT.002); [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). Román, M. O., Z. Wang, Q. Sun, V. Kalb, S. D. Miller, A. Molthan, L. Schultz, J. Bell, E. C. Stokes, B. Pandey, K. C. Seto, D. Hall, T. Oda, R. E. Wolfe, G. Lin, N. Golpayegani, S. Devadiga, C. Davidson, S. Sarkar, C. Praderas, J. Schmaltz, R. Boller, J. Stevens, O. M. Ramos Gonzalez, E. Padilla, J. Alonso, Y. Detrés, R. Armstrong, I. Miranda, Y. Conte, N. Marrero, K. MacManus, T. Esch, and E. J. Masuoka. 2018. "NASA’s Black Marble nighttime lights product suite." Remote Sensing of Environment 210 113-143 [doi:10.1016/j.rse.2018.03.017](https://doi.org/10.1016/j.rse.2018.03.017) diff --git a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_At_Sensor_Radiance.md b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_At_Sensor_Radiance.md index 5dc03eeed1..ac6a73f5da 100644 --- a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_At_Sensor_Radiance.md +++ b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_At_Sensor_Radiance.md @@ -5,7 +5,7 @@ The ultra-sensitivity of the VIIRS Day/Night Band enables scientists to capture The Black Marble Nighttime At Sensor Radiance (Day/Night Band) layer is available in near real-time from the Visible Infrared Imaging Radiometer Suite (VIIRS) aboard the joint NASA/NOAA Suomi National Polar orbiting Partnership (Suomi NPP) satellite. The sensor resolution is 750 m at nadir, imagery resolution is 500 m, and the temporal resolution is daily. -References: VNP46A1_NRT [doi:10.5067/VIIRS/VNP46A1_NRT.002](https://doi.org/10.5067/VIIRS/VNP46A1_NRT.002); [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). +References: VNP46A1_NRT [doi:10.5067/VIIRS/VNP46A1_NRT.002](https://doi.org/10.5067/VIIRS/VNP46A1_NRT.002); [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights); [VNP46A1](https://blackmarble.gsfc.nasa.gov/VNP46A1.html); [Black Marble User Guide](https://viirsland.gsfc.nasa.gov/PDF/BlackMarbleUserGuide_v1.2_20220916.pdf); [Black Marble ATBD](https://viirsland.gsfc.nasa.gov/PDF/VIIRS_BlackMarble_ATBD_V1.1.pdf); [The Lights of London. NASA Earth Observatory](https://earthobservatory.nasa.gov/IOTD/view.php?id=78674); [Out of the Blue and Into the Black. NASA Earth Observatory](https://earthobservatory.nasa.gov/Features/IntotheBlack/). Román, M. O., Z. Wang, Q. Sun, V. Kalb, S. D. Miller, A. Molthan, L. Schultz, J. Bell, E. C. Stokes, B. Pandey, K. C. Seto, D. Hall, T. Oda, R. E. Wolfe, G. Lin, N. Golpayegani, S. Devadiga, C. Davidson, S. Sarkar, C. Praderas, J. Schmaltz, R. Boller, J. Stevens, O. M. Ramos Gonzalez, E. Padilla, J. Alonso, Y. Detrés, R. Armstrong, I. Miranda, Y. Conte, N. Marrero, K. MacManus, T. Esch, and E. J. Masuoka. 2018. "NASA’s Black Marble nighttime lights product suite." Remote Sensing of Environment 210 113-143 [doi:10.1016/j.rse.2018.03.017](https://doi.org/10.1016/j.rse.2018.03.017) diff --git a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_ENCC.md b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_ENCC.md index b74b543c2e..008c81ef49 100644 --- a/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_ENCC.md +++ b/config/default/common/config/metadata/layers/viirs/snpp/VIIRS_SNPP_DayNightBand_ENCC.md @@ -9,7 +9,7 @@ The Visible Infrared Imaging Radiometer Suite (VIIRS) Nighttime Imagery (Day/Nig The current ENCC Nighttime Imagery layer is available from the VIIRS instrument aboard the joint NASA/NOAA Suomi National Polar orbiting Partnership (Suomi NPP) satellite at a daily temporal resolution. The VIIRS Day/Night Band (DNB) sensor resolution is 750 m at nadir and the ENCC imagery layer’s gridded resolution is 15 arc-second (approximately 500 meters at the equator). -References: [Earthdata - Nighttime Lights](https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights) +References: [Earthdata - Nighttime Lights](https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights) Hillger, D., Seaman, C., Liang, C., Miller, S., Lindsey, D., & Kopp, T. (2014). Suomi NPP VIIRS imagery evaluation. Journal of Geophysical Research: Atmospheres, 119(11), 6440-6455, [doi:10.1002/2013JD021170](https://doi.org/10.1002/2013JD021170). diff --git a/config/default/common/config/metadata/stories/black_marble_night_lights/step005.md b/config/default/common/config/metadata/stories/black_marble_night_lights/step005.md index 395c7f0d29..f317009bea 100644 --- a/config/default/common/config/metadata/stories/black_marble_night_lights/step005.md +++ b/config/default/common/config/metadata/stories/black_marble_night_lights/step005.md @@ -1 +1 @@ -The Black Marble Nighttime Blue/Yellow Composite (Day/Night Band) layer is a false color composite using VIIRS at-sensor radiance combined with brightness temperature from the M15 band which complements the At Sensor Radiance layer. This false color scheme produces nighttime city lights in shades of yellow with infrared, nighttime cloud presence in shades of blue. During bright moonlight conditions, moonlight reflected from cloud tops and the land surface may also provide a yellow hue to those features. This image shows Tropical Storm Mindulle on 30 September 2021 nearing Japan. [Learn more about the Blue/Yellow composite](https://earthdata.nasa.gov/learn/articles/black-marble-blue-yellow-composite) \ No newline at end of file +The Black Marble Nighttime Blue/Yellow Composite (Day/Night Band) layer is a false color composite using VIIRS at-sensor radiance combined with brightness temperature from the M15 band which complements the At Sensor Radiance layer. This false color scheme produces nighttime city lights in shades of yellow with infrared, nighttime cloud presence in shades of blue. During bright moonlight conditions, moonlight reflected from cloud tops and the land surface may also provide a yellow hue to those features. This image shows Tropical Storm Mindulle on 30 September 2021 nearing Japan. [Learn more about the Blue/Yellow composite](https://earthdata.nasa.gov/news/feature-articles/new-black-marble-nighttime-blue-yellow-composite-product-makes-detecting) \ No newline at end of file diff --git a/config/default/common/config/wv.json/layers/reference/orbits/OrbitTracks_PACE_Descending.json b/config/default/common/config/wv.json/layers/reference/orbits/OrbitTracks_PACE_Descending.json index 543e8d04bb..cd0429a937 100644 --- a/config/default/common/config/wv.json/layers/reference/orbits/OrbitTracks_PACE_Descending.json +++ b/config/default/common/config/wv.json/layers/reference/orbits/OrbitTracks_PACE_Descending.json @@ -6,7 +6,6 @@ "group": "overlays", "type": "vector", "period": "daily", - "wrapadjacentdays": true, "layergroup": "Orbital Track", "track": "descending", "associatedLayers": ["OrbitTracks_PACE_Ascending"], diff --git a/config/default/common/config/wv.json/stories/default/black_marble_night_lights.json b/config/default/common/config/wv.json/stories/default/black_marble_night_lights.json index 95947c9f7f..39dbf85e49 100644 --- a/config/default/common/config/wv.json/stories/default/black_marble_night_lights.json +++ b/config/default/common/config/wv.json/stories/default/black_marble_night_lights.json @@ -14,11 +14,11 @@ }, { "title": "Earthdata - Nighttime Lights Backgrounder", - "link": "https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights" + "link": "https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights" }, { "title": "Earthdata - New Black Marble Nighttime Blue/Yellow Composite Product Makes Detecting Power Outages Easier", - "link": "https://earthdata.nasa.gov/learn/articles/black-marble-blue-yellow-composite" + "link": "https://earthdata.nasa.gov/news/feature-articles/new-black-marble-nighttime-blue-yellow-composite-product-makes-detecting" } ], "steps": [ diff --git a/config/default/common/config/wv.json/stories/default/flood-product.json b/config/default/common/config/wv.json/stories/default/flood-product.json index 73d1378ef2..ab6387e37d 100644 --- a/config/default/common/config/wv.json/stories/default/flood-product.json +++ b/config/default/common/config/wv.json/stories/default/flood-product.json @@ -10,11 +10,11 @@ "readMoreLinks": [ { "title": "Earthdata - MODIS NRT Global Flood Product", - "link": "https://earthdata.nasa.gov/learn/find-data/near-real-time/modis-nrt-global-flood-product" + "link": "https://www.earthdata.nasa.gov/data/instruments/modis/near-real-time-data/modis-nrt-flood-product" }, { "title": "Earthdata - Near Real-Time MODIS Global Flood Product Now Available from NASA’s LANCE", - "link": "https://earthdata.nasa.gov/learn/articles/lance-nrt-global-flood" + "link": "https://www.earthdata.nasa.gov/news/feature-articles/near-real-time-modis-global-flood-product-now-available-from-nasas-lance" } ], "steps": [ diff --git a/config/default/common/config/wv.json/stories/default/geostationary.json b/config/default/common/config/wv.json/stories/default/geostationary.json index ded0959e21..c685035e84 100644 --- a/config/default/common/config/wv.json/stories/default/geostationary.json +++ b/config/default/common/config/wv.json/stories/default/geostationary.json @@ -10,11 +10,11 @@ "readMoreLinks": [ { "title": "Now Available in NASA Worldview: Earth Every 10 Minutes", - "link": "https://earthdata.nasa.gov/learn/articles/geostationary-in-worldview" + "link": "https://www.earthdata.nasa.gov/news/feature-articles/now-available-nasa-worldview-earth-every-10-minutes" }, { "title": "NASA Worldview Adds GeoColor Imagery from the joint NASA/NOAA GOES-East and GOES-West Satellites", - "link": "https://earthdata.nasa.gov/learn/articles/goes-geocolor-worldview" + "link": "https://www.earthdata.nasa.gov/news/feature-articles/nasa-worldview-adds-geocolor-imagery-from-joint-nasa-noaa-goes-east-goes-west" } ], "steps": [ diff --git a/config/default/common/config/wv.json/stories/default/hls_intro.json b/config/default/common/config/wv.json/stories/default/hls_intro.json index 6b9d72bb90..ed899b8882 100644 --- a/config/default/common/config/wv.json/stories/default/hls_intro.json +++ b/config/default/common/config/wv.json/stories/default/hls_intro.json @@ -10,7 +10,7 @@ "readMoreLinks": [ { "title": "Harmonized Landsat Sentinel-2 (HLS)", - "link": "https://earthdata.nasa.gov/esds/harmonized-landsat-sentinel-2" + "link": "https://www.earthdata.nasa.gov/data/projects/hls" }, { "title": "HLSL30 v002 HLS Landsat Operational Land Imager Surface Reflectance and TOA Brightness Daily Global 30m", diff --git a/config/default/common/config/wv.json/stories/default/surface_water_extent.json b/config/default/common/config/wv.json/stories/default/surface_water_extent.json index ac07a70145..4fce0cfbbf 100644 --- a/config/default/common/config/wv.json/stories/default/surface_water_extent.json +++ b/config/default/common/config/wv.json/stories/default/surface_water_extent.json @@ -14,7 +14,7 @@ }, { "title": "OPERA - DSWx Product Suite", - "link": "https://www.jpl.nasa.gov/go/opera/products/dswx-product-suite" + "link": "https://jpl.nasa.gov/go/opera/products/dswx-product-suite" } ], "steps": [ diff --git a/config/default/common/config/wv.json/stories/iceberg/larsen_c_ice_shelf_iceberg_a68a_july_2017.json b/config/default/common/config/wv.json/stories/iceberg/larsen_c_ice_shelf_iceberg_a68a_july_2017.json index 4dd3d2f797..2ab871f369 100644 --- a/config/default/common/config/wv.json/stories/iceberg/larsen_c_ice_shelf_iceberg_a68a_july_2017.json +++ b/config/default/common/config/wv.json/stories/iceberg/larsen_c_ice_shelf_iceberg_a68a_july_2017.json @@ -10,7 +10,7 @@ "readMoreLinks": [ { "title": "Earthdata - Larsen C Ice Shelf Calving", - "link": "https://earthdata.nasa.gov/larsen-c-ice-shelf-calving" + "link": "https://earthdata.nasa.gov/news/worldview-image-archive/larsen-c-ice-shelf-calving" } ], "steps": [ diff --git a/config/default/common/config/wv.json/stories/severe-storm/hurricane_dorian_september_2019.json b/config/default/common/config/wv.json/stories/severe-storm/hurricane_dorian_september_2019.json index a345a80753..b0fa0e55de 100644 --- a/config/default/common/config/wv.json/stories/severe-storm/hurricane_dorian_september_2019.json +++ b/config/default/common/config/wv.json/stories/severe-storm/hurricane_dorian_september_2019.json @@ -14,7 +14,7 @@ }, { "title": "Now Available in NASA Worldview: Earth Every 10 Minutes (Earthdata)", - "link": "https://earthdata.nasa.gov/learn/articles/geostationary-in-worldview" + "link": "https://www.earthdata.nasa.gov/news/feature-articles/now-available-nasa-worldview-earth-every-10-minutes" } ], "steps": [ diff --git a/config/default/common/config/wv.json/stories/severe-storm/tc_idai_march_2019.json b/config/default/common/config/wv.json/stories/severe-storm/tc_idai_march_2019.json index f8942b947b..c23ca99f97 100644 --- a/config/default/common/config/wv.json/stories/severe-storm/tc_idai_march_2019.json +++ b/config/default/common/config/wv.json/stories/severe-storm/tc_idai_march_2019.json @@ -10,7 +10,7 @@ "readMoreLinks": [ { "title": "Earthdata - Tropical Cyclone Idai in the Mozambique Channel", - "link": "https://earthdata.nasa.gov/tropical-cyclone-idai-in-the-mozambique-channel" + "link": "https://earthdata.nasa.gov/news/worldview-image-archive/tropical-cyclone-idai-mozambique-channel" }, { "title": "Earth Observatory - Tropical Cyclone Idai Aims at Mozambique", @@ -26,7 +26,7 @@ }, { "title": "NASA Disaster Portal - Cyclone Idai 2019", - "link": "https://disasters.nasa.gov/cyclone-idai-2019" + "link": "https://disasters.nasa.gov/what-we-do/disasters/disasters-activations/cyclone-idai-2019" }, { "title": "Earth Observatory - Mozambique Braces for Tropical Cyclone Kenneth", diff --git a/config/default/common/config/wv.json/stories/wildfire/australia_fires_2019_2020.json b/config/default/common/config/wv.json/stories/wildfire/australia_fires_2019_2020.json index 296dcbf1ee..4faba8f08e 100644 --- a/config/default/common/config/wv.json/stories/wildfire/australia_fires_2019_2020.json +++ b/config/default/common/config/wv.json/stories/wildfire/australia_fires_2019_2020.json @@ -17,20 +17,16 @@ "link": "https://earthobservatory.nasa.gov/images/146110/fires-and-smoke-engulf-southeastern-australia" }, { - "title": "NASA Earthdata - Wildfires Data Pathfinder", - "link": "https://earthdata.nasa.gov/learn/pathfinders/wildfire-data-pathfinder" - }, - { - "title": "NASA Earthdata - Wildfires Toolkit", - "link": "https://earthdata.nasa.gov/learn/toolkits/wildfires" + "title": "NASA Earthdata - Wildfires", + "link": "https://www.earthdata.nasa.gov/topics/human-dimensions/wildfires" }, { "title": "NASA Earthdata - Fire Information for Resource Management System (FIRMS) - Download MODIS/VIIRS Fire Data", - "link": "https://earthdata.nasa.gov/earth-observation-data/near-real-time/firms" + "link": "https://www.earthdata.nasa.gov/data/tools/firms" }, { "title": "NASA Disasters Program - Australia Fires 2020", - "link": "https://disasters.nasa.gov/australia-fires-2020" + "link": "https://disasters.nasa.gov/what-we-do/disasters/disasters-activations/australia-fires-2020" } ], "steps": [ diff --git a/config/default/common/config/wv.json/stories/wildfire/fires_overview_2019.json b/config/default/common/config/wv.json/stories/wildfire/fires_overview_2019.json index eea8096875..e8c7980d20 100644 --- a/config/default/common/config/wv.json/stories/wildfire/fires_overview_2019.json +++ b/config/default/common/config/wv.json/stories/wildfire/fires_overview_2019.json @@ -9,24 +9,16 @@ "backgroundImageHover": "", "readMoreLinks": [ { - "title": "Earthdata - Wildfire Data Resources", - "link": "https://earthdata.nasa.gov/learn/wildfires-resource-page" - }, - { - "title": "Earthdata - Wildfires Data Pathfinder", - "link": "https://earthdata.nasa.gov/learn/pathfinders/wildfire-data-pathfinder" - }, - { - "title": "Earthdata - Wildfires Toolkit", - "link": "https://earthdata.nasa.gov/learn/toolkits/wildfires" + "title": "Earthdata - Wildfires", + "link": "https://www.earthdata.nasa.gov/topics/human-dimensions/wildfires" }, { "title": "Earthdata - Fire Information for Resource Management System (FIRMS)", - "link": "https://earthdata.nasa.gov/earth-observation-data/near-real-time/firms" + "link": "https://www.earthdata.nasa.gov/data/tools/firms" }, { "title": "Earthdata - Nighttime Lights", - "link": "https://earthdata.nasa.gov/learn/backgrounders/nighttime-lights" + "link": "https://www.earthdata.nasa.gov/topics/human-dimensions/nighttime-lights" } ], "steps": [ From fd7c60cc9fddf6f3c596796c0c28e0e599967cb8 Mon Sep 17 00:00:00 2001 From: christof-wittreich Date: Mon, 16 Dec 2024 15:51:53 -0500 Subject: [PATCH 5/7] Removed scrolling to top on update (#5605) --- web/js/components/tour/modal-tour-in-progress.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/js/components/tour/modal-tour-in-progress.js b/web/js/components/tour/modal-tour-in-progress.js index b5d90fc1ea..68e838048c 100644 --- a/web/js/components/tour/modal-tour-in-progress.js +++ b/web/js/components/tour/modal-tour-in-progress.js @@ -7,11 +7,6 @@ import { Close } from '@edsc/earthdata-react-icons/horizon-design-system/hds/ui' import Steps from './widget-steps'; class ModalInProgress extends React.Component { - componentDidUpdate() { - // eslint-disable-next-line react/no-string-refs - if (this.refs.stepContent) this.refs.stepContent.parentNode.scrollTop = 0; - } - render() { const { className, From ed6d104b5fed9bf2dcd5a9072752437e2c578baf Mon Sep 17 00:00:00 2001 From: christof-wittreich Date: Tue, 17 Dec 2024 09:53:33 -0500 Subject: [PATCH 6/7] v4.54.0 --- package-lock.json | 15 ++++++--------- package.json | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d210db07d3..dfe73e2f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "worldview", - "version": "4.53.0", + "version": "4.54.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "worldview", - "version": "4.53.0", + "version": "4.54.0", "hasInstallScript": true, "license": "NASA-1.3", "dependencies": { @@ -8371,13 +8371,10 @@ } }, "node_modules/fetch-mock/node_modules/path-to-regexp": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", - "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", - "license": "MIT", - "engines": { - "node": ">=16" - } + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", + "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==", + "license": "MIT" }, "node_modules/file-entry-cache": { "version": "6.0.1", diff --git a/package.json b/package.json index 0d76d4107f..a60485a1cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "worldview", - "version": "4.53.0", + "version": "4.54.0", "description": "Interactive interface for browsing full-resolution, global satellite imagery", "keywords": [ "NASA", From cd972e49ff5979f32a61a0141c459d736d6aceb2 Mon Sep 17 00:00:00 2001 From: christof-wittreich Date: Tue, 17 Dec 2024 10:00:26 -0500 Subject: [PATCH 7/7] Fixed package-lock --- package-lock.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfe73e2f92..62d33a7dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8371,10 +8371,13 @@ } }, "node_modules/fetch-mock/node_modules/path-to-regexp": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", - "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==", - "license": "MIT" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } }, "node_modules/file-entry-cache": { "version": "6.0.1",