From 88c19b23810cabb56e77def8ab3eada0439b9aac Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:45:35 +0300 Subject: [PATCH 1/9] NXT-745: Updated dependencies to fix vulnerabilities (#844) * Updated package dependencies * Updated package dependencies * Updated package dependencies --- package.json | 16 +- samples/event-logger/package.json | 14 +- samples/perf-scroller-native/package.json | 12 +- samples/perf-scroller-translate/package.json | 12 +- .../perf-virtualgridlist-native/package.json | 12 +- .../package.json | 12 +- .../package.json | 12 +- samples/perf-virtuallist-native/package.json | 12 +- .../perf-virtuallist-translate/package.json | 12 +- samples/qa-a11y/package.json | 14 +- samples/qa-drag-and-drop/package.json | 14 +- samples/qa-dropdown/package.json | 12 +- samples/qa-fonts/package.json | 12 +- samples/qa-i18n-async/package.json | 12 +- samples/qa-i18n/package.json | 14 +- samples/qa-scroller/package.json | 12 +- samples/qa-virtualgridlist/package.json | 14 +- .../package.json | 14 +- samples/qa-virtuallist/package.json | 14 +- samples/sampler/npm-shrinkwrap.json | 701 +++++++++--------- samples/sampler/package.json | 18 +- 21 files changed, 486 insertions(+), 479 deletions(-) diff --git a/package.json b/package.json index 2b58d085c..4c7605411 100644 --- a/package.json +++ b/package.json @@ -37,19 +37,19 @@ "extends": "enact-proxy/strict" }, "dependencies": { - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "classnames": "^2.5.1", "color-convert": "^2.0.1", "deep-freeze": "0.0.1", "eases": "^1.0.8", "invariant": "^2.2.4", "prop-types": "^15.8.1", - "ramda": "^0.30.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "ramda": "^0.31.3", + "react": "^19.1.1", + "react-dom": "^19.1.1", "warning": "^4.0.3", "ilib": "^14.21.1" }, @@ -57,7 +57,7 @@ "ilib": "^14.20.0 || ^14.20.0-webos1" }, "devDependencies": { - "@enact/docs-utils": "^0.4.13", + "@enact/docs-utils": "^0.4.14", "@enact/ui-test-utils": "^3.0.0", "eslint-config-enact-proxy": "^1.0.9" }, diff --git a/samples/event-logger/package.json b/samples/event-logger/package.json index 7bb86f0f2..f78f8a8f0 100644 --- a/samples/event-logger/package.json +++ b/samples/event-logger/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", - "@reduxjs/toolkit": "^2.8.2", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", + "@reduxjs/toolkit": "^2.9.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/perf-scroller-native/package.json b/samples/perf-scroller-native/package.json index 5a7965513..34be67076 100644 --- a/samples/perf-scroller-native/package.json +++ b/samples/perf-scroller-native/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "classnames": "^2.5.1", "ilib": "^14.21.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/perf-scroller-translate/package.json b/samples/perf-scroller-translate/package.json index 84c1e41ba..7ed819148 100644 --- a/samples/perf-scroller-translate/package.json +++ b/samples/perf-scroller-translate/package.json @@ -24,13 +24,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "classnames": "^2.5.1", "ilib": "^14.21.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/perf-virtualgridlist-native/package.json b/samples/perf-virtualgridlist-native/package.json index f436cb521..a6002c46d 100644 --- a/samples/perf-virtualgridlist-native/package.json +++ b/samples/perf-virtualgridlist-native/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/perf-virtualgridlist-translate/package.json b/samples/perf-virtualgridlist-translate/package.json index 424f62047..3bd29b47c 100644 --- a/samples/perf-virtualgridlist-translate/package.json +++ b/samples/perf-virtualgridlist-translate/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/perf-virtuallist-native-with-different-item-size/package.json b/samples/perf-virtuallist-native-with-different-item-size/package.json index ad07129dc..d5b4bccbd 100644 --- a/samples/perf-virtuallist-native-with-different-item-size/package.json +++ b/samples/perf-virtuallist-native-with-different-item-size/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/perf-virtuallist-native/package.json b/samples/perf-virtuallist-native/package.json index c0a7fb05b..141ec5408 100644 --- a/samples/perf-virtuallist-native/package.json +++ b/samples/perf-virtuallist-native/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/perf-virtuallist-translate/package.json b/samples/perf-virtuallist-translate/package.json index 097a121ce..aff3e2a00 100644 --- a/samples/perf-virtuallist-translate/package.json +++ b/samples/perf-virtuallist-translate/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-a11y/package.json b/samples/qa-a11y/package.json index 758452557..2143f0831 100644 --- a/samples/qa-a11y/package.json +++ b/samples/qa-a11y/package.json @@ -23,14 +23,14 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", - "@enact/webos": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", + "@enact/webos": "^5.3.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-drag-and-drop/package.json b/samples/qa-drag-and-drop/package.json index f93a76858..b8a201ae0 100644 --- a/samples/qa-drag-and-drop/package.json +++ b/samples/qa-drag-and-drop/package.json @@ -23,14 +23,14 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", - "@enact/webos": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", + "@enact/webos": "^5.3.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-dropdown/package.json b/samples/qa-dropdown/package.json index 0921f487a..f02d5a1c7 100644 --- a/samples/qa-dropdown/package.json +++ b/samples/qa-dropdown/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-fonts/package.json b/samples/qa-fonts/package.json index 5e37608fb..a066e8ac1 100644 --- a/samples/qa-fonts/package.json +++ b/samples/qa-fonts/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-i18n-async/package.json b/samples/qa-i18n-async/package.json index 9dde72881..638b8f824 100644 --- a/samples/qa-i18n-async/package.json +++ b/samples/qa-i18n-async/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-i18n/package.json b/samples/qa-i18n/package.json index 2cfd0fcba..b52da64fc 100644 --- a/samples/qa-i18n/package.json +++ b/samples/qa-i18n/package.json @@ -23,14 +23,14 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", - "@enact/webos": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", + "@enact/webos": "^5.3.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-scroller/package.json b/samples/qa-scroller/package.json index 51f936c9b..a32dc1281 100644 --- a/samples/qa-scroller/package.json +++ b/samples/qa-scroller/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0" + "react": "^19.1.1", + "react-dom": "^19.1.1" } } diff --git a/samples/qa-virtualgridlist/package.json b/samples/qa-virtualgridlist/package.json index ae5e1cda5..1ddc2cce3 100644 --- a/samples/qa-virtualgridlist/package.json +++ b/samples/qa-virtualgridlist/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", - "@reduxjs/toolkit": "^2.8.2", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", + "@reduxjs/toolkit": "^2.9.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/qa-virtualgridlistnative-preserve-focus/package.json b/samples/qa-virtualgridlistnative-preserve-focus/package.json index 92e59c760..6b0c05081 100644 --- a/samples/qa-virtualgridlistnative-preserve-focus/package.json +++ b/samples/qa-virtualgridlistnative-preserve-focus/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", - "@reduxjs/toolkit": "^2.8.2", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", + "@reduxjs/toolkit": "^2.9.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/qa-virtuallist/package.json b/samples/qa-virtuallist/package.json index a5efc945b..70b890ebf 100644 --- a/samples/qa-virtuallist/package.json +++ b/samples/qa-virtuallist/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", - "@reduxjs/toolkit": "^2.8.2", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", + "@reduxjs/toolkit": "^2.9.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/sampler/npm-shrinkwrap.json b/samples/sampler/npm-shrinkwrap.json index c79cffe8e..1b7da7ebb 100644 --- a/samples/sampler/npm-shrinkwrap.json +++ b/samples/sampler/npm-shrinkwrap.json @@ -10,19 +10,19 @@ "license": "Apache-2.0", "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", "@enact/storybook-utils": "^7.0.1", - "@enact/ui": "^5.2.0", - "@storybook/addon-docs": "^9.0.12", - "@storybook/react-webpack5": "^9.0.12", + "@enact/ui": "^5.3.0", + "@storybook/addon-docs": "^9.1.9", + "@storybook/react-webpack5": "^9.1.9", "dotenv": "^16.5.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "storybook": "^9.0.12" + "react": "^19.1.1", + "react-dom": "^19.1.1", + "storybook": "^9.1.9" } }, "../..": { @@ -30,10 +30,10 @@ "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", - "@enact/ui": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", + "@enact/ui": "^5.3.0", "classnames": "^2.5.1", "color-convert": "^2.0.1", "deep-freeze": "0.0.1", @@ -42,12 +42,12 @@ "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.30.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", "warning": "^4.0.3" }, "devDependencies": { - "@enact/docs-utils": "^0.4.13", + "@enact/docs-utils": "^0.4.14", "@enact/ui-test-utils": "^3.0.0", "eslint-config-enact-proxy": "^1.0.9" }, @@ -56,24 +56,11 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.3.tgz", - "integrity": "sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", + "integrity": "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==", "license": "MIT" }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "license": "Apache-2.0", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@babel/code-frame": { "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", @@ -89,30 +76,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz", - "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz", + "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz", - "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz", + "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==", "license": "MIT", "dependencies": { - "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.3", "@babel/helper-compilation-targets": "^7.27.2", - "@babel/helper-module-transforms": "^7.27.3", - "@babel/helpers": "^7.27.6", - "@babel/parser": "^7.28.0", + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helpers": "^7.28.4", + "@babel/parser": "^7.28.4", "@babel/template": "^7.27.2", - "@babel/traverse": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/traverse": "^7.28.4", + "@babel/types": "^7.28.4", + "@jridgewell/remapping": "^2.3.5", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -137,13 +124,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz", - "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz", + "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", "license": "MIT", "dependencies": { - "@babel/parser": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/parser": "^7.28.3", + "@babel/types": "^7.28.2", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" @@ -200,14 +187,14 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.27.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", - "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", + "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.3" + "@babel/traverse": "^7.28.3" }, "engines": { "node": ">=6.9.0" @@ -244,25 +231,25 @@ } }, "node_modules/@babel/helpers": { - "version": "7.28.2", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.2.tgz", - "integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", + "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", "license": "MIT", "dependencies": { "@babel/template": "^7.27.2", - "@babel/types": "^7.28.2" + "@babel/types": "^7.28.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", - "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz", + "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", "license": "MIT", "dependencies": { - "@babel/types": "^7.28.0" + "@babel/types": "^7.28.4" }, "bin": { "parser": "bin/babel-parser.js" @@ -272,9 +259,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz", - "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "license": "MIT", "peer": true, "engines": { @@ -296,17 +283,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz", - "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz", + "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.3", "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.28.0", + "@babel/parser": "^7.28.4", "@babel/template": "^7.27.2", - "@babel/types": "^7.28.0", + "@babel/types": "^7.28.4", "debug": "^4.3.1" }, "engines": { @@ -314,9 +301,9 @@ } }, "node_modules/@babel/types": { - "version": "7.28.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz", - "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", + "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", @@ -331,45 +318,45 @@ "link": true }, "node_modules/@enact/core": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@enact/core/-/core-5.2.0.tgz", - "integrity": "sha512-60Tvro+r3NIbVBajwZ0yXxsIbMIwtlwOGVimslZJW8mXpohGDUrDXSDeqHqnD7PTDp4L1ztz7CgzLUAvaYWeUg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@enact/core/-/core-5.3.0.tgz", + "integrity": "sha512-Epmngit6WTUv9aFO32IroebE4d7zkbOF8gfmYRAu69s5iBXJfx3TunYnQKNuYRc8E9UrLPEPbnPEuR3wuQBwpw==", "license": "Apache-2.0", "dependencies": { "classnames": "^2.5.1", "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "react-is": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "react-is": "^19.1.1", "warning": "^4.0.3" } }, "node_modules/@enact/i18n": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@enact/i18n/-/i18n-5.2.0.tgz", - "integrity": "sha512-DsCAadfGjI5TTo3vimZ0BoctOzKTMk5D29qkRBXz2JSt4yRe4zJWZHJ32SnkjMd6g0tKIVGAlfOMKXGui1c0HQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@enact/i18n/-/i18n-5.3.0.tgz", + "integrity": "sha512-PQNT0U92v5IeOkexd6Tet1GtauQprDGN8PZnvbWKEZpR/DKZZUHqO7yf9+2/Ux+J4Oi32bOcx3Afwbz4J73AYg==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.2.0", + "@enact/core": "^5.3.0", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", "xhr": "^2.6.0" }, "peerDependencies": { - "ilib": "^14.20.0 || ^14.20.0-webos1" + "ilib": "^14.21.0 || ^14.21.0-webos1" } }, "node_modules/@enact/spotlight": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@enact/spotlight/-/spotlight-5.2.0.tgz", - "integrity": "sha512-RwfAmw9BZkS+IngtrNVSVGzRr8xHXoSlaui2EDYRawJSSFaj70odm1uq3UJWCBQBajToWez/i/5LSRDDko/pMw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@enact/spotlight/-/spotlight-5.3.0.tgz", + "integrity": "sha512-BOQptI8aQ2FEd0zWBbPb3aXm+QSrtDSWd7rikomADEljLj4T0ukaJcGAGJgk5rJgEte7dyNpXmYyiiuvS+pbTQ==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.2.0", + "@enact/core": "^5.3.0", "classnames": "^2.5.1", "prop-types": "^15.8.1", "ramda": "^0.31.3", @@ -32551,28 +32538,28 @@ } }, "node_modules/@enact/ui": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@enact/ui/-/ui-5.2.0.tgz", - "integrity": "sha512-felQNrua16/OJ2wGsRjhgT11vKNNawKvNt3ytGTdOp+lxoz9ALJIfq+yDi6ty3tl4zdATF1b9FimH9MHFrtLlg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@enact/ui/-/ui-5.3.0.tgz", + "integrity": "sha512-bKyYa3kcnvHuqNTCSVv9kG1uB6PGx951ur+mF0r4UJEvi8BkQRzXlC8SubjR+sNoxhB3BjnJ17NnqoSbL4Mzhw==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", "classnames": "^2.5.1", "ilib": "^14.21.1", "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "react-is": "^19.1.0", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "react-is": "^19.1.1", "warning": "^4.0.3" } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.8.tgz", - "integrity": "sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz", + "integrity": "sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==", "cpu": [ "ppc64" ], @@ -32586,9 +32573,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.8.tgz", - "integrity": "sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.10.tgz", + "integrity": "sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==", "cpu": [ "arm" ], @@ -32602,9 +32589,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.8.tgz", - "integrity": "sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz", + "integrity": "sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==", "cpu": [ "arm64" ], @@ -32618,9 +32605,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.8.tgz", - "integrity": "sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.10.tgz", + "integrity": "sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==", "cpu": [ "x64" ], @@ -32634,9 +32621,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.8.tgz", - "integrity": "sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz", + "integrity": "sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==", "cpu": [ "arm64" ], @@ -32650,9 +32637,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.8.tgz", - "integrity": "sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz", + "integrity": "sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==", "cpu": [ "x64" ], @@ -32666,9 +32653,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.8.tgz", - "integrity": "sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz", + "integrity": "sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==", "cpu": [ "arm64" ], @@ -32682,9 +32669,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.8.tgz", - "integrity": "sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz", + "integrity": "sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==", "cpu": [ "x64" ], @@ -32698,9 +32685,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.8.tgz", - "integrity": "sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz", + "integrity": "sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==", "cpu": [ "arm" ], @@ -32714,9 +32701,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.8.tgz", - "integrity": "sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz", + "integrity": "sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==", "cpu": [ "arm64" ], @@ -32730,9 +32717,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.8.tgz", - "integrity": "sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz", + "integrity": "sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==", "cpu": [ "ia32" ], @@ -32746,9 +32733,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.8.tgz", - "integrity": "sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz", + "integrity": "sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==", "cpu": [ "loong64" ], @@ -32762,9 +32749,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.8.tgz", - "integrity": "sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz", + "integrity": "sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==", "cpu": [ "mips64el" ], @@ -32778,9 +32765,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.8.tgz", - "integrity": "sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz", + "integrity": "sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==", "cpu": [ "ppc64" ], @@ -32794,9 +32781,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.8.tgz", - "integrity": "sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz", + "integrity": "sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==", "cpu": [ "riscv64" ], @@ -32810,9 +32797,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.8.tgz", - "integrity": "sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz", + "integrity": "sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==", "cpu": [ "s390x" ], @@ -32826,9 +32813,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.8.tgz", - "integrity": "sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz", + "integrity": "sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==", "cpu": [ "x64" ], @@ -32842,9 +32829,9 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.8.tgz", - "integrity": "sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz", + "integrity": "sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==", "cpu": [ "arm64" ], @@ -32858,9 +32845,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.8.tgz", - "integrity": "sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz", + "integrity": "sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==", "cpu": [ "x64" ], @@ -32874,9 +32861,9 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.8.tgz", - "integrity": "sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz", + "integrity": "sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==", "cpu": [ "arm64" ], @@ -32890,9 +32877,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.8.tgz", - "integrity": "sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz", + "integrity": "sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==", "cpu": [ "x64" ], @@ -32906,9 +32893,9 @@ } }, "node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.8.tgz", - "integrity": "sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz", + "integrity": "sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==", "cpu": [ "arm64" ], @@ -32922,9 +32909,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.8.tgz", - "integrity": "sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz", + "integrity": "sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==", "cpu": [ "x64" ], @@ -32938,9 +32925,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.8.tgz", - "integrity": "sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz", + "integrity": "sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==", "cpu": [ "arm64" ], @@ -32954,9 +32941,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.8.tgz", - "integrity": "sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz", + "integrity": "sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==", "cpu": [ "ia32" ], @@ -32970,9 +32957,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz", - "integrity": "sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz", + "integrity": "sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==", "cpu": [ "x64" ], @@ -32986,15 +32973,25 @@ } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", - "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", @@ -33005,9 +33002,9 @@ } }, "node_modules/@jridgewell/source-map": { - "version": "0.3.10", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz", - "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==", + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", + "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -33015,15 +33012,15 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", - "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.29", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", - "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -33031,9 +33028,9 @@ } }, "node_modules/@mdx-js/react": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz", - "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.1.tgz", + "integrity": "sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==", "license": "MIT", "dependencies": { "@types/mdx": "^2.0.0" @@ -33048,15 +33045,15 @@ } }, "node_modules/@storybook/addon-docs": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-9.1.1.tgz", - "integrity": "sha512-CzgvTy3V5X4fe+VPkiZVwPKARlpEBDAKte8ajLAlHJQLFpADdYrBRQ0se6I+kcxva7rZQzdhuH7qjXMDRVcfnw==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-9.1.9.tgz", + "integrity": "sha512-76OHwsYCC6u8Nu5IUQ3E580BVnto6u4UgQC66inf+ot0+LI9fFPieg7fmcnQtYoFwiAyya3/JEwhY2GuFk7eMg==", "license": "MIT", "dependencies": { "@mdx-js/react": "^3.0.0", - "@storybook/csf-plugin": "9.1.1", + "@storybook/csf-plugin": "9.1.9", "@storybook/icons": "^1.4.0", - "@storybook/react-dom-shim": "9.1.1", + "@storybook/react-dom-shim": "9.1.9", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "ts-dedent": "^2.0.0" @@ -33066,16 +33063,16 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.1" + "storybook": "^9.1.9" } }, "node_modules/@storybook/builder-webpack5": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-9.1.1.tgz", - "integrity": "sha512-4yAF0KHgwqtsiBcgu3FEmctmk3kYALry+YCxi8nLKxi5Qh0laiR7NBKnZ7PsQ5545rAAkGTRu7axYn7y4Dg6jg==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-9.1.9.tgz", + "integrity": "sha512-3SPljzFslg/mUfF/G/387vm0YwB1zhfueDRZNwo/Q4eWBlFEIuRKFltO2Qi4mNlvXhUJe6KRDRgZWZg3OMyPcw==", "license": "MIT", "dependencies": { - "@storybook/core-webpack": "9.1.1", + "@storybook/core-webpack": "9.1.9", "case-sensitive-paths-webpack-plugin": "^2.4.0", "cjs-module-lexer": "^1.2.3", "css-loader": "^6.7.1", @@ -33096,7 +33093,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.1" + "storybook": "^9.1.9" }, "peerDependenciesMeta": { "typescript": { @@ -33105,9 +33102,9 @@ } }, "node_modules/@storybook/core-webpack": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-9.1.1.tgz", - "integrity": "sha512-z/SFjtZWiKkW66NzKikIGGCnuB3otqL1Q/XrX3AcAAU3UoRXD2cykRC0LwRHF8byxoQe1ZMg5L7/pibMNKORDg==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-9.1.9.tgz", + "integrity": "sha512-sYWWGJr9FFiUoGRZtV9pUf2eTs3RuFvPtKs85IQYa+FbBS/1T6GKlzT7F488g747xEYtWH/SUYbPleBresskvw==", "license": "MIT", "dependencies": { "ts-dedent": "^2.0.0" @@ -33117,13 +33114,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.1" + "storybook": "^9.1.9" } }, "node_modules/@storybook/csf-plugin": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-9.1.1.tgz", - "integrity": "sha512-MwdtvzzFpkard06pCfDrgRXZiBfWAQICdKh7kzpv1L8SwewsRgUr5WZQuEAVfYdSvCFJbWnNN4KirzPhe5ENCg==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-9.1.9.tgz", + "integrity": "sha512-8tMZaGqer9PkPl7xRD/d97pgzl6Aw5/rWH+q8fAA09bvjLllKOlytj3vTckGJ4DlkKKXGvxoECG/n35AbJOYIA==", "license": "MIT", "dependencies": { "unplugin": "^1.3.1" @@ -33133,7 +33130,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.1" + "storybook": "^9.1.9" } }, "node_modules/@storybook/global": { @@ -33143,9 +33140,9 @@ "license": "MIT" }, "node_modules/@storybook/icons": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@storybook/icons/-/icons-1.4.0.tgz", - "integrity": "sha512-Td73IeJxOyalzvjQL+JXx72jlIYHgs+REaHiREOqfpo3A2AYYG71AUbcv+lg7mEDIweKVCxsMQ0UKo634c8XeA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@storybook/icons/-/icons-1.6.0.tgz", + "integrity": "sha512-hcFZIjW8yQz8O8//2WTIXylm5Xsgc+lW9ISLgUk1xGmptIJQRdlhVIXCpSyLrQaaRiyhQRaVg7l3BD9S216BHw==", "license": "MIT", "engines": { "node": ">=14.0.0" @@ -33156,12 +33153,12 @@ } }, "node_modules/@storybook/preset-react-webpack": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-9.1.1.tgz", - "integrity": "sha512-dfCiNubGUpVnMjtL+1benBcBAAoLlNxSw3yKz+TULl5fV6aLoiAqoazQPaRA9WwMTFlH+1iW7Q3PEBNEs9Mk5g==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-9.1.9.tgz", + "integrity": "sha512-b+z0KqMY23QJ1ZJaHV6ndQ2da8bVjQwR2BiuHSxXpnQZpf79Oo3djdKKC64U1BMJhIQKvZ4fSfXdwlcU2VL/KQ==", "license": "MIT", "dependencies": { - "@storybook/core-webpack": "9.1.1", + "@storybook/core-webpack": "9.1.9", "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0", "@types/semver": "^7.3.4", "find-up": "^7.0.0", @@ -33182,7 +33179,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.1" + "storybook": "^9.1.9" }, "peerDependenciesMeta": { "typescript": { @@ -33191,13 +33188,13 @@ } }, "node_modules/@storybook/react": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.1.tgz", - "integrity": "sha512-F5vRFxDf1fzM6CG88olrzEH03iP6C1YAr4/nr5bkLNs6TNm9Hh7KmRVG2jFtoy5w9uCwbQ9RdY+TrRbBI7n67g==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.9.tgz", + "integrity": "sha512-S06dZv8ebUmCrIP2GfIqD3g1F5LKBf0Lc1daSd2++2MI6i8zw8kZ8IAGg5bYrWb0nk56JHALCwXAzsGyRepEww==", "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", - "@storybook/react-dom-shim": "9.1.1" + "@storybook/react-dom-shim": "9.1.9" }, "engines": { "node": ">=20.0.0" @@ -33209,7 +33206,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.1", + "storybook": "^9.1.9", "typescript": ">= 4.9.x" }, "peerDependenciesMeta": { @@ -33238,9 +33235,9 @@ } }, "node_modules/@storybook/react-dom-shim": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.1.tgz", - "integrity": "sha512-L+HCOXvOP+PwKrVS8od9aF+F4hO7zA0Nt1vnpbg2LeAHCxYghrjFVtioe7gSlzrlYdozQrPLY98a4OkDB7KGrw==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.9.tgz", + "integrity": "sha512-RFaB+N63XXEEo8l5INlvWnqxDUH7UGZ++MOsFsVUqfn7lAzxfR9HcJTGN3WOyIDBoS0vD3+LfnplqFyQU/anuw==", "license": "MIT", "funding": { "type": "opencollective", @@ -33249,18 +33246,18 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.1" + "storybook": "^9.1.9" } }, "node_modules/@storybook/react-webpack5": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-9.1.1.tgz", - "integrity": "sha512-IunfvKQh48F1wW3MRxaF4UOvQB6qp25aHUazHYpJ90mfFB09RZKmqcX/JkJF+S7H8l4zrsuwpNLJuVSER9GHGw==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-9.1.9.tgz", + "integrity": "sha512-m30YGwhHi/SKEeyLX9YUiMqRgeu3/4VIupLAJFrMj67IqrARtOC0OwoIoZJKjwfDstzyfaZqP1c6PBdwNj4zhQ==", "license": "MIT", "dependencies": { - "@storybook/builder-webpack5": "9.1.1", - "@storybook/preset-react-webpack": "9.1.1", - "@storybook/react": "9.1.1" + "@storybook/builder-webpack5": "9.1.9", + "@storybook/preset-react-webpack": "9.1.9", + "@storybook/react": "9.1.9" }, "engines": { "node": ">=20.0.0" @@ -33272,7 +33269,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.1", + "storybook": "^9.1.9", "typescript": ">= 4.9.x" }, "peerDependenciesMeta": { @@ -33302,16 +33299,15 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz", - "integrity": "sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.0.tgz", + "integrity": "sha512-QHdxYMJ0YPGKYofMc6zYvo7LOViVhdc6nPg/OtM2cf9MQrwEcTxFCs7d/GJ5eSyPkHzOiBkc/KfLdFJBHzldtQ==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.21", "picocolors": "^1.1.1", "redent": "^3.0.0" }, @@ -33454,12 +33450,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz", - "integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==", + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", + "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", "license": "MIT", "dependencies": { - "undici-types": "~7.10.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/parse-json": { @@ -33469,9 +33465,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.9.tgz", - "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==", + "version": "19.1.16", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.16.tgz", + "integrity": "sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==", "license": "MIT", "peer": true, "dependencies": { @@ -33485,9 +33481,9 @@ "license": "MIT" }, "node_modules/@types/semver": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.0.tgz", - "integrity": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==", "license": "MIT" }, "node_modules/@vitest/expect": { @@ -33875,6 +33871,15 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "license": "MIT" }, + "node_modules/baseline-browser-mapping": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.9.tgz", + "integrity": "sha512-hY/u2lxLrbecMEWSB0IpGzGyDyeoMFQhCvZd2jGFSE5I17Fh01sYUBPCJtkWERw7zrac9+cIghxm/ytJa2X8iA==", + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.js" + } + }, "node_modules/better-opn": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz", @@ -33928,9 +33933,9 @@ } }, "node_modules/browserslist": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", - "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", + "version": "4.26.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.2.tgz", + "integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==", "funding": [ { "type": "opencollective", @@ -33947,9 +33952,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001726", - "electron-to-chromium": "^1.5.173", - "node-releases": "^2.0.19", + "baseline-browser-mapping": "^2.8.3", + "caniuse-lite": "^1.0.30001741", + "electron-to-chromium": "^1.5.218", + "node-releases": "^2.0.21", "update-browserslist-db": "^1.1.3" }, "bin": { @@ -33985,9 +33991,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001733", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001733.tgz", - "integrity": "sha512-e4QKw/O2Kavj2VQTKZWrwzkt3IxOmIlU6ajRb6LP64LHpBo1J67k2Hi4Vu/TgJWsNtynurfS0uK3MaUTCPfu5Q==", + "version": "1.0.30001746", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001746.tgz", + "integrity": "sha512-eA7Ys/DGw+pnkWWSE/id29f2IcPHVoE8wxtvE5JdvD2V28VTDPy1yEeo11Guz0sJ4ZeGRcm3uaTcAqK1LXaphA==", "funding": [ { "type": "opencollective", @@ -34014,9 +34020,9 @@ } }, "node_modules/chai": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.1.tgz", - "integrity": "sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz", + "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", "license": "MIT", "dependencies": { "assertion-error": "^2.0.1", @@ -34267,9 +34273,9 @@ "peer": true }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -34436,9 +34442,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.199", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.199.tgz", - "integrity": "sha512-3gl0S7zQd88kCAZRO/DnxtBKuhMO4h0EaQIN3YgZfV6+pW+5+bf2AdQeHNESCoaQqo/gjGVYEf2YM4O5HJQqpQ==", + "version": "1.5.227", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.227.tgz", + "integrity": "sha512-ITxuoPfJu3lsNWUi2lBM2PaBPYgH3uqmxut5vmBxgYvyI4AlJ6P3Cai1O76mOrkJCBzq0IxWg/NtqOrpu/0gKA==", "license": "ISC" }, "node_modules/endent": { @@ -34475,9 +34481,9 @@ } }, "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" @@ -34490,9 +34496,9 @@ "license": "MIT" }, "node_modules/esbuild": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.8.tgz", - "integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==", + "version": "0.25.10", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.10.tgz", + "integrity": "sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -34502,32 +34508,32 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.8", - "@esbuild/android-arm": "0.25.8", - "@esbuild/android-arm64": "0.25.8", - "@esbuild/android-x64": "0.25.8", - "@esbuild/darwin-arm64": "0.25.8", - "@esbuild/darwin-x64": "0.25.8", - "@esbuild/freebsd-arm64": "0.25.8", - "@esbuild/freebsd-x64": "0.25.8", - "@esbuild/linux-arm": "0.25.8", - "@esbuild/linux-arm64": "0.25.8", - "@esbuild/linux-ia32": "0.25.8", - "@esbuild/linux-loong64": "0.25.8", - "@esbuild/linux-mips64el": "0.25.8", - "@esbuild/linux-ppc64": "0.25.8", - "@esbuild/linux-riscv64": "0.25.8", - "@esbuild/linux-s390x": "0.25.8", - "@esbuild/linux-x64": "0.25.8", - "@esbuild/netbsd-arm64": "0.25.8", - "@esbuild/netbsd-x64": "0.25.8", - "@esbuild/openbsd-arm64": "0.25.8", - "@esbuild/openbsd-x64": "0.25.8", - "@esbuild/openharmony-arm64": "0.25.8", - "@esbuild/sunos-x64": "0.25.8", - "@esbuild/win32-arm64": "0.25.8", - "@esbuild/win32-ia32": "0.25.8", - "@esbuild/win32-x64": "0.25.8" + "@esbuild/aix-ppc64": "0.25.10", + "@esbuild/android-arm": "0.25.10", + "@esbuild/android-arm64": "0.25.10", + "@esbuild/android-x64": "0.25.10", + "@esbuild/darwin-arm64": "0.25.10", + "@esbuild/darwin-x64": "0.25.10", + "@esbuild/freebsd-arm64": "0.25.10", + "@esbuild/freebsd-x64": "0.25.10", + "@esbuild/linux-arm": "0.25.10", + "@esbuild/linux-arm64": "0.25.10", + "@esbuild/linux-ia32": "0.25.10", + "@esbuild/linux-loong64": "0.25.10", + "@esbuild/linux-mips64el": "0.25.10", + "@esbuild/linux-ppc64": "0.25.10", + "@esbuild/linux-riscv64": "0.25.10", + "@esbuild/linux-s390x": "0.25.10", + "@esbuild/linux-x64": "0.25.10", + "@esbuild/netbsd-arm64": "0.25.10", + "@esbuild/netbsd-x64": "0.25.10", + "@esbuild/openbsd-arm64": "0.25.10", + "@esbuild/openbsd-x64": "0.25.10", + "@esbuild/openharmony-arm64": "0.25.10", + "@esbuild/sunos-x64": "0.25.10", + "@esbuild/win32-arm64": "0.25.10", + "@esbuild/win32-ia32": "0.25.10", + "@esbuild/win32-x64": "0.25.10" } }, "node_modules/esbuild-register": { @@ -34653,9 +34659,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", - "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", "funding": [ { "type": "github", @@ -34943,9 +34949,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", - "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -35236,9 +35242,9 @@ } }, "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" @@ -35305,9 +35311,9 @@ } }, "node_modules/loupe": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.0.tgz", - "integrity": "sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", + "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", "license": "MIT" }, "node_modules/lower-case": { @@ -35339,12 +35345,12 @@ } }, "node_modules/magic-string": { - "version": "0.30.17", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", - "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", + "version": "0.30.19", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz", + "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==", "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0" + "@jridgewell/sourcemap-codec": "^1.5.5" } }, "node_modules/make-dir": { @@ -35508,9 +35514,9 @@ "license": "MIT" }, "node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz", + "integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==", "license": "MIT" }, "node_modules/normalize-path": { @@ -36297,9 +36303,9 @@ } }, "node_modules/storybook": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.1.tgz", - "integrity": "sha512-q6GaGZdVZh6rjOdGnc+4hGTu8ECyhyjQDw4EZNxKtQjDO8kqtuxbFm8l/IP2l+zLVJAatGWKkaX9Qcd7QZxz+Q==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.9.tgz", + "integrity": "sha512-KEazHA1iD2L8Fll+Kw9c/z0Pjv3Z+1GHYejmk+JlrIt+/mXDG2HVF7eelvk3tYCbuxqyuCL57pYhJUfkHwA6Fw==", "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", @@ -36379,13 +36385,10 @@ } }, "node_modules/strip-indent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", - "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.0.tgz", + "integrity": "sha512-OA95x+JPmL7kc7zCu+e+TeYxEiaIyndRx0OrBcK2QPPH09oAndr2ALvymxWA+Lx1PYYvFUm4O63pRkdJAaW96w==", "license": "MIT", - "dependencies": { - "min-indent": "^1.0.1" - }, "engines": { "node": ">=12" }, @@ -36434,22 +36437,26 @@ } }, "node_modules/tapable": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", - "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", + "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", "license": "MIT", "engines": { "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/terser": { - "version": "5.43.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", - "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==", + "version": "5.44.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz", + "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.14.0", + "acorn": "^8.15.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -36569,9 +36576,9 @@ } }, "node_modules/tinyspy": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.3.tgz", - "integrity": "sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz", + "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==", "license": "MIT", "engines": { "node": ">=14.0.0" @@ -36633,9 +36640,9 @@ } }, "node_modules/undici-types": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", - "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "license": "MIT" }, "node_modules/unicorn-magic": { @@ -36746,9 +36753,9 @@ } }, "node_modules/webpack": { - "version": "5.101.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.0.tgz", - "integrity": "sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==", + "version": "5.102.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.0.tgz", + "integrity": "sha512-hUtqAR3ZLVEYDEABdBioQCIqSoguHbFn1K7WlPPWSuXmx0031BD73PSE35jKyftdSh4YLDoQNgK4pqBt5Q82MA==", "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.7", @@ -36759,9 +36766,9 @@ "@webassemblyjs/wasm-parser": "^1.14.1", "acorn": "^8.15.0", "acorn-import-phases": "^1.0.3", - "browserslist": "^4.24.0", + "browserslist": "^4.24.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.2", + "enhanced-resolve": "^5.17.3", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -36772,9 +36779,9 @@ "mime-types": "^2.1.27", "neo-async": "^2.6.2", "schema-utils": "^4.3.2", - "tapable": "^2.1.1", + "tapable": "^2.2.3", "terser-webpack-plugin": "^5.3.11", - "watchpack": "^2.4.1", + "watchpack": "^2.4.4", "webpack-sources": "^3.3.3" }, "bin": { diff --git a/samples/sampler/package.json b/samples/sampler/package.json index 76446407a..2679a9863 100644 --- a/samples/sampler/package.json +++ b/samples/sampler/package.json @@ -21,18 +21,18 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.2.0", - "@enact/i18n": "^5.2.0", - "@enact/spotlight": "^5.2.0", + "@enact/core": "^5.3.0", + "@enact/i18n": "^5.3.0", + "@enact/spotlight": "^5.3.0", "@enact/storybook-utils": "^7.0.1", - "@enact/ui": "^5.2.0", - "@storybook/addon-docs": "^9.0.12", - "@storybook/react-webpack5": "^9.0.12", + "@enact/ui": "^5.3.0", + "@storybook/addon-docs": "^9.1.9", + "@storybook/react-webpack5": "^9.1.9", "dotenv": "^16.5.0", "ilib": "^14.21.1", "prop-types": "^15.8.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "storybook": "^9.0.12" + "react": "^19.1.1", + "react-dom": "^19.1.1", + "storybook": "^9.1.9" } } From a6e192381102812db713c9f7fbb3cdcd0ed20c8b Mon Sep 17 00:00:00 2001 From: Daniel Stoian <63335068+daniel-stoian-lgp@users.noreply.github.com> Date: Fri, 14 Nov 2025 08:46:55 +0200 Subject: [PATCH 2/9] NXT-550: Adapted screenshot and ui tests for Chrome 132 (#845) * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * adapted ui tests * eslint fix * update dependency tree * update dependency tree 2 * update dependency tree 3 --------- Co-authored-by: taeyoung.hong --- package.json | 7 +- samples/sampler/npm-shrinkwrap.json | 6065 +++++++---------- samples/sampler/package.json | 2 +- tests/ui/apps/ArcSlider/ArcSlider-View.js | 18 +- tests/ui/apps/ImageItem/ImageItem-View.js | 34 +- tests/ui/apps/Keypad/Keypad-View.js | 28 +- tests/ui/apps/RangePicker/RangePicker-View.js | 37 +- tests/ui/apps/Slider/Slider-View.js | 37 +- tests/ui/apps/TabGroup/TabGroup-View.js | 13 +- .../TemperatureControl-View.js | 18 +- .../VirtualGridList/VirtualGridList-View.js | 12 +- tests/ui/specs/ArcSlider/ArcSlider-specs.js | 5 +- tests/ui/specs/Checkbox/Checkbox-specs.js | 1 + .../specs/CheckboxItem/CheckboxItem-specs.js | 2 +- .../ui/specs/ColorPicker/ColorPicker-specs.js | 1 + tests/ui/specs/DatePicker/DatePicker-specs.js | 1 + tests/ui/specs/Drawer/Drawer-specs.js | 1 + tests/ui/specs/Dropdown/Dropdown-specs.js | 2 + .../InScroller/DropdownInScroller-specs.js | 3 + .../InScroller/DropdownInScrollerPage.js | 4 + tests/ui/specs/ImageItem/ImageItem-specs.js | 11 +- tests/ui/specs/Input/Input-specs.js | 1 + tests/ui/specs/Item/Item-specs.js | 1 + tests/ui/specs/Keypad/Keypad-specs.js | 3 + .../ui/specs/MediaPlayer/MediaPlayer-specs.js | 7 +- tests/ui/specs/Panel/Panel-specs.js | 8 +- tests/ui/specs/PopupMenu/PopupMenu-specs.js | 1 + .../ui/specs/RangePicker/RangePicker-specs.js | 11 +- .../Scroller/Scroller-nativeScroll-specs.js | 1 + .../Scroller-translateScroll-specs.js | 1 + tests/ui/specs/Scroller/ScrollerPage.js | 4 + .../ScrollerWithSpottable-specs.js | 1 + tests/ui/specs/Slider/Sliders-specs.js | 1 + tests/ui/specs/TabGroup/TabGroup-specs.js | 1 + .../VirtualGridList/VirtualGridList-specs.js | 1 + .../VirtualGridList/VirtualGridListPage.js | 4 + .../InPanels/VirtualListInPanels-specs.js | 2 +- .../VirtualList/VirtualList-specs.js | 1 + .../VirtualList/VirtualListPage.js | 3 + 39 files changed, 2819 insertions(+), 3535 deletions(-) diff --git a/package.json b/package.json index 4c7605411..3df1c0ac9 100644 --- a/package.json +++ b/package.json @@ -57,11 +57,12 @@ "ilib": "^14.20.0 || ^14.20.0-webos1" }, "devDependencies": { - "@enact/docs-utils": "^0.4.14", - "@enact/ui-test-utils": "^3.0.0", + "@enact/docs-utils": "^0.4.15", + "@enact/ui-test-utils": "^4.0.0", "eslint-config-enact-proxy": "^1.0.9" }, "overrides": { - "autolinker": "^4.0.0" + "autolinker": "^4.0.0", + "vue-template-compiler": "@vue/compiler-sfc@3.4.31" } } \ No newline at end of file diff --git a/samples/sampler/npm-shrinkwrap.json b/samples/sampler/npm-shrinkwrap.json index 1b7da7ebb..1de3d834e 100644 --- a/samples/sampler/npm-shrinkwrap.json +++ b/samples/sampler/npm-shrinkwrap.json @@ -13,7 +13,7 @@ "@enact/core": "^5.3.0", "@enact/i18n": "^5.3.0", "@enact/spotlight": "^5.3.0", - "@enact/storybook-utils": "^7.0.1", + "@enact/storybook-utils": "^7.0.2", "@enact/ui": "^5.3.0", "@storybook/addon-docs": "^9.1.9", "@storybook/react-webpack5": "^9.1.9", @@ -41,14 +41,14 @@ "ilib": "^14.21.1", "invariant": "^2.2.4", "prop-types": "^15.8.1", - "ramda": "^0.30.1", + "ramda": "^0.31.3", "react": "^19.1.1", "react-dom": "^19.1.1", "warning": "^4.0.3" }, "devDependencies": { - "@enact/docs-utils": "^0.4.14", - "@enact/ui-test-utils": "^3.0.0", + "@enact/docs-utils": "^0.4.15", + "@enact/ui-test-utils": "^4.0.0", "eslint-config-enact-proxy": "^1.0.9" }, "peerDependencies": { @@ -76,29 +76,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz", - "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", + "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz", - "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", + "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "license": "MIT", + "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.3", + "@babel/generator": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-module-transforms": "^7.28.3", "@babel/helpers": "^7.28.4", - "@babel/parser": "^7.28.4", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/traverse": "^7.28.4", - "@babel/types": "^7.28.4", + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5", "@jridgewell/remapping": "^2.3.5", "convert-source-map": "^2.0.0", "debug": "^4.1.0", @@ -124,13 +125,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.28.3", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz", - "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", + "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", "license": "MIT", "dependencies": { - "@babel/parser": "^7.28.3", - "@babel/types": "^7.28.2", + "@babel/parser": "^7.28.5", + "@babel/types": "^7.28.5", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" @@ -213,9 +214,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -244,12 +245,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz", - "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", + "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", "license": "MIT", "dependencies": { - "@babel/types": "^7.28.4" + "@babel/types": "^7.28.5" }, "bin": { "parser": "bin/babel-parser.js" @@ -263,7 +264,6 @@ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=6.9.0" } @@ -283,17 +283,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz", - "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", + "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.3", + "@babel/generator": "^7.28.5", "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.28.4", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/types": "^7.28.4", + "@babel/types": "^7.28.5", "debug": "^4.3.1" }, "engines": { @@ -301,13 +301,13 @@ } }, "node_modules/@babel/types": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", - "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", + "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1" + "@babel/helper-validator-identifier": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -318,9 +318,9 @@ "link": true }, "node_modules/@enact/core": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@enact/core/-/core-5.3.0.tgz", - "integrity": "sha512-Epmngit6WTUv9aFO32IroebE4d7zkbOF8gfmYRAu69s5iBXJfx3TunYnQKNuYRc8E9UrLPEPbnPEuR3wuQBwpw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@enact/core/-/core-5.3.2.tgz", + "integrity": "sha512-yKnF9/hBsDBlQ2Hw+DMqqp2DTdOLqdsXtvC38vlBTeF/jRkLiYOjgpmC5ShfYGcStW7bj+t75ARTprMR6MAXaw==", "license": "Apache-2.0", "dependencies": { "classnames": "^2.5.1", @@ -334,12 +334,12 @@ } }, "node_modules/@enact/i18n": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@enact/i18n/-/i18n-5.3.0.tgz", - "integrity": "sha512-PQNT0U92v5IeOkexd6Tet1GtauQprDGN8PZnvbWKEZpR/DKZZUHqO7yf9+2/Ux+J4Oi32bOcx3Afwbz4J73AYg==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@enact/i18n/-/i18n-5.3.2.tgz", + "integrity": "sha512-5H1qWHn2scTlH26nJuH98JF9D/yB1yacCGPvWo05nYfMRQPBHMxZX6wGWNRvFYxQ4aesa/xZ8ObQUBSAKHKPYA==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.3.0", + "@enact/core": "^5.3.2", "prop-types": "^15.8.1", "ramda": "^0.31.3", "react": "^19.1.1", @@ -351,12 +351,12 @@ } }, "node_modules/@enact/spotlight": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@enact/spotlight/-/spotlight-5.3.0.tgz", - "integrity": "sha512-BOQptI8aQ2FEd0zWBbPb3aXm+QSrtDSWd7rikomADEljLj4T0ukaJcGAGJgk5rJgEte7dyNpXmYyiiuvS+pbTQ==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@enact/spotlight/-/spotlight-5.3.2.tgz", + "integrity": "sha512-rJqZlJXIfqqCdAiCZLZ4QSdVtZalUX2iTYPP6rGLpHkJwv3pyn7VJ1X046y+r3yRreK9qMn8LtLVsuGbyquEDA==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.3.0", + "@enact/core": "^5.3.2", "classnames": "^2.5.1", "prop-types": "^15.8.1", "ramda": "^0.31.3", @@ -366,53 +366,40 @@ } }, "node_modules/@enact/storybook-utils": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@enact/storybook-utils/-/storybook-utils-7.0.1.tgz", - "integrity": "sha512-r+DNSzWc583VwhgAGJWgjlLckP5cCAFL8Bmvd8KQfnq/WHXKzJF71vjA1/DKfE+N2dLnuSYscMWLKZ/DAYMqpA==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@enact/storybook-utils/-/storybook-utils-7.0.2.tgz", + "integrity": "sha512-OWdP+6X4UpSHG6z7JWU5IYKRwfan+qDjLTzRhWzxe0RzUiDRxo+RbAWmKl2CAySCmGaIvY9tTv3zxoCCnl7s1A==", "hasShrinkwrap": true, "license": "Apache-2.0", "dependencies": { "@daltontan/postcss-import-json": "^1.1.1", - "@enact/dev-utils": "^7.0.1", - "babel-preset-enact": "^0.1.13", + "@enact/dev-utils": "^7.0.2", + "babel-preset-enact": "^0.1.14", "css-loader": "^7.1.2", - "less": "^4.3.0", + "less": "^4.4.1", "less-loader": "^12.3.0", - "mini-css-extract-plugin": "^2.9.2", + "mini-css-extract-plugin": "^2.9.4", "node-polyfill-webpack-plugin": "4.0.0", "postcss": "^8.5.6", "postcss-flexbugs-fixes": "^5.0.2", - "postcss-loader": "^8.1.1", + "postcss-loader": "^8.2.0", "postcss-normalize": "^13.0.1", - "postcss-preset-env": "^10.2.3", - "postcss-resolution-independence": "^1.1.8", - "sass": "^1.89.2", + "postcss-preset-env": "^10.4.0", + "postcss-resolution-independence": "^1.1.9", + "sass": "^1.93.2", "sass-loader": "^16.0.5", - "storybook": "^9.0.12" + "storybook": "^9.1.16" }, "engines": { "node": "^20.10.0 || >=22.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@adobe/css-tools": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.3.tgz", - "integrity": "sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", + "integrity": "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==", "license": "MIT" }, - "node_modules/@enact/storybook-utils/node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "license": "Apache-2.0", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@enact/storybook-utils/node_modules/@babel/code-frame": { "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", @@ -428,30 +415,31 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/compat-data": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz", - "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", + "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@babel/core": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz", - "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", + "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "license": "MIT", + "peer": true, "dependencies": { - "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", - "@babel/helper-module-transforms": "^7.27.3", - "@babel/helpers": "^7.27.6", - "@babel/parser": "^7.28.0", + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helpers": "^7.28.4", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/traverse": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5", + "@jridgewell/remapping": "^2.3.5", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -467,13 +455,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/generator": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz", - "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", + "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", "license": "MIT", "dependencies": { - "@babel/parser": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/parser": "^7.28.5", + "@babel/types": "^7.28.5", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" @@ -511,17 +499,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz", - "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz", + "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "@babel/helper-member-expression-to-functions": "^7.27.1", + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-member-expression-to-functions": "^7.28.5", "@babel/helper-optimise-call-expression": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", - "@babel/traverse": "^7.27.1", + "@babel/traverse": "^7.28.5", "semver": "^6.3.1" }, "engines": { @@ -532,13 +520,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz", - "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", + "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "regexpu-core": "^6.2.0", + "@babel/helper-annotate-as-pure": "^7.27.3", + "regexpu-core": "^6.3.1", "semver": "^6.3.1" }, "engines": { @@ -574,13 +562,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", - "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", + "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -600,14 +588,14 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/helper-module-transforms": { - "version": "7.27.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", - "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", + "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.3" + "@babel/traverse": "^7.28.3" }, "engines": { "node": ">=6.9.0" @@ -694,9 +682,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/helper-validator-identifier": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -712,39 +700,39 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/helper-wrap-function": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz", - "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz", + "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==", "license": "MIT", "dependencies": { - "@babel/template": "^7.27.1", - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.28.3", + "@babel/types": "^7.28.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@babel/helpers": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6.tgz", - "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", + "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", "license": "MIT", "dependencies": { "@babel/template": "^7.27.2", - "@babel/types": "^7.27.6" + "@babel/types": "^7.28.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@babel/parser": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", - "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", + "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", "license": "MIT", "dependencies": { - "@babel/types": "^7.28.0" + "@babel/types": "^7.28.5" }, "bin": { "parser": "bin/babel-parser.js" @@ -754,13 +742,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz", - "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", + "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -817,13 +805,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz", - "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz", + "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/traverse": "^7.28.3" }, "engines": { "node": ">=6.9.0" @@ -1044,9 +1032,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz", - "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz", + "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" @@ -1075,12 +1063,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz", - "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz", + "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-create-class-features-plugin": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { @@ -1091,9 +1079,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-classes": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz", - "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz", + "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==", "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", @@ -1101,7 +1089,7 @@ "@babel/helper-globals": "^7.28.0", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -1127,13 +1115,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-destructuring": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz", - "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", + "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -1221,9 +1209,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz", - "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz", + "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" @@ -1314,9 +1302,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz", - "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz", + "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" @@ -1376,15 +1364,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz", - "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz", + "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.27.1", + "@babel/helper-module-transforms": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -1471,16 +1459,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz", - "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz", + "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==", "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0", "@babel/plugin-transform-parameters": "^7.27.7", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -1521,9 +1509,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz", - "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz", + "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", @@ -1665,9 +1653,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-regenerator": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz", - "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz", + "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" @@ -1711,9 +1699,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-runtime": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz", - "integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz", + "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==", "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.27.1", @@ -1807,13 +1795,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/plugin-transform-typescript": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz", - "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz", + "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==", "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", - "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-create-class-features-plugin": "^7.28.5", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.27.1" @@ -1889,20 +1877,20 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/preset-env": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.0.tgz", - "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz", + "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.28.0", + "@babel/compat-data": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5", "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-import-assertions": "^7.27.1", "@babel/plugin-syntax-import-attributes": "^7.27.1", @@ -1911,42 +1899,42 @@ "@babel/plugin-transform-async-generator-functions": "^7.28.0", "@babel/plugin-transform-async-to-generator": "^7.27.1", "@babel/plugin-transform-block-scoped-functions": "^7.27.1", - "@babel/plugin-transform-block-scoping": "^7.28.0", + "@babel/plugin-transform-block-scoping": "^7.28.5", "@babel/plugin-transform-class-properties": "^7.27.1", - "@babel/plugin-transform-class-static-block": "^7.27.1", - "@babel/plugin-transform-classes": "^7.28.0", + "@babel/plugin-transform-class-static-block": "^7.28.3", + "@babel/plugin-transform-classes": "^7.28.4", "@babel/plugin-transform-computed-properties": "^7.27.1", - "@babel/plugin-transform-destructuring": "^7.28.0", + "@babel/plugin-transform-destructuring": "^7.28.5", "@babel/plugin-transform-dotall-regex": "^7.27.1", "@babel/plugin-transform-duplicate-keys": "^7.27.1", "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1", "@babel/plugin-transform-dynamic-import": "^7.27.1", "@babel/plugin-transform-explicit-resource-management": "^7.28.0", - "@babel/plugin-transform-exponentiation-operator": "^7.27.1", + "@babel/plugin-transform-exponentiation-operator": "^7.28.5", "@babel/plugin-transform-export-namespace-from": "^7.27.1", "@babel/plugin-transform-for-of": "^7.27.1", "@babel/plugin-transform-function-name": "^7.27.1", "@babel/plugin-transform-json-strings": "^7.27.1", "@babel/plugin-transform-literals": "^7.27.1", - "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", + "@babel/plugin-transform-logical-assignment-operators": "^7.28.5", "@babel/plugin-transform-member-expression-literals": "^7.27.1", "@babel/plugin-transform-modules-amd": "^7.27.1", "@babel/plugin-transform-modules-commonjs": "^7.27.1", - "@babel/plugin-transform-modules-systemjs": "^7.27.1", + "@babel/plugin-transform-modules-systemjs": "^7.28.5", "@babel/plugin-transform-modules-umd": "^7.27.1", "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1", "@babel/plugin-transform-new-target": "^7.27.1", "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-numeric-separator": "^7.27.1", - "@babel/plugin-transform-object-rest-spread": "^7.28.0", + "@babel/plugin-transform-object-rest-spread": "^7.28.4", "@babel/plugin-transform-object-super": "^7.27.1", "@babel/plugin-transform-optional-catch-binding": "^7.27.1", - "@babel/plugin-transform-optional-chaining": "^7.27.1", + "@babel/plugin-transform-optional-chaining": "^7.28.5", "@babel/plugin-transform-parameters": "^7.27.7", "@babel/plugin-transform-private-methods": "^7.27.1", "@babel/plugin-transform-private-property-in-object": "^7.27.1", "@babel/plugin-transform-property-literals": "^7.27.1", - "@babel/plugin-transform-regenerator": "^7.28.0", + "@babel/plugin-transform-regenerator": "^7.28.4", "@babel/plugin-transform-regexp-modifiers": "^7.27.1", "@babel/plugin-transform-reserved-words": "^7.27.1", "@babel/plugin-transform-shorthand-properties": "^7.27.1", @@ -1987,14 +1975,14 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/preset-react": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.27.1.tgz", - "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz", + "integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", - "@babel/plugin-transform-react-display-name": "^7.27.1", + "@babel/plugin-transform-react-display-name": "^7.28.0", "@babel/plugin-transform-react-jsx": "^7.27.1", "@babel/plugin-transform-react-jsx-development": "^7.27.1", "@babel/plugin-transform-react-pure-annotations": "^7.27.1" @@ -2007,16 +1995,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/preset-typescript": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz", - "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", + "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/plugin-transform-modules-commonjs": "^7.27.1", - "@babel/plugin-transform-typescript": "^7.27.1" + "@babel/plugin-transform-typescript": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -2026,9 +2014,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/runtime": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", - "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -2049,17 +2037,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/traverse": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz", - "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", + "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.5", "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.28.0", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/types": "^7.28.0", + "@babel/types": "^7.28.5", "debug": "^4.3.1" }, "engines": { @@ -2067,13 +2055,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@babel/types": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.1.tgz", - "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", + "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1" + "@babel/helper-validator-identifier": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -2103,9 +2091,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@csstools/color-helpers": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz", - "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz", + "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==", "funding": [ { "type": "github", @@ -2145,9 +2133,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@csstools/css-color-parser": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.10.tgz", - "integrity": "sha512-TiJ5Ajr6WRd1r8HSiwJvZBiJOqtH86aHpUjq5aEKWHiII2Qfjqd/HCWKPOW8EP4vcspXbHnXrwIDlu5savQipg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz", + "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==", "funding": [ { "type": "github", @@ -2160,7 +2148,7 @@ ], "license": "MIT", "dependencies": { - "@csstools/color-helpers": "^5.0.2", + "@csstools/color-helpers": "^5.1.0", "@csstools/css-calc": "^2.1.4" }, "engines": { @@ -2186,6 +2174,7 @@ } ], "license": "MIT", + "peer": true, "engines": { "node": ">=18" }, @@ -2208,6 +2197,7 @@ } ], "license": "MIT", + "peer": true, "engines": { "node": ">=18" } @@ -2241,65 +2231,10 @@ "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==", "license": "CC0-1.0" }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-cascade-layers": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz", - "integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/selector-specificity": "^5.0.0", - "postcss-selector-parser": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-color-function": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.10.tgz", - "integrity": "sha512-4dY0NBu7NVIpzxZRgh/Q/0GPSz/jLSw0i/u3LTUor0BkQcz/fNhN10mSWBDsL0p9nDb0Ky1PD6/dcGbhACuFTQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/css-color-parser": "^3.0.10", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", - "@csstools/utilities": "^2.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-color-mix-function": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.10.tgz", - "integrity": "sha512-P0lIbQW9I4ShE7uBgZRib/lMTf9XMjJkFl/d6w4EMNHu2qvQ6zljJGEcBkw/NsBtq/6q3WrmgxSS8kHtPMkK4Q==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-alpha-function": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz", + "integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==", "funding": [ { "type": "github", @@ -2312,10 +2247,10 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", + "@csstools/css-color-parser": "^3.1.0", "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/utilities": "^2.0.0" }, "engines": { @@ -2325,10 +2260,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-color-mix-variadic-function-arguments": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.0.tgz", - "integrity": "sha512-Z5WhouTyD74dPFPrVE7KydgNS9VvnjB8qcdes9ARpCOItb4jTnm7cHp4FhxCRUoyhabD0WVv43wbkJ4p8hLAlQ==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-cascade-layers": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz", + "integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==", "funding": [ { "type": "github", @@ -2341,11 +2276,8 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", - "@csstools/utilities": "^2.0.0" + "@csstools/selector-specificity": "^5.0.0", + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": ">=18" @@ -2354,10 +2286,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-content-alt-text": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.6.tgz", - "integrity": "sha512-eRjLbOjblXq+byyaedQRSrAejKGNAFued+LcbzT+LCL78fabxHkxYjBbxkroONxHHYu2qxhFK2dBStTLPG3jpQ==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-color-function": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.12.tgz", + "integrity": "sha512-yx3cljQKRaSBc2hfh8rMZFZzChaFgwmO2JfFgFr1vMcF3C/uyy5I4RFIBOIWGq1D+XbKCG789CGkG6zzkLpagA==", "funding": [ { "type": "github", @@ -2370,9 +2302,10 @@ ], "license": "MIT-0", "dependencies": { + "@csstools/css-color-parser": "^3.1.0", "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/utilities": "^2.0.0" }, "engines": { @@ -2382,90 +2315,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-exponential-functions": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.9.tgz", - "integrity": "sha512-abg2W/PI3HXwS/CZshSa79kNWNZHdJPMBXeZNyPQFbbj8sKO3jXxOt/wF7juJVjyDTc6JrvaUZYFcSBZBhaxjw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/css-calc": "^2.1.4", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-font-format-keywords": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz", - "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/utilities": "^2.0.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-gamut-mapping": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.10.tgz", - "integrity": "sha512-QDGqhJlvFnDlaPAfCYPsnwVA6ze+8hhrwevYWlnUeSjkkZfBpcCO42SaUD8jiLlq7niouyLgvup5lh+f1qessg==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/css-color-parser": "^3.0.10", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-gradients-interpolation-method": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.10.tgz", - "integrity": "sha512-HHPauB2k7Oits02tKFUeVFEU2ox/H3OQVrP3fSOKDxvloOikSal+3dzlyTZmYsb9FlY9p5EUpBtz0//XBmy+aw==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-color-function-display-p3-linear": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.1.tgz", + "integrity": "sha512-E5qusdzhlmO1TztYzDIi8XPdPoYOjoTY6HBYBCYSj+Gn4gQRBlvjgPQXzfzuPQqt8EhkC/SzPKObg4Mbn8/xMg==", "funding": [ { "type": "github", @@ -2478,10 +2331,10 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", + "@csstools/css-color-parser": "^3.1.0", "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/utilities": "^2.0.0" }, "engines": { @@ -2491,10 +2344,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-hwb-function": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.10.tgz", - "integrity": "sha512-nOKKfp14SWcdEQ++S9/4TgRKchooLZL0TUFdun3nI4KPwCjETmhjta1QT4ICQcGVWQTvrsgMM/aLB5We+kMHhQ==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-color-mix-function": { + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.12.tgz", + "integrity": "sha512-4STERZfCP5Jcs13P1U5pTvI9SkgLgfMUMhdXW8IlJWkzOOOqhZIjcNhWtNJZes2nkBDsIKJ0CJtFtuaZ00moag==", "funding": [ { "type": "github", @@ -2507,10 +2360,10 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", + "@csstools/css-color-parser": "^3.1.0", "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/utilities": "^2.0.0" }, "engines": { @@ -2520,10 +2373,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-ic-unit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.2.tgz", - "integrity": "sha512-lrK2jjyZwh7DbxaNnIUjkeDmU8Y6KyzRBk91ZkI5h8nb1ykEfZrtIVArdIjX4DHMIBGpdHrgP0n4qXDr7OHaKA==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-color-mix-variadic-function-arguments": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.2.tgz", + "integrity": "sha512-rM67Gp9lRAkTo+X31DUqMEq+iK+EFqsidfecmhrteErxJZb6tUoJBVQca1Vn1GpDql1s1rD1pKcuYzMsg7Z1KQ==", "funding": [ { "type": "github", @@ -2536,9 +2389,11 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^4.1.0", - "@csstools/utilities": "^2.0.0", - "postcss-value-parser": "^4.2.0" + "@csstools/css-color-parser": "^3.1.0", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" }, "engines": { "node": ">=18" @@ -2547,10 +2402,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-initial": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz", - "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-content-alt-text": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.8.tgz", + "integrity": "sha512-9SfEW9QCxEpTlNMnpSqFaHyzsiRpZ5J5+KqCu1u5/eEJAWsMhzT40qf0FIbeeglEvrGRMdDzAxMIz3wqoGSb+Q==", "funding": [ { "type": "github", @@ -2562,6 +2417,12 @@ } ], "license": "MIT-0", + "dependencies": { + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" + }, "engines": { "node": ">=18" }, @@ -2569,10 +2430,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-is-pseudo-class": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.3.tgz", - "integrity": "sha512-jS/TY4SpG4gszAtIg7Qnf3AS2pjcUM5SzxpApOrlndMeGhIbaTzWBzzP/IApXoNWEW7OhcjkRT48jnAUIFXhAQ==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-contrast-color-function": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.12.tgz", + "integrity": "sha512-YbwWckjK3qwKjeYz/CijgcS7WDUCtKTd8ShLztm3/i5dhh4NaqzsbYnhm4bjrpFpnLZ31jVcbK8YL77z3GBPzA==", "funding": [ { "type": "github", @@ -2585,8 +2446,11 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/selector-specificity": "^5.0.0", - "postcss-selector-parser": "^7.0.0" + "@csstools/css-color-parser": "^3.1.0", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" }, "engines": { "node": ">=18" @@ -2595,10 +2459,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-light-dark-function": { + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-exponential-functions": { "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.9.tgz", - "integrity": "sha512-1tCZH5bla0EAkFAI2r0H33CDnIBeLUaJh1p+hvvsylJ4svsv2wOmJjJn+OXwUZLXef37GYbRIVKX+X+g6m+3CQ==", + "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.9.tgz", + "integrity": "sha512-abg2W/PI3HXwS/CZshSa79kNWNZHdJPMBXeZNyPQFbbj8sKO3jXxOt/wF7juJVjyDTc6JrvaUZYFcSBZBhaxjw==", "funding": [ { "type": "github", @@ -2611,10 +2475,9 @@ ], "license": "MIT-0", "dependencies": { + "@csstools/css-calc": "^2.1.4", "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", - "@csstools/utilities": "^2.0.0" + "@csstools/css-tokenizer": "^3.0.4" }, "engines": { "node": ">=18" @@ -2623,10 +2486,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-float-and-clear": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz", - "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-font-format-keywords": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz", + "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==", "funding": [ { "type": "github", @@ -2638,6 +2501,10 @@ } ], "license": "MIT-0", + "dependencies": { + "@csstools/utilities": "^2.0.0", + "postcss-value-parser": "^4.2.0" + }, "engines": { "node": ">=18" }, @@ -2645,10 +2512,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-overflow": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz", - "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-gamut-mapping": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz", + "integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==", "funding": [ { "type": "github", @@ -2660,6 +2527,11 @@ } ], "license": "MIT-0", + "dependencies": { + "@csstools/css-color-parser": "^3.1.0", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4" + }, "engines": { "node": ">=18" }, @@ -2667,10 +2539,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-overscroll-behavior": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz", - "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-gradients-interpolation-method": { + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.12.tgz", + "integrity": "sha512-jugzjwkUY0wtNrZlFeyXzimUL3hN4xMvoPnIXxoZqxDvjZRiSh+itgHcVUWzJ2VwD/VAMEgCLvtaJHX+4Vj3Ow==", "funding": [ { "type": "github", @@ -2682,6 +2554,13 @@ } ], "license": "MIT-0", + "dependencies": { + "@csstools/css-color-parser": "^3.1.0", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" + }, "engines": { "node": ">=18" }, @@ -2689,10 +2568,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-resize": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz", - "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-hwb-function": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.12.tgz", + "integrity": "sha512-mL/+88Z53KrE4JdePYFJAQWFrcADEqsLprExCM04GDNgHIztwFzj0Mbhd/yxMBngq0NIlz58VVxjt5abNs1VhA==", "funding": [ { "type": "github", @@ -2705,7 +2584,11 @@ ], "license": "MIT-0", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@csstools/css-color-parser": "^3.1.0", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" }, "engines": { "node": ">=18" @@ -2714,10 +2597,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-viewport-units": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz", - "integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-ic-unit": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.4.tgz", + "integrity": "sha512-yQ4VmossuOAql65sCPppVO1yfb7hDscf4GseF0VCA/DTDaBc0Wtf8MTqVPfjGYlT5+2buokG0Gp7y0atYZpwjg==", "funding": [ { "type": "github", @@ -2730,8 +2613,9 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-tokenizer": "^3.0.4", - "@csstools/utilities": "^2.0.0" + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0", + "postcss-value-parser": "^4.2.0" }, "engines": { "node": ">=18" @@ -2740,10 +2624,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-media-minmax": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.9.tgz", - "integrity": "sha512-af9Qw3uS3JhYLnCbqtZ9crTvvkR+0Se+bBqSr7ykAnl9yKhk6895z9rf+2F4dClIDJWxgn0iZZ1PSdkhrbs2ig==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-initial": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz", + "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==", "funding": [ { "type": "github", @@ -2754,12 +2638,32 @@ "url": "https://opencollective.com/csstools" } ], - "license": "MIT", + "license": "MIT-0", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-is-pseudo-class": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.3.tgz", + "integrity": "sha512-jS/TY4SpG4gszAtIg7Qnf3AS2pjcUM5SzxpApOrlndMeGhIbaTzWBzzP/IApXoNWEW7OhcjkRT48jnAUIFXhAQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", "dependencies": { - "@csstools/css-calc": "^2.1.4", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4", - "@csstools/media-query-list-parser": "^4.0.3" + "@csstools/selector-specificity": "^5.0.0", + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": ">=18" @@ -2768,10 +2672,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.5.tgz", - "integrity": "sha512-zhAe31xaaXOY2Px8IYfoVTB3wglbJUVigGphFLj6exb7cjZRH9A6adyE22XfFK3P2PzwRk0VDeTJmaxpluyrDg==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-light-dark-function": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.11.tgz", + "integrity": "sha512-fNJcKXJdPM3Lyrbmgw2OBbaioU7yuKZtiXClf4sGdQttitijYlZMD5K7HrC/eF83VRWRrYq6OZ0Lx92leV2LFA==", "funding": [ { "type": "github", @@ -2786,7 +2690,8 @@ "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/media-query-list-parser": "^4.0.3" + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" }, "engines": { "node": ">=18" @@ -2795,10 +2700,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-nested-calc": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz", - "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-float-and-clear": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz", + "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==", "funding": [ { "type": "github", @@ -2810,10 +2715,6 @@ } ], "license": "MIT-0", - "dependencies": { - "@csstools/utilities": "^2.0.0", - "postcss-value-parser": "^4.2.0" - }, "engines": { "node": ">=18" }, @@ -2821,10 +2722,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-normalize-display-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz", - "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-overflow": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz", + "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==", "funding": [ { "type": "github", @@ -2836,9 +2737,28 @@ } ], "license": "MIT-0", - "dependencies": { - "postcss-value-parser": "^4.2.0" + "engines": { + "node": ">=18" }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-overscroll-behavior": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz", + "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", "engines": { "node": ">=18" }, @@ -2846,10 +2766,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-oklab-function": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.10.tgz", - "integrity": "sha512-ZzZUTDd0fgNdhv8UUjGCtObPD8LYxMH+MJsW9xlZaWTV8Ppr4PtxlHYNMmF4vVWGl0T6f8tyWAKjoI6vePSgAg==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-resize": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz", + "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==", "funding": [ { "type": "github", @@ -2862,11 +2782,7 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", - "@csstools/utilities": "^2.0.0" + "postcss-value-parser": "^4.2.0" }, "engines": { "node": ">=18" @@ -2875,10 +2791,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-progressive-custom-properties": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.1.0.tgz", - "integrity": "sha512-YrkI9dx8U4R8Sz2EJaoeD9fI7s7kmeEBfmO+UURNeL6lQI7VxF6sBE+rSqdCBn4onwqmxFdBU3lTwyYb/lCmxA==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-logical-viewport-units": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz", + "integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==", "funding": [ { "type": "github", @@ -2891,7 +2807,8 @@ ], "license": "MIT-0", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/utilities": "^2.0.0" }, "engines": { "node": ">=18" @@ -2900,10 +2817,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-random-function": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz", - "integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-media-minmax": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.9.tgz", + "integrity": "sha512-af9Qw3uS3JhYLnCbqtZ9crTvvkR+0Se+bBqSr7ykAnl9yKhk6895z9rf+2F4dClIDJWxgn0iZZ1PSdkhrbs2ig==", "funding": [ { "type": "github", @@ -2914,11 +2831,12 @@ "url": "https://opencollective.com/csstools" } ], - "license": "MIT-0", + "license": "MIT", "dependencies": { "@csstools/css-calc": "^2.1.4", "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4" + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/media-query-list-parser": "^4.0.3" }, "engines": { "node": ">=18" @@ -2927,10 +2845,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-relative-color-syntax": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.10.tgz", - "integrity": "sha512-8+0kQbQGg9yYG8hv0dtEpOMLwB9M+P7PhacgIzVzJpixxV4Eq9AUQtQw8adMmAJU1RBBmIlpmtmm3XTRd/T00g==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.5.tgz", + "integrity": "sha512-zhAe31xaaXOY2Px8IYfoVTB3wglbJUVigGphFLj6exb7cjZRH9A6adyE22XfFK3P2PzwRk0VDeTJmaxpluyrDg==", "funding": [ { "type": "github", @@ -2943,11 +2861,9 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", - "@csstools/utilities": "^2.0.0" + "@csstools/media-query-list-parser": "^4.0.3" }, "engines": { "node": ">=18" @@ -2956,10 +2872,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-scope-pseudo-class": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz", - "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-nested-calc": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz", + "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==", "funding": [ { "type": "github", @@ -2972,7 +2888,8 @@ ], "license": "MIT-0", "dependencies": { - "postcss-selector-parser": "^7.0.0" + "@csstools/utilities": "^2.0.0", + "postcss-value-parser": "^4.2.0" }, "engines": { "node": ">=18" @@ -2981,10 +2898,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-sign-functions": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.4.tgz", - "integrity": "sha512-P97h1XqRPcfcJndFdG95Gv/6ZzxUBBISem0IDqPZ7WMvc/wlO+yU0c5D/OCpZ5TJoTt63Ok3knGk64N+o6L2Pg==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-normalize-display-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz", + "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==", "funding": [ { "type": "github", @@ -2997,9 +2914,7 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-calc": "^2.1.4", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4" + "postcss-value-parser": "^4.2.0" }, "engines": { "node": ">=18" @@ -3008,10 +2923,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-stepped-value-functions": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.9.tgz", - "integrity": "sha512-h9btycWrsex4dNLeQfyU3y3w40LMQooJWFMm/SK9lrKguHDcFl4VMkncKKoXi2z5rM9YGWbUQABI8BT2UydIcA==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-oklab-function": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.12.tgz", + "integrity": "sha512-HhlSmnE1NKBhXsTnNGjxvhryKtO7tJd1w42DKOGFD6jSHtYOrsJTQDKPMwvOfrzUAk8t7GcpIfRyM7ssqHpFjg==", "funding": [ { "type": "github", @@ -3024,9 +2939,11 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-calc": "^2.1.4", + "@csstools/css-color-parser": "^3.1.0", "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4" + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" }, "engines": { "node": ">=18" @@ -3035,10 +2952,10 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-text-decoration-shorthand": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.2.tgz", - "integrity": "sha512-8XvCRrFNseBSAGxeaVTaNijAu+FzUvjwFXtcrynmazGb/9WUdsPCpBX+mHEHShVRq47Gy4peYAoxYs8ltUnmzA==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-progressive-custom-properties": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.1.tgz", + "integrity": "sha512-uPiiXf7IEKtUQXsxu6uWtOlRMXd2QWWy5fhxHDnPdXKCQckPP3E34ZgDoZ62r2iT+UOgWsSbM4NvHE5m3mAEdw==", "funding": [ { "type": "github", @@ -3051,7 +2968,6 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/color-helpers": "^5.0.2", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -3061,10 +2977,171 @@ "postcss": "^8.4" } }, - "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-trigonometric-functions": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz", - "integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==", + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-random-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz", + "integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "dependencies": { + "@csstools/css-calc": "^2.1.4", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-relative-color-syntax": { + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.12.tgz", + "integrity": "sha512-0RLIeONxu/mtxRtf3o41Lq2ghLimw0w9ByLWnnEVuy89exmEEq8bynveBxNW3nyHqLAFEeNtVEmC1QK9MZ8Huw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "dependencies": { + "@csstools/css-color-parser": "^3.1.0", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", + "@csstools/utilities": "^2.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-scope-pseudo-class": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz", + "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "dependencies": { + "postcss-selector-parser": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-sign-functions": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.4.tgz", + "integrity": "sha512-P97h1XqRPcfcJndFdG95Gv/6ZzxUBBISem0IDqPZ7WMvc/wlO+yU0c5D/OCpZ5TJoTt63Ok3knGk64N+o6L2Pg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "dependencies": { + "@csstools/css-calc": "^2.1.4", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-stepped-value-functions": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.9.tgz", + "integrity": "sha512-h9btycWrsex4dNLeQfyU3y3w40LMQooJWFMm/SK9lrKguHDcFl4VMkncKKoXi2z5rM9YGWbUQABI8BT2UydIcA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "dependencies": { + "@csstools/css-calc": "^2.1.4", + "@csstools/css-parser-algorithms": "^3.0.5", + "@csstools/css-tokenizer": "^3.0.4" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-text-decoration-shorthand": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz", + "integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "dependencies": { + "@csstools/color-helpers": "^5.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/@enact/storybook-utils/node_modules/@csstools/postcss-trigonometric-functions": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz", + "integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==", "funding": [ { "type": "github", @@ -3183,14 +3260,14 @@ "license": "ISC" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@enact/dev-utils/-/dev-utils-7.0.1.tgz", - "integrity": "sha512-REbOqf7pgoY9xuFmvkA3Jj9Ce9Jf3wUaxjEBI6e1UAYVyV8GfLxxAcEGkeJnab3lN6MhgwBQAi9IptdrVo9D7Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@enact/dev-utils/-/dev-utils-7.0.2.tgz", + "integrity": "sha512-GQthzH6sKFOVUd8MyHSWAmbgWNdj2EmIAAX8B2B2ZifAglr1muzrSmLUC3ATOiQUFcnYNJCgYK0CjqGcYruG7A==", "hasShrinkwrap": true, "license": "Apache-2.0", "dependencies": { - "browserslist": "^4.25.1", - "chalk": "^5.4.1", + "browserslist": "^4.26.2", + "chalk": "^5.6.2", "console.mute": "^0.3.0", "core-js": "3.22.8", "fast-glob": "^3.3.3", @@ -3201,7 +3278,7 @@ "loader-utils": "^3.3.1", "mock-require": "^3.0.3", "resolve": "^1.22.10", - "tapable": "^2.2.2", + "tapable": "^2.2.3", "webpack-bundle-analyzer": "^4.10.2", "webpack-sources": "^3.3.3" }, @@ -3231,9 +3308,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint-community/eslint-utils": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", - "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", "extraneous": true, "license": "MIT", "dependencies": { @@ -3263,9 +3340,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "extraneous": true, "license": "MIT", "engines": { @@ -3273,13 +3350,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint/config-array": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", - "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", "extraneous": true, "license": "Apache-2.0", "dependencies": { - "@eslint/object-schema": "^2.1.6", + "@eslint/object-schema": "^2.1.7", "debug": "^4.3.1", "minimatch": "^3.1.2" }, @@ -3288,19 +3365,22 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint/config-helpers": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", - "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", "extraneous": true, "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint/core": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", - "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", "extraneous": true, "license": "Apache-2.0", "dependencies": { @@ -3348,9 +3428,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint/js": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz", - "integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", "extraneous": true, "license": "MIT", "engines": { @@ -3361,9 +3441,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint/object-schema": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", - "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", "extraneous": true, "license": "Apache-2.0", "engines": { @@ -3371,13 +3451,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@eslint/plugin-kit": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz", - "integrity": "sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", "extraneous": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.15.1", + "@eslint/core": "^0.17.0", "levn": "^0.4.1" }, "engines": { @@ -3395,33 +3475,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@humanfs/node": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", - "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", "extraneous": true, "license": "Apache-2.0", "dependencies": { "@humanfs/core": "^0.19.1", - "@humanwhocodes/retry": "^0.3.0" + "@humanwhocodes/retry": "^0.4.0" }, "engines": { "node": ">=18.18.0" } }, - "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", - "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", - "extraneous": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -3451,12 +3517,11 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", - "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" @@ -3468,38 +3533,34 @@ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@jridgewell/source-map": { - "version": "0.3.10", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz", - "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==", + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", + "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", - "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.29", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", - "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -3541,9 +3602,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@pkgr/core": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz", - "integrity": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==", + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz", + "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==", "extraneous": true, "license": "MIT", "engines": { @@ -3572,7 +3633,6 @@ "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -3584,7 +3644,6 @@ "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@types/eslint": "*", "@types/estree": "*" @@ -3595,24 +3654,21 @@ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@types/html-minifier-terser": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@types/json5": { "version": "0.0.29", @@ -3622,14 +3678,13 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@types/node": { - "version": "24.0.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.14.tgz", - "integrity": "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==", + "version": "24.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", + "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.16.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/ast": { @@ -3638,7 +3693,6 @@ "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/helper-numbers": "1.13.2", "@webassemblyjs/helper-wasm-bytecode": "1.13.2" @@ -3649,24 +3703,21 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-api-error": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-buffer": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-numbers": { "version": "1.13.2", @@ -3674,7 +3725,6 @@ "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.13.2", "@webassemblyjs/helper-api-error": "1.13.2", @@ -3686,8 +3736,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.14.1", @@ -3695,7 +3744,6 @@ "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -3709,7 +3757,6 @@ "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } @@ -3720,7 +3767,6 @@ "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "@xtuc/long": "4.2.2" } @@ -3730,8 +3776,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/wasm-edit": { "version": "1.14.1", @@ -3739,7 +3784,6 @@ "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -3757,7 +3801,6 @@ "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-wasm-bytecode": "1.13.2", @@ -3772,7 +3815,6 @@ "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -3786,7 +3828,6 @@ "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-api-error": "1.13.2", @@ -3802,7 +3843,6 @@ "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" @@ -3813,22 +3853,21 @@ "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "license": "BSD-3-Clause", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "license": "Apache-2.0", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/acorn": { "version": "8.15.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -3842,7 +3881,6 @@ "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=10.13.0" }, @@ -3895,7 +3933,6 @@ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ajv": "^8.0.0" }, @@ -3914,7 +3951,6 @@ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -3931,8 +3967,7 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/ansi-regex": { "version": "5.0.1", @@ -3940,7 +3975,6 @@ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -4129,13 +4163,21 @@ "extraneous": true, "license": "MIT" }, + "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/baseline-browser-mapping": { + "version": "2.8.27", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.27.tgz", + "integrity": "sha512-2CXFpkjVnY2FT+B6GrSYxzYf65BJWEqz5tIRHCvNsZZ2F3CmsCB37h8SpYgKG7y9C4YAeTipIPWG7EmFmhAeXA==", + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.js" + } + }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/brace-expansion": { "version": "1.1.12", @@ -4161,9 +4203,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/browserslist": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", - "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", "funding": [ { "type": "opencollective", @@ -4179,11 +4221,13 @@ } ], "license": "MIT", + "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001726", - "electron-to-chromium": "^1.5.173", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.3" + "baseline-browser-mapping": "^2.8.25", + "caniuse-lite": "^1.0.30001754", + "electron-to-chromium": "^1.5.249", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.1.4" }, "bin": { "browserslist": "cli.js" @@ -4197,8 +4241,7 @@ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/call-bind": { "version": "1.0.8", @@ -4265,16 +4308,15 @@ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "pascal-case": "^3.1.2", "tslib": "^2.0.3" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/caniuse-lite": { - "version": "1.0.30001727", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", - "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", + "version": "1.0.30001754", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz", + "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==", "funding": [ { "type": "opencollective", @@ -4292,9 +4334,9 @@ "license": "CC-BY-4.0" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/chalk": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -4309,7 +4351,6 @@ "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.0" } @@ -4320,7 +4361,6 @@ "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "source-map": "~0.6.0" }, @@ -4354,7 +4394,6 @@ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 12" } @@ -4420,7 +4459,6 @@ "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.0.1", @@ -4438,7 +4476,6 @@ "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">= 6" }, @@ -4507,9 +4544,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "extraneous": true, "license": "MIT", "dependencies": { @@ -4586,7 +4623,6 @@ "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "utila": "~0.4" } @@ -4597,7 +4633,6 @@ "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -4618,8 +4653,7 @@ } ], "license": "BSD-2-Clause", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/domhandler": { "version": "4.3.1", @@ -4627,7 +4661,6 @@ "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "domelementtype": "^2.2.0" }, @@ -4644,7 +4677,6 @@ "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -4660,7 +4692,6 @@ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -4688,18 +4719,17 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/electron-to-chromium": { - "version": "1.5.187", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.187.tgz", - "integrity": "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==", + "version": "1.5.250", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.250.tgz", + "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==", "license": "ISC" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/enhanced-resolve": { - "version": "5.18.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", - "integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==", + "version": "5.18.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", + "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -4714,7 +4744,6 @@ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } @@ -4813,8 +4842,7 @@ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/es-object-atoms": { "version": "1.1.1", @@ -4898,25 +4926,24 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz", - "integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", + "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", "extraneous": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.0", - "@eslint/config-helpers": "^0.3.0", - "@eslint/core": "^0.15.0", + "@eslint/config-array": "^0.21.1", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.31.0", - "@eslint/plugin-kit": "^0.3.1", + "@eslint/js": "9.39.1", + "@eslint/plugin-kit": "^0.4.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", "@types/estree": "^1.0.6", - "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.6", @@ -4959,30 +4986,29 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-enact/-/eslint-config-enact-5.0.1.tgz", - "integrity": "sha512-0PVh976AJPAbRQSOPbwXacUHY9oY2zv16n2hagyzH/Reg5xUQDXWRLkKncoZbR5RWNxQkeLPfHN5u+ALW01LOA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-enact/-/eslint-config-enact-5.0.2.tgz", + "integrity": "sha512-8OmQRr2VhYc5DCVHoqKEO+Qk6iUV9xnO7At9HYQA3E1eLQiuGuQ6jMAdZY/Eu2zsIZL+OTq7UZZN3fKpY9QyfQ==", "dev": true, "hasShrinkwrap": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@babel/eslint-parser": "^7.27.5", + "@babel/eslint-parser": "^7.28.4", "@babel/eslint-plugin": "^7.27.1", "@stylistic/eslint-plugin-js": "^3.1.0", - "@typescript-eslint/eslint-plugin": "^8.34.0", - "@typescript-eslint/parser": "^8.34.0", - "babel-preset-enact": "^0.1.13", - "eslint": "^9.29.0", - "eslint-plugin-enact": "^2.0.1", + "@typescript-eslint/eslint-plugin": "^8.44.1", + "@typescript-eslint/parser": "^8.44.1", + "babel-preset-enact": "^0.1.14", + "eslint": "^9.20.0", + "eslint-plugin-enact": "^2.0.2", "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-testing-library": "^7.5.3", - "globals": "^16.2.0", - "react": "^19.1.0" + "eslint-plugin-testing-library": "^7.9.2", + "globals": "^16.4.0", + "react": "^19.1.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4991,22 +5017,6 @@ "eslint": "^9.20.0" } }, - "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/code-frame": { "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", @@ -5014,7 +5024,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", @@ -5025,36 +5034,35 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/compat-data": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz", - "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", + "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/core": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz", - "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", + "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { - "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", - "@babel/helper-module-transforms": "^7.27.3", - "@babel/helpers": "^7.27.6", - "@babel/parser": "^7.28.0", + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helpers": "^7.28.4", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/traverse": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5", + "@jridgewell/remapping": "^2.3.5", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -5070,9 +5078,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/eslint-parser": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz", - "integrity": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz", + "integrity": "sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==", "dev": true, "license": "MIT", "optional": true, @@ -5097,7 +5105,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-rule-composer": "^0.3.0" }, @@ -5110,16 +5117,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/generator": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz", - "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", + "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/parser": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/parser": "^7.28.5", + "@babel/types": "^7.28.5", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" @@ -5135,7 +5141,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/types": "^7.27.3" }, @@ -5150,7 +5155,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/compat-data": "^7.27.2", "@babel/helper-validator-option": "^7.27.1", @@ -5163,20 +5167,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz", - "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz", + "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "@babel/helper-member-expression-to-functions": "^7.27.1", + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-member-expression-to-functions": "^7.28.5", "@babel/helper-optimise-call-expression": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", - "@babel/traverse": "^7.27.1", + "@babel/traverse": "^7.28.5", "semver": "^6.3.1" }, "engines": { @@ -5187,16 +5190,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz", - "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", + "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "regexpu-core": "^6.2.0", + "@babel/helper-annotate-as-pure": "^7.27.3", + "regexpu-core": "^6.3.1", "semver": "^6.3.1" }, "engines": { @@ -5213,7 +5215,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -5232,22 +5233,20 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", - "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", + "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -5260,7 +5259,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -5270,17 +5268,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-module-transforms": { - "version": "7.27.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", - "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", + "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.3" + "@babel/traverse": "^7.28.3" }, "engines": { "node": ">=6.9.0" @@ -5296,7 +5293,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/types": "^7.27.1" }, @@ -5311,7 +5307,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -5323,7 +5318,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-wrap-function": "^7.27.1", @@ -5343,7 +5337,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-member-expression-to-functions": "^7.27.1", "@babel/helper-optimise-call-expression": "^7.27.1", @@ -5363,7 +5356,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -5379,19 +5371,17 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-validator-identifier": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -5403,54 +5393,50 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-wrap-function": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz", - "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz", + "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/template": "^7.27.1", - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.28.3", + "@babel/types": "^7.28.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/helpers": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6.tgz", - "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", + "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/template": "^7.27.2", - "@babel/types": "^7.27.6" + "@babel/types": "^7.28.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/parser": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", - "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", + "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/types": "^7.28.0" + "@babel/types": "^7.28.5" }, "bin": { "parser": "bin/babel-parser.js" @@ -5460,16 +5446,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz", - "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", + "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -5485,7 +5470,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5503,7 +5487,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5521,7 +5504,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", @@ -5535,16 +5517,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz", - "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz", + "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/traverse": "^7.28.3" }, "engines": { "node": ">=6.9.0" @@ -5560,7 +5541,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -5580,7 +5560,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5598,7 +5577,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" }, @@ -5613,7 +5591,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5631,7 +5608,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -5646,7 +5622,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5664,7 +5639,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5682,7 +5656,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5700,7 +5673,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5718,7 +5690,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -5737,7 +5708,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5755,7 +5725,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-remap-async-to-generator": "^7.27.1", @@ -5775,7 +5744,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -5795,7 +5763,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5807,13 +5774,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz", - "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz", + "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5831,7 +5797,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -5844,15 +5809,14 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz", - "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz", + "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-create-class-features-plugin": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { @@ -5863,20 +5827,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-classes": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz", - "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz", + "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-globals": "^7.28.0", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -5892,7 +5855,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/template": "^7.27.1" @@ -5905,16 +5867,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-destructuring": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz", - "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", + "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -5930,7 +5891,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -5949,7 +5909,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5967,7 +5926,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -5986,7 +5944,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6004,7 +5961,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0" @@ -6017,13 +5973,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz", - "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz", + "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6041,7 +5996,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6059,7 +6013,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -6078,7 +6031,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -6098,7 +6050,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6116,7 +6067,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6128,13 +6078,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz", - "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz", + "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6152,7 +6101,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6170,7 +6118,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6189,7 +6136,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6202,18 +6148,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz", - "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz", + "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-module-transforms": "^7.27.1", + "@babel/helper-module-transforms": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -6229,7 +6174,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6248,7 +6192,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6267,7 +6210,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6285,7 +6227,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6303,7 +6244,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6315,19 +6255,18 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz", - "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz", + "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0", "@babel/plugin-transform-parameters": "^7.27.7", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -6343,7 +6282,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1" @@ -6362,7 +6300,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6374,13 +6311,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz", - "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz", + "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -6399,7 +6335,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6417,7 +6352,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6436,7 +6370,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-create-class-features-plugin": "^7.27.1", @@ -6456,7 +6389,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6474,7 +6406,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6492,7 +6423,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -6514,7 +6444,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/plugin-transform-react-jsx": "^7.27.1" }, @@ -6532,7 +6461,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6545,13 +6473,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-regenerator": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz", - "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz", + "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6569,7 +6496,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6588,7 +6514,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6600,13 +6525,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-runtime": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz", - "integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz", + "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -6629,7 +6553,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6647,7 +6570,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -6666,7 +6588,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6684,7 +6605,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6702,7 +6622,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6714,16 +6633,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-typescript": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz", - "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz", + "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", - "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-create-class-features-plugin": "^7.28.5", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.27.1" @@ -6742,7 +6660,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6760,7 +6677,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6779,7 +6695,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6798,7 +6713,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6811,23 +6725,22 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/preset-env": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.0.tgz", - "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz", + "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/compat-data": "^7.28.0", + "@babel/compat-data": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5", "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-import-assertions": "^7.27.1", "@babel/plugin-syntax-import-attributes": "^7.27.1", @@ -6836,42 +6749,42 @@ "@babel/plugin-transform-async-generator-functions": "^7.28.0", "@babel/plugin-transform-async-to-generator": "^7.27.1", "@babel/plugin-transform-block-scoped-functions": "^7.27.1", - "@babel/plugin-transform-block-scoping": "^7.28.0", + "@babel/plugin-transform-block-scoping": "^7.28.5", "@babel/plugin-transform-class-properties": "^7.27.1", - "@babel/plugin-transform-class-static-block": "^7.27.1", - "@babel/plugin-transform-classes": "^7.28.0", + "@babel/plugin-transform-class-static-block": "^7.28.3", + "@babel/plugin-transform-classes": "^7.28.4", "@babel/plugin-transform-computed-properties": "^7.27.1", - "@babel/plugin-transform-destructuring": "^7.28.0", + "@babel/plugin-transform-destructuring": "^7.28.5", "@babel/plugin-transform-dotall-regex": "^7.27.1", "@babel/plugin-transform-duplicate-keys": "^7.27.1", "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1", "@babel/plugin-transform-dynamic-import": "^7.27.1", "@babel/plugin-transform-explicit-resource-management": "^7.28.0", - "@babel/plugin-transform-exponentiation-operator": "^7.27.1", + "@babel/plugin-transform-exponentiation-operator": "^7.28.5", "@babel/plugin-transform-export-namespace-from": "^7.27.1", "@babel/plugin-transform-for-of": "^7.27.1", "@babel/plugin-transform-function-name": "^7.27.1", "@babel/plugin-transform-json-strings": "^7.27.1", "@babel/plugin-transform-literals": "^7.27.1", - "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", + "@babel/plugin-transform-logical-assignment-operators": "^7.28.5", "@babel/plugin-transform-member-expression-literals": "^7.27.1", "@babel/plugin-transform-modules-amd": "^7.27.1", "@babel/plugin-transform-modules-commonjs": "^7.27.1", - "@babel/plugin-transform-modules-systemjs": "^7.27.1", + "@babel/plugin-transform-modules-systemjs": "^7.28.5", "@babel/plugin-transform-modules-umd": "^7.27.1", "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1", "@babel/plugin-transform-new-target": "^7.27.1", "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-numeric-separator": "^7.27.1", - "@babel/plugin-transform-object-rest-spread": "^7.28.0", + "@babel/plugin-transform-object-rest-spread": "^7.28.4", "@babel/plugin-transform-object-super": "^7.27.1", "@babel/plugin-transform-optional-catch-binding": "^7.27.1", - "@babel/plugin-transform-optional-chaining": "^7.27.1", + "@babel/plugin-transform-optional-chaining": "^7.28.5", "@babel/plugin-transform-parameters": "^7.27.7", "@babel/plugin-transform-private-methods": "^7.27.1", "@babel/plugin-transform-private-property-in-object": "^7.27.1", "@babel/plugin-transform-property-literals": "^7.27.1", - "@babel/plugin-transform-regenerator": "^7.28.0", + "@babel/plugin-transform-regenerator": "^7.28.4", "@babel/plugin-transform-regexp-modifiers": "^7.27.1", "@babel/plugin-transform-reserved-words": "^7.27.1", "@babel/plugin-transform-shorthand-properties": "^7.27.1", @@ -6904,7 +6817,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -6915,17 +6827,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/preset-react": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.27.1.tgz", - "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz", + "integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", - "@babel/plugin-transform-react-display-name": "^7.27.1", + "@babel/plugin-transform-react-display-name": "^7.28.0", "@babel/plugin-transform-react-jsx": "^7.27.1", "@babel/plugin-transform-react-jsx-development": "^7.27.1", "@babel/plugin-transform-react-pure-annotations": "^7.27.1" @@ -6938,19 +6849,18 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/preset-typescript": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz", - "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", + "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/plugin-transform-modules-commonjs": "^7.27.1", - "@babel/plugin-transform-typescript": "^7.27.1" + "@babel/plugin-transform-typescript": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -6960,13 +6870,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/runtime": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", - "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -6978,7 +6887,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/parser": "^7.27.2", @@ -6989,20 +6897,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/traverse": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz", - "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", + "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.5", "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.28.0", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/types": "^7.28.0", + "@babel/types": "^7.28.5", "debug": "^4.3.1" }, "engines": { @@ -7010,29 +6917,27 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@babel/types": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.1.tgz", - "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", + "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-string-parser": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1" + "@babel/helper-validator-identifier": "^7.28.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint-community/eslint-utils": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", - "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-visitor-keys": "^3.4.3" }, @@ -7053,7 +6958,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -7062,27 +6966,25 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint/config-array": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", - "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@eslint/object-schema": "^2.1.6", + "@eslint/object-schema": "^2.1.7", "debug": "^4.3.1", "minimatch": "^3.1.2" }, @@ -7097,7 +6999,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -7110,7 +7011,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -7119,25 +7019,26 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint/config-helpers": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", - "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, + "dependencies": { + "@eslint/core": "^0.17.0" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint/core": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", - "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "@types/json-schema": "^7.0.15" }, @@ -7152,7 +7053,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -7178,7 +7078,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -7191,7 +7090,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=18" }, @@ -7206,7 +7104,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 4" } @@ -7218,7 +7115,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -7227,13 +7123,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint/js": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz", - "integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7242,27 +7137,25 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint/object-schema": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", - "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@eslint/plugin-kit": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz", - "integrity": "sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@eslint/core": "^0.15.1", + "@eslint/core": "^0.17.0", "levn": "^0.4.1" }, "engines": { @@ -7276,43 +7169,25 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=18.18.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@humanfs/node": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", - "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "@humanfs/core": "^0.19.1", - "@humanwhocodes/retry": "^0.3.0" + "@humanwhocodes/retry": "^0.4.0" }, "engines": { "node": ">=18.18.0" } }, - "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", - "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -7320,7 +7195,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=12.22" }, @@ -7336,7 +7210,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=18.18" }, @@ -7352,7 +7225,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "20 || >=22" } @@ -7364,7 +7236,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@isaacs/balanced-match": "^4.0.1" }, @@ -7373,18 +7244,29 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", - "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, + "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", @@ -7392,28 +7274,25 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", - "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.29", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", - "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -7426,7 +7305,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-scope": "5.1.1" } @@ -7438,7 +7316,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -7454,7 +7331,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 8" } @@ -7466,7 +7342,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -7482,7 +7357,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" @@ -7501,7 +7375,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7515,8 +7388,7 @@ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@types/json-schema": { "version": "7.0.15", @@ -7524,23 +7396,22 @@ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz", - "integrity": "sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.4.tgz", + "integrity": "sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.37.0", - "@typescript-eslint/type-utils": "8.37.0", - "@typescript-eslint/utils": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0", + "@typescript-eslint/scope-manager": "8.46.4", + "@typescript-eslint/type-utils": "8.46.4", + "@typescript-eslint/utils": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4", "graphemer": "^1.4.0", "ignore": "^7.0.0", "natural-compare": "^1.4.0", @@ -7554,24 +7425,24 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^8.37.0", + "@typescript-eslint/parser": "^8.46.4", "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/parser": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.37.0.tgz", - "integrity": "sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.4.tgz", + "integrity": "sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.37.0", - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/typescript-estree": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0", + "@typescript-eslint/scope-manager": "8.46.4", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/typescript-estree": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4", "debug": "^4.3.4" }, "engines": { @@ -7583,20 +7454,19 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/project-service": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.37.0.tgz", - "integrity": "sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.4.tgz", + "integrity": "sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.37.0", - "@typescript-eslint/types": "^8.37.0", + "@typescript-eslint/tsconfig-utils": "^8.46.4", + "@typescript-eslint/types": "^8.46.4", "debug": "^4.3.4" }, "engines": { @@ -7607,20 +7477,19 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/scope-manager": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz", - "integrity": "sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz", + "integrity": "sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0" + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -7631,13 +7500,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz", - "integrity": "sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz", + "integrity": "sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7646,21 +7514,20 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/type-utils": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz", - "integrity": "sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.4.tgz", + "integrity": "sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/typescript-estree": "8.37.0", - "@typescript-eslint/utils": "8.37.0", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/typescript-estree": "8.46.4", + "@typescript-eslint/utils": "8.46.4", "debug": "^4.3.4", "ts-api-utils": "^2.1.0" }, @@ -7673,17 +7540,16 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/types": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.37.0.tgz", - "integrity": "sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz", + "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7693,18 +7559,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz", - "integrity": "sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz", + "integrity": "sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/project-service": "8.37.0", - "@typescript-eslint/tsconfig-utils": "8.37.0", - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0", + "@typescript-eslint/project-service": "8.46.4", + "@typescript-eslint/tsconfig-utils": "8.46.4", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -7720,17 +7585,16 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "dev": true, "license": "ISC", "optional": true, - "peer": true, "bin": { "semver": "bin/semver.js" }, @@ -7739,18 +7603,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/utils": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.37.0.tgz", - "integrity": "sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.4.tgz", + "integrity": "sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", - "@typescript-eslint/scope-manager": "8.37.0", - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/typescript-estree": "8.37.0" + "@typescript-eslint/scope-manager": "8.46.4", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/typescript-estree": "8.46.4" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -7761,19 +7624,18 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz", - "integrity": "sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.4.tgz", + "integrity": "sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/types": "8.37.0", + "@typescript-eslint/types": "8.46.4", "eslint-visitor-keys": "^4.2.1" }, "engines": { @@ -7791,7 +7653,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7821,7 +7682,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } @@ -7833,7 +7693,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -7852,7 +7711,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -7869,8 +7727,7 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, "license": "Python-2.0", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/aria-query": { "version": "5.3.2", @@ -7879,7 +7736,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -7891,7 +7747,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" @@ -7910,7 +7765,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -7935,7 +7789,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -7958,7 +7811,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -7979,7 +7831,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -8000,7 +7851,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -8019,7 +7869,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", @@ -8042,8 +7891,7 @@ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/async-function": { "version": "1.0.0", @@ -8052,7 +7900,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -8064,7 +7911,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -8076,13 +7922,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/axe-core": { - "version": "4.10.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz", - "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz", + "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==", "dev": true, "license": "MPL-2.0", "optional": true, - "peer": true, "engines": { "node": ">=4" } @@ -8094,7 +7939,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -8106,7 +7950,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "peerDependencies": { "@babel/core": "^7.0.0" } @@ -8118,7 +7961,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "object.assign": "^4.1.0" } @@ -8130,7 +7972,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/compat-data": "^7.27.7", "@babel/helper-define-polyfill-provider": "^0.6.5", @@ -8147,7 +7988,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5", "core-js-compat": "^3.43.0" @@ -8163,7 +8003,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5" }, @@ -8177,27 +8016,25 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/babel-preset-enact": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/babel-preset-enact/-/babel-preset-enact-0.1.13.tgz", - "integrity": "sha512-YCFWwsOoIddtKZMgYLlmywqW27A9w6s4bXLE0XlGb0Ujvom45+ZkyD62Uy5diskI59bCPxL3eTSjHg0fX4K1zA==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/babel-preset-enact/-/babel-preset-enact-0.1.14.tgz", + "integrity": "sha512-OU14q0P8DqBncFUqokvLVVB/5NFTAnrTjtLopZZyyFuLIH8MfqQIYKDjnmmCIrQpfU6ZyQMOYFKv7fzBcf947w==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@babel/core": "^7.28.0", + "@babel/core": "^7.28.4", "@babel/plugin-proposal-decorators": "^7.28.0", "@babel/plugin-proposal-export-default-from": "^7.27.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.28.0", - "@babel/preset-env": "^7.28.0", + "@babel/plugin-transform-runtime": "^7.28.3", + "@babel/preset-env": "^7.28.3", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.4", "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-transform-react-remove-prop-types": "^0.4.24" @@ -8209,8 +8046,18 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true, "license": "MIT", + "optional": true + }, + "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/baseline-browser-mapping": { + "version": "2.8.27", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.27.tgz", + "integrity": "sha512-2CXFpkjVnY2FT+B6GrSYxzYf65BJWEqz5tIRHCvNsZZ2F3CmsCB37h8SpYgKG7y9C4YAeTipIPWG7EmFmhAeXA==", + "dev": true, + "license": "Apache-2.0", "optional": true, - "peer": true + "bin": { + "baseline-browser-mapping": "dist/cli.js" + } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/brace-expansion": { "version": "2.0.2", @@ -8219,7 +8066,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0" } @@ -8231,7 +8077,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "fill-range": "^7.1.1" }, @@ -8240,9 +8085,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/browserslist": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", - "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", "dev": true, "funding": [ { @@ -8262,10 +8107,11 @@ "optional": true, "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001726", - "electron-to-chromium": "^1.5.173", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.3" + "baseline-browser-mapping": "^2.8.25", + "caniuse-lite": "^1.0.30001754", + "electron-to-chromium": "^1.5.249", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.1.4" }, "bin": { "browserslist": "cli.js" @@ -8281,7 +8127,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", @@ -8302,7 +8147,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" @@ -8318,7 +8162,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" @@ -8337,15 +8180,14 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/caniuse-lite": { - "version": "1.0.30001727", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", - "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", + "version": "1.0.30001754", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz", + "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==", "dev": true, "funding": [ { @@ -8362,8 +8204,7 @@ } ], "license": "CC-BY-4.0", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/chalk": { "version": "4.1.2", @@ -8372,7 +8213,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -8391,7 +8231,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -8405,8 +8244,7 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/concat-map": { "version": "0.0.1", @@ -8414,8 +8252,7 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/convert-source-map": { "version": "2.0.0", @@ -8423,19 +8260,17 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/core-js-compat": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.44.0.tgz", - "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==", + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", + "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "browserslist": "^4.25.1" + "browserslist": "^4.26.3" }, "funding": { "type": "opencollective", @@ -8449,7 +8284,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -8465,8 +8299,7 @@ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", "dev": true, "license": "BSD-2-Clause", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/data-view-buffer": { "version": "1.0.2", @@ -8475,7 +8308,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -8495,7 +8327,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -8515,7 +8346,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -8529,13 +8359,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ms": "^2.1.3" }, @@ -8554,8 +8383,7 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/define-data-property": { "version": "1.1.4", @@ -8564,7 +8392,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -8584,7 +8411,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -8604,7 +8430,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -8619,7 +8444,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", @@ -8630,13 +8454,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/electron-to-chromium": { - "version": "1.5.187", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.187.tgz", - "integrity": "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==", + "version": "1.5.250", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.250.tgz", + "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/emoji-regex": { "version": "9.2.2", @@ -8644,8 +8467,7 @@ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/es-abstract": { "version": "1.24.0", @@ -8654,7 +8476,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", @@ -8725,7 +8546,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -8737,7 +8557,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -8749,7 +8568,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -8779,7 +8597,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0" }, @@ -8794,7 +8611,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", @@ -8812,7 +8628,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -8827,7 +8642,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", @@ -8847,7 +8661,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -8859,7 +8672,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=10" }, @@ -8868,27 +8680,26 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/eslint": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz", - "integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", + "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.0", - "@eslint/config-helpers": "^0.3.0", - "@eslint/core": "^0.15.0", + "@eslint/config-array": "^0.21.1", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.31.0", - "@eslint/plugin-kit": "^0.3.1", + "@eslint/js": "9.39.1", + "@eslint/plugin-kit": "^0.4.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", "@types/estree": "^1.0.6", - "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.6", @@ -8931,13 +8742,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/eslint-plugin-enact": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-enact/-/eslint-plugin-enact-2.0.1.tgz", - "integrity": "sha512-KJAeIW6+/CByKu+t1KscZf2CuQjuHt9+bzlsevgGjtJJJtC1HAig/IlIBp+RbcnW48EMUqUI0Mzjpmr1T3hn5A==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-enact/-/eslint-plugin-enact-2.0.2.tgz", + "integrity": "sha512-+ihu4SUj5eQx0Ze6Olpm8MJCR22OzXDuGjWud4oavjxuGIpZ3jZdRPTZW2uVxPvGj6vUK0pjOPWZ+xuvr7kVDg==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "doctrine": "^3.0.0", "jsx-ast-utils": "^3.3.5", @@ -8951,13 +8761,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/eslint-plugin-enact/node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", "dev": true, - "license": "ISC", + "license": "BlueOak-1.0.0", "optional": true, - "peer": true, "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, @@ -8975,7 +8784,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, @@ -9003,7 +8811,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -9035,7 +8842,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -9048,7 +8854,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -9063,7 +8868,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -9098,7 +8902,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=10" }, @@ -9113,7 +8916,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -9126,7 +8928,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -9141,7 +8942,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -9156,7 +8956,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -9170,13 +8969,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/eslint-plugin-testing-library": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.0.tgz", - "integrity": "sha512-rxCz4VQFb45kDeFLnQcjGpeb72r4HmCh6v49d+DhrD2HVpnJuwK/GOnPjezWS7CytkNjQjpXcPopxLN++FlXxw==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.3.tgz", + "integrity": "sha512-STwyXN7GnHulgsfdXVd5iC8fFCJVRQj2AcKtMmQOsA8G4oMnSCOX1p3MjbrDQ9fmwVf5wZy6vboTOTFobWuxOA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "^8.15.0", "@typescript-eslint/utils": "^8.15.0" @@ -9196,7 +8994,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4.0.0" } @@ -9208,7 +9005,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -9224,7 +9020,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=4.0" } @@ -9236,7 +9031,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=10" } @@ -9248,7 +9042,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -9261,7 +9054,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -9280,7 +9072,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -9295,7 +9086,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 4" } @@ -9307,7 +9097,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -9322,7 +9111,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", @@ -9342,7 +9130,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -9357,7 +9144,6 @@ "dev": true, "license": "BSD-3-Clause", "optional": true, - "peer": true, "dependencies": { "estraverse": "^5.1.0" }, @@ -9372,7 +9158,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -9387,7 +9172,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=4.0" } @@ -9399,7 +9183,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -9410,8 +9193,7 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/fast-glob": { "version": "3.3.3", @@ -9420,7 +9202,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -9439,7 +9220,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "is-glob": "^4.0.1" }, @@ -9453,8 +9233,7 @@ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/fast-levenshtein": { "version": "2.0.6", @@ -9462,8 +9241,7 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/fastq": { "version": "1.19.1", @@ -9472,7 +9250,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "reusify": "^1.0.4" } @@ -9484,7 +9261,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "flat-cache": "^4.0.0" }, @@ -9499,7 +9275,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "to-regex-range": "^5.0.1" }, @@ -9514,7 +9289,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -9533,7 +9307,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.4" @@ -9548,8 +9321,7 @@ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/for-each": { "version": "0.3.5", @@ -9558,7 +9330,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-callable": "^1.2.7" }, @@ -9576,7 +9347,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -9588,7 +9358,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -9611,11 +9380,21 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -9623,7 +9402,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -9635,7 +9413,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", @@ -9662,7 +9439,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" @@ -9678,7 +9454,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -9698,7 +9473,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "is-glob": "^4.0.3" }, @@ -9707,13 +9481,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=18" }, @@ -9728,7 +9501,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -9747,7 +9519,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -9761,8 +9532,7 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/has-bigints": { "version": "1.1.0", @@ -9771,7 +9541,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -9786,7 +9555,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -9798,7 +9566,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-define-property": "^1.0.0" }, @@ -9813,7 +9580,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "dunder-proto": "^1.0.0" }, @@ -9831,7 +9597,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -9846,7 +9611,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "has-symbols": "^1.0.3" }, @@ -9864,7 +9628,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "function-bind": "^1.1.2" }, @@ -9879,7 +9642,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 4" } @@ -9891,7 +9653,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -9910,7 +9671,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.8.19" } @@ -9922,7 +9682,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", @@ -9939,7 +9698,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -9959,7 +9717,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "async-function": "^1.0.0", "call-bound": "^1.0.3", @@ -9981,7 +9738,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "has-bigints": "^1.0.2" }, @@ -9999,7 +9755,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -10018,7 +9773,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -10033,7 +9787,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -10051,7 +9804,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", @@ -10071,7 +9823,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" @@ -10090,7 +9841,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -10102,7 +9852,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -10114,16 +9863,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", "has-tostringtag": "^1.0.2", "safe-regex-test": "^1.1.0" }, @@ -10141,7 +9890,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -10156,7 +9904,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -10171,7 +9918,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -10186,7 +9932,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.12.0" } @@ -10198,7 +9943,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -10217,7 +9961,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "gopd": "^1.2.0", @@ -10238,7 +9981,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -10253,7 +9995,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -10271,7 +10012,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -10290,7 +10030,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-symbols": "^1.1.0", @@ -10310,7 +10049,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "which-typed-array": "^1.1.16" }, @@ -10328,7 +10066,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -10343,7 +10080,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -10361,7 +10097,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" @@ -10379,8 +10114,7 @@ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/isexe": { "version": "2.0.0", @@ -10388,8 +10122,7 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/iterator.prototype": { "version": "1.1.5", @@ -10398,7 +10131,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-object-atoms": "^1.0.0", @@ -10417,17 +10149,15 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -10442,7 +10172,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "bin": { "jsesc": "bin/jsesc" }, @@ -10456,8 +10185,7 @@ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/json-schema-traverse": { "version": "0.4.1", @@ -10465,8 +10193,7 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", @@ -10474,8 +10201,7 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/json5": { "version": "2.2.3", @@ -10484,7 +10210,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "bin": { "json5": "lib/cli.js" }, @@ -10499,7 +10224,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", @@ -10517,7 +10241,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "json-buffer": "3.0.1" } @@ -10528,8 +10251,7 @@ "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", "dev": true, "license": "CC0-1.0", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/language-tags": { "version": "1.0.9", @@ -10538,7 +10260,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "language-subtag-registry": "^0.3.20" }, @@ -10553,7 +10274,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -10569,7 +10289,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "p-locate": "^5.0.0" }, @@ -10586,8 +10305,7 @@ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/lodash.merge": { "version": "4.6.2", @@ -10595,8 +10313,7 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/loose-envify": { "version": "1.4.0", @@ -10605,7 +10322,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -10620,7 +10336,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "yallist": "^3.0.2" } @@ -10632,7 +10347,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -10644,7 +10358,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 8" } @@ -10656,7 +10369,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -10672,7 +10384,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -10689,8 +10400,7 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/natural-compare": { "version": "1.4.0", @@ -10698,17 +10408,15 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/object-assign": { "version": "4.1.1", @@ -10717,7 +10425,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -10729,7 +10436,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -10744,7 +10450,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -10756,7 +10461,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -10779,7 +10483,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -10797,7 +10500,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -10818,7 +10520,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -10839,7 +10540,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -10859,7 +10559,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "get-intrinsic": "^1.2.6", "object-keys": "^1.1.1", @@ -10879,7 +10578,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "yocto-queue": "^0.1.0" }, @@ -10897,7 +10595,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "p-limit": "^3.0.2" }, @@ -10915,7 +10612,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "callsites": "^3.0.0" }, @@ -10930,7 +10626,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -10942,7 +10637,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -10953,8 +10647,7 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/picocolors": { "version": "1.1.1", @@ -10962,8 +10655,7 @@ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/picomatch": { "version": "2.3.1", @@ -10972,7 +10664,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8.6" }, @@ -10987,7 +10678,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -10999,7 +10689,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.8.0" } @@ -11011,7 +10700,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -11025,7 +10713,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -11050,17 +10737,15 @@ } ], "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -11071,8 +10756,7 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/reflect.getprototypeof": { "version": "1.0.10", @@ -11081,7 +10765,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -11105,17 +10788,15 @@ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/regenerate-unicode-properties": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", + "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "regenerate": "^1.4.2" }, @@ -11130,7 +10811,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -11147,20 +10827,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/regexpu-core": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", - "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", + "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.2.0", + "regenerate-unicode-properties": "^10.2.2", "regjsgen": "^0.8.0", - "regjsparser": "^0.12.0", + "regjsparser": "^0.13.0", "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" + "unicode-match-property-value-ecmascript": "^2.2.1" }, "engines": { "node": ">=4" @@ -11172,49 +10851,31 @@ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/regjsparser": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", - "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz", + "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==", "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { - "jsesc": "~3.0.2" + "jsesc": "~3.1.0" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/regjsparser/node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "is-core-module": "^2.16.0", + "is-core-module": "^2.16.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -11235,7 +10896,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } @@ -11247,7 +10907,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -11274,7 +10933,6 @@ ], "license": "MIT", "optional": true, - "peer": true, "dependencies": { "queue-microtask": "^1.2.2" } @@ -11286,7 +10944,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -11308,7 +10965,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "isarray": "^2.0.5" @@ -11327,7 +10983,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11347,7 +11002,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "bin": { "semver": "bin/semver.js" } @@ -11359,7 +11013,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -11379,7 +11032,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -11397,7 +11049,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-errors": "^1.3.0", @@ -11414,7 +11065,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "shebang-regex": "^3.0.0" }, @@ -11429,7 +11079,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -11441,7 +11090,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", @@ -11463,7 +11111,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" @@ -11482,7 +11129,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11503,7 +11149,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11525,7 +11170,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "internal-slot": "^1.1.0" @@ -11541,7 +11185,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -11558,7 +11201,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -11588,7 +11230,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -11601,7 +11242,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -11625,7 +11265,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -11646,7 +11285,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -11666,7 +11304,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" }, @@ -11681,7 +11318,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -11696,7 +11332,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -11711,7 +11346,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-number": "^7.0.0" }, @@ -11726,7 +11360,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=18.12" }, @@ -11741,7 +11374,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "prelude-ls": "^1.2.1" }, @@ -11756,7 +11388,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -11773,7 +11404,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "for-each": "^0.3.3", @@ -11795,7 +11425,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -11819,7 +11448,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -11836,9 +11464,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", "optional": true, @@ -11858,7 +11486,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", @@ -11879,7 +11506,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } @@ -11891,7 +11517,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -11901,33 +11526,31 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/unicode-match-property-value-ecmascript": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", + "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", + "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", "dev": true, "funding": [ { @@ -11945,7 +11568,6 @@ ], "license": "MIT", "optional": true, - "peer": true, "dependencies": { "escalade": "^3.2.0", "picocolors": "^1.1.1" @@ -11964,7 +11586,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "punycode": "^2.1.0" } @@ -11976,7 +11597,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "isexe": "^2.0.0" }, @@ -11994,7 +11614,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-bigint": "^1.1.0", "is-boolean-object": "^1.2.1", @@ -12016,7 +11635,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "function.prototype.name": "^1.1.6", @@ -12046,7 +11664,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", @@ -12067,7 +11684,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -12091,7 +11707,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -12102,8 +11717,7 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/yocto-queue": { "version": "0.1.0", @@ -12112,7 +11726,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=10" }, @@ -12121,9 +11734,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-prettier": { - "version": "10.1.5", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz", - "integrity": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==", + "version": "10.1.8", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz", + "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", "extraneous": true, "license": "MIT", "bin": { @@ -12231,9 +11844,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-plugin-prettier": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz", - "integrity": "sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz", + "integrity": "sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==", "extraneous": true, "license": "MIT", "dependencies": { @@ -12358,7 +11971,6 @@ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -12372,7 +11984,6 @@ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=4.0" } @@ -12393,7 +12004,6 @@ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.8.x" } @@ -12403,8 +12013,7 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/fast-diff": { "version": "1.3.0", @@ -12456,9 +12065,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/fast-uri": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", - "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", "funding": [ { "type": "github", @@ -12470,8 +12079,7 @@ } ], "license": "BSD-3-Clause", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/fastq": { "version": "1.19.1", @@ -12650,6 +12258,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "extraneous": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/get-caller-file": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", @@ -12731,13 +12349,12 @@ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", "license": "BSD-2-Clause", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "extraneous": true, "license": "MIT", "engines": { @@ -12817,7 +12434,6 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -12898,7 +12514,6 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "license": "MIT", "optional": true, - "peer": true, "bin": { "he": "bin/he" } @@ -12915,7 +12530,6 @@ "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "camel-case": "^4.1.2", "clean-css": "^5.2.2", @@ -12933,9 +12547,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/html-webpack-plugin": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", - "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "license": "MIT", "optional": true, "peer": true, @@ -12979,7 +12593,6 @@ ], "license": "MIT", "optional": true, - "peer": true, "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", @@ -13198,14 +12811,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", "extraneous": true, "license": "MIT", "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", "has-tostringtag": "^1.0.2", "safe-regex-test": "^1.1.0" }, @@ -13445,7 +13059,6 @@ "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -13462,9 +13075,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "extraneous": true, "license": "MIT", "dependencies": { @@ -13486,8 +13099,7 @@ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/json-schema-traverse": { "version": "0.4.1", @@ -13541,14 +13153,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/loader-utils": { @@ -13581,8 +13196,7 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/lodash.merge": { "version": "4.6.2", @@ -13609,7 +13223,6 @@ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "tslib": "^2.0.3" } @@ -13629,8 +13242,7 @@ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/merge2": { "version": "1.4.1", @@ -13660,7 +13272,6 @@ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.6" } @@ -13671,7 +13282,6 @@ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "mime-db": "1.52.0" }, @@ -13743,8 +13353,7 @@ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/no-case": { "version": "3.0.4", @@ -13752,7 +13361,6 @@ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "lower-case": "^2.0.2", "tslib": "^2.0.3" @@ -13779,9 +13387,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/normalize-path": { @@ -13802,7 +13410,6 @@ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "boolbase": "^1.0.0" }, @@ -13999,7 +13606,6 @@ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" @@ -14023,7 +13629,6 @@ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -14143,7 +13748,6 @@ "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "lodash": "^4.17.20", "renderkid": "^3.0.0" @@ -14194,15 +13798,14 @@ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "safe-buffer": "^5.1.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "extraneous": true, "license": "MIT", "engines": { @@ -14259,7 +13862,6 @@ "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.10" } @@ -14276,7 +13878,6 @@ "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "css-select": "^4.1.3", "dom-converter": "^0.2.0", @@ -14291,18 +13892,17 @@ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", "license": "MIT", "dependencies": { - "is-core-module": "^2.16.0", + "is-core-module": "^2.16.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -14397,8 +13997,7 @@ } ], "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/safe-push-apply": { "version": "1.0.0", @@ -14436,12 +14035,11 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -14480,7 +14078,6 @@ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -14493,8 +14090,7 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/semver": { "version": "6.3.1", @@ -14512,7 +14108,6 @@ "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "license": "BSD-3-Clause", "optional": true, - "peer": true, "dependencies": { "randombytes": "^2.1.0" } @@ -14691,7 +14286,6 @@ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -14702,7 +14296,6 @@ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -14787,7 +14380,6 @@ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ansi-regex": "^5.0.1" }, @@ -14824,7 +14416,6 @@ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -14848,13 +14439,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/synckit": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz", - "integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.11.tgz", + "integrity": "sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==", "extraneous": true, "license": "MIT", "dependencies": { - "@pkgr/core": "^0.2.4" + "@pkgr/core": "^0.2.9" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -14864,24 +14455,27 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/tapable": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", - "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", "license": "MIT", "engines": { "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/terser": { - "version": "5.43.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", - "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==", + "version": "5.44.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz", + "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.14.0", + "acorn": "^8.15.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -14898,7 +14492,6 @@ "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", @@ -14933,8 +14526,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/to-regex-range": { "version": "5.0.1", @@ -14981,8 +14573,7 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/type-check": { "version": "0.4.0", @@ -15076,9 +14667,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/ua-parser-js": { - "version": "1.0.40", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.40.tgz", - "integrity": "sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==", + "version": "1.0.41", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.41.tgz", + "integrity": "sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug==", "funding": [ { "type": "opencollective", @@ -15121,17 +14712,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", "funding": [ { "type": "opencollective", @@ -15173,8 +14763,7 @@ "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/watchpack": { "version": "2.4.4", @@ -15182,7 +14771,6 @@ "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -15198,9 +14786,9 @@ "license": "BSD-2-Clause" }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/webpack": { - "version": "5.100.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.2.tgz", - "integrity": "sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==", + "version": "5.102.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz", + "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==", "license": "MIT", "optional": true, "peer": true, @@ -15213,9 +14801,9 @@ "@webassemblyjs/wasm-parser": "^1.14.1", "acorn": "^8.15.0", "acorn-import-phases": "^1.0.3", - "browserslist": "^4.24.0", + "browserslist": "^4.26.3", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.2", + "enhanced-resolve": "^5.17.3", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -15225,10 +14813,10 @@ "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^4.3.2", - "tapable": "^2.1.1", + "schema-utils": "^4.3.3", + "tapable": "^2.3.0", "terser-webpack-plugin": "^5.3.11", - "watchpack": "^2.4.1", + "watchpack": "^2.4.4", "webpack-sources": "^3.3.3" }, "bin": { @@ -15297,7 +14885,6 @@ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -15312,7 +14899,6 @@ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=4.0" } @@ -15477,9 +15063,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/aix-ppc64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.6.tgz", - "integrity": "sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", + "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", "cpu": [ "ppc64" ], @@ -15493,9 +15079,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/android-arm": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.6.tgz", - "integrity": "sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", + "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", "cpu": [ "arm" ], @@ -15509,9 +15095,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/android-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.6.tgz", - "integrity": "sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", + "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", "cpu": [ "arm64" ], @@ -15525,9 +15111,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/android-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.6.tgz", - "integrity": "sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", + "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", "cpu": [ "x64" ], @@ -15541,9 +15127,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/darwin-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.6.tgz", - "integrity": "sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", + "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", "cpu": [ "arm64" ], @@ -15557,9 +15143,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/darwin-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.6.tgz", - "integrity": "sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", + "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", "cpu": [ "x64" ], @@ -15573,9 +15159,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.6.tgz", - "integrity": "sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", + "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", "cpu": [ "arm64" ], @@ -15589,9 +15175,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/freebsd-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.6.tgz", - "integrity": "sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", + "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", "cpu": [ "x64" ], @@ -15605,9 +15191,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-arm": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.6.tgz", - "integrity": "sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", + "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", "cpu": [ "arm" ], @@ -15621,9 +15207,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.6.tgz", - "integrity": "sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", + "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", "cpu": [ "arm64" ], @@ -15637,9 +15223,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-ia32": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.6.tgz", - "integrity": "sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", + "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", "cpu": [ "ia32" ], @@ -15653,9 +15239,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-loong64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.6.tgz", - "integrity": "sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", + "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", "cpu": [ "loong64" ], @@ -15669,9 +15255,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-mips64el": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.6.tgz", - "integrity": "sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", + "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", "cpu": [ "mips64el" ], @@ -15685,9 +15271,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-ppc64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.6.tgz", - "integrity": "sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", + "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", "cpu": [ "ppc64" ], @@ -15701,9 +15287,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-riscv64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.6.tgz", - "integrity": "sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", + "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", "cpu": [ "riscv64" ], @@ -15717,9 +15303,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-s390x": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.6.tgz", - "integrity": "sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", + "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", "cpu": [ "s390x" ], @@ -15733,9 +15319,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/linux-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.6.tgz", - "integrity": "sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", + "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", "cpu": [ "x64" ], @@ -15749,9 +15335,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.6.tgz", - "integrity": "sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", + "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", "cpu": [ "arm64" ], @@ -15765,9 +15351,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/netbsd-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.6.tgz", - "integrity": "sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", + "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", "cpu": [ "x64" ], @@ -15781,9 +15367,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.6.tgz", - "integrity": "sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", + "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", "cpu": [ "arm64" ], @@ -15797,9 +15383,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/openbsd-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.6.tgz", - "integrity": "sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", + "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", "cpu": [ "x64" ], @@ -15813,9 +15399,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.6.tgz", - "integrity": "sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", + "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", "cpu": [ "arm64" ], @@ -15829,9 +15415,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/sunos-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.6.tgz", - "integrity": "sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", + "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", "cpu": [ "x64" ], @@ -15845,9 +15431,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/win32-arm64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.6.tgz", - "integrity": "sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", + "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", "cpu": [ "arm64" ], @@ -15861,9 +15447,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/win32-ia32": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.6.tgz", - "integrity": "sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", + "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", "cpu": [ "ia32" ], @@ -15877,9 +15463,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@esbuild/win32-x64": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.6.tgz", - "integrity": "sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", + "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", "cpu": [ "x64" ], @@ -15893,9 +15479,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@eslint-community/eslint-utils": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", - "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", "extraneous": true, "license": "MIT", "dependencies": { @@ -15925,9 +15511,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "extraneous": true, "license": "MIT", "engines": { @@ -15935,13 +15521,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@eslint/config-array": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", - "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", "extraneous": true, "license": "Apache-2.0", "dependencies": { - "@eslint/object-schema": "^2.1.6", + "@eslint/object-schema": "^2.1.7", "debug": "^4.3.1", "minimatch": "^3.1.2" }, @@ -15950,19 +15536,22 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@eslint/config-helpers": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", - "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", "extraneous": true, "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@enact/storybook-utils/node_modules/@eslint/core": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", - "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", "extraneous": true, "license": "Apache-2.0", "dependencies": { @@ -16010,9 +15599,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@eslint/js": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz", - "integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", "extraneous": true, "license": "MIT", "engines": { @@ -16023,9 +15612,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@eslint/object-schema": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", - "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", "extraneous": true, "license": "Apache-2.0", "engines": { @@ -16033,13 +15622,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@eslint/plugin-kit": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz", - "integrity": "sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", "extraneous": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.15.1", + "@eslint/core": "^0.17.0", "levn": "^0.4.1" }, "engines": { @@ -16057,33 +15646,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@humanfs/node": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", - "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", "extraneous": true, "license": "Apache-2.0", "dependencies": { "@humanfs/core": "^0.19.1", - "@humanwhocodes/retry": "^0.3.0" + "@humanwhocodes/retry": "^0.4.0" }, "engines": { "node": ">=18.18.0" } }, - "node_modules/@enact/storybook-utils/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", - "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", - "extraneous": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, "node_modules/@enact/storybook-utils/node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -16113,15 +15688,25 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", - "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, + "node_modules/@enact/storybook-utils/node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "node_modules/@enact/storybook-utils/node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", @@ -16132,26 +15717,25 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@jridgewell/source-map": { - "version": "0.3.10", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz", - "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==", + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", + "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", "license": "MIT", - "peer": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" } }, "node_modules/@enact/storybook-utils/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", - "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.29", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", - "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -16462,13 +16046,13 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@storybook/builder-webpack5": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-9.0.17.tgz", - "integrity": "sha512-LiP/nq3qv+Nowxeo4v/p/Rv7FkZS347iBnjTQJxXWpFXrCjfJujzcYizQ1WXKC5jXnLSl4hqLmaB0tzMc/zFiQ==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-9.1.16.tgz", + "integrity": "sha512-AkhGTLze11XMPTtEpQXFc9pUCCPnWeO3rxwbRKB+H42+WKq0YXFx0rlPVpd1HIaQ6qbBmonasRBa0bvI04O/Rg==", "extraneous": true, "license": "MIT", "dependencies": { - "@storybook/core-webpack": "9.0.17", + "@storybook/core-webpack": "9.1.16", "case-sensitive-paths-webpack-plugin": "^2.4.0", "cjs-module-lexer": "^1.2.3", "css-loader": "^6.7.1", @@ -16489,7 +16073,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.0.17" + "storybook": "^9.1.16" }, "peerDependenciesMeta": { "typescript": { @@ -16534,9 +16118,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@storybook/builder-webpack5/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "extraneous": true, "license": "ISC", "bin": { @@ -16547,9 +16131,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@storybook/core-webpack": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-9.0.17.tgz", - "integrity": "sha512-NyPSqYUZiD3ICHq/07IC06cDI5mwLA7cqmekWbD9BfSriI9RES88aQ7/WzliHLWwqQXj5Van3tt4IUfaU4Q3ng==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-9.1.16.tgz", + "integrity": "sha512-LyvG/MS8PFyZI+PQB6NQK5k5jjLKImxQBl37Yztbb3SjFrB0jQhSccmal1CcNH9RgaSLqUI1DKLeosGylAcbxQ==", "extraneous": true, "license": "MIT", "dependencies": { @@ -16560,7 +16144,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.0.17" + "storybook": "^9.1.16" } }, "node_modules/@enact/storybook-utils/node_modules/@storybook/global": { @@ -16570,13 +16154,13 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@storybook/preset-react-webpack": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-9.0.17.tgz", - "integrity": "sha512-7PnsgK1T8qqR5TwzGN7lYcnpIUgp7B716V6hYClAhn8rVMHHvK0HD4Inu5vyCCTZUHimr6XAxGmeyGSzuwA1WA==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-9.1.16.tgz", + "integrity": "sha512-OuU9i1d9y7PcWYClcaiStrJ2dUXPR1sCdK9m7OKs1Bhh6EpqVdQa1cRPgx8sP0UXEa33TkY2PCuVcIyw7wImwg==", "extraneous": true, "license": "MIT", "dependencies": { - "@storybook/core-webpack": "9.0.17", + "@storybook/core-webpack": "9.1.16", "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0", "@types/semver": "^7.3.4", "find-up": "^7.0.0", @@ -16597,7 +16181,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.0.17" + "storybook": "^9.1.16" }, "peerDependenciesMeta": { "typescript": { @@ -16606,9 +16190,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@storybook/preset-react-webpack/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "extraneous": true, "license": "ISC", "bin": { @@ -16619,14 +16203,14 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@storybook/react": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.0.17.tgz", - "integrity": "sha512-wssao+uXg72OHtEJdQmmQJGdX90x/aU/6avoP3fgVgepWdZXVgciS9mnqHjKRF/vP+vPOlNQcJjojF/zTtq5qg==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.16.tgz", + "integrity": "sha512-M/SkHJJdtiGpodBJq9+DYmSkEOD+VqlPxKI+FvbHESTNs//1IgqFIjEWetd8quhd9oj/gvo4ICBAPu+UmD6M9w==", "extraneous": true, "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", - "@storybook/react-dom-shim": "9.0.17" + "@storybook/react-dom-shim": "9.1.16" }, "engines": { "node": ">=20.0.0" @@ -16638,7 +16222,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.0.17", + "storybook": "^9.1.16", "typescript": ">= 4.9.x" }, "peerDependenciesMeta": { @@ -16668,9 +16252,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@storybook/react-dom-shim": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.0.17.tgz", - "integrity": "sha512-ak/x/m6MDDxdE6rCDymTltaiQF3oiKrPHSwfM+YPgQR6MVmzTTs4+qaPfeev7FZEHq23IkfDMTmSTTJtX7Vs9A==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.16.tgz", + "integrity": "sha512-MsI4qTxdT6lMXQmo3IXhw3EaCC+vsZboyEZBx4pOJ+K/5cDJ6ZoQ3f0d4yGpVhumDxaxlnNAg954+f8WWXE1rQ==", "extraneous": true, "license": "MIT", "funding": { @@ -16680,19 +16264,19 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.0.17" + "storybook": "^9.1.16" } }, "node_modules/@enact/storybook-utils/node_modules/@storybook/react-webpack5": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-9.0.17.tgz", - "integrity": "sha512-hRDaUvQnB517jhB2FvNrhdhP2mF4up+CNYP8RnYI9zPEHXkaM9qpUxkoZF4NouS4RAZxsJXJI7fT+nNc/niE1A==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-9.1.16.tgz", + "integrity": "sha512-ibc2OnxeI6sEZ7lLWSG2pI3tpxCR7aXno+dFMbsKKhGQukoHY4oLqS6aSUvESSoaPGwvGNfGEaRqr35PSTnuRQ==", "extraneous": true, "license": "MIT", "dependencies": { - "@storybook/builder-webpack5": "9.0.17", - "@storybook/preset-react-webpack": "9.0.17", - "@storybook/react": "9.0.17" + "@storybook/builder-webpack5": "9.1.16", + "@storybook/preset-react-webpack": "9.1.16", + "@storybook/react": "9.1.16" }, "engines": { "node": ">=20.0.0" @@ -16704,7 +16288,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.0.17", + "storybook": "^9.1.16", "typescript": ">= 4.9.x" }, "peerDependenciesMeta": { @@ -16714,9 +16298,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@testing-library/dom": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", - "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", + "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", "license": "MIT", "peer": true, "dependencies": { @@ -16724,9 +16308,9 @@ "@babel/runtime": "^7.12.5", "@types/aria-query": "^5.0.1", "aria-query": "5.3.0", - "chalk": "^4.1.0", "dom-accessibility-api": "^0.5.9", "lz-string": "^1.5.0", + "picocolors": "1.1.1", "pretty-format": "^27.0.2" }, "engines": { @@ -16734,17 +16318,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@testing-library/jest-dom": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", - "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", + "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", - "chalk": "^3.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.21", + "picocolors": "^1.1.1", "redent": "^3.0.0" }, "engines": { @@ -16753,19 +16336,6 @@ "yarn": ">=1" } }, - "node_modules/@enact/storybook-utils/node_modules/@testing-library/jest-dom/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@enact/storybook-utils/node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", @@ -16789,8 +16359,7 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@types/babel__core": { "version": "7.20.5", @@ -16828,22 +16397,23 @@ } }, "node_modules/@enact/storybook-utils/node_modules/@types/babel__traverse": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.7.tgz", - "integrity": "sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", "extraneous": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.20.7" + "@babel/types": "^7.28.2" } }, "node_modules/@enact/storybook-utils/node_modules/@types/chai": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz", - "integrity": "sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", + "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==", "license": "MIT", "dependencies": { - "@types/deep-eql": "*" + "@types/deep-eql": "*", + "assertion-error": "^2.0.1" } }, "node_modules/@enact/storybook-utils/node_modules/@types/deep-eql": { @@ -16864,7 +16434,6 @@ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "license": "MIT", - "peer": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -16875,7 +16444,6 @@ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "license": "MIT", - "peer": true, "dependencies": { "@types/eslint": "*", "@types/estree": "*" @@ -16885,8 +16453,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@types/html-minifier-terser": { "version": "6.1.0", @@ -16909,13 +16476,12 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@types/node": { - "version": "24.0.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.14.tgz", - "integrity": "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==", + "version": "24.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", + "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", "license": "MIT", - "peer": true, "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.16.0" } }, "node_modules/@enact/storybook-utils/node_modules/@types/parse-json": { @@ -16933,9 +16499,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@types/semver": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.0.tgz", - "integrity": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==", "extraneous": true, "license": "MIT" }, @@ -16998,7 +16564,6 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/helper-numbers": "1.13.2", "@webassemblyjs/helper-wasm-bytecode": "1.13.2" @@ -17008,29 +16573,25 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-api-error": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-buffer": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-numbers": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.13.2", "@webassemblyjs/helper-api-error": "1.13.2", @@ -17041,15 +16602,13 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -17062,7 +16621,6 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "license": "MIT", - "peer": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } @@ -17072,7 +16630,6 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "license": "Apache-2.0", - "peer": true, "dependencies": { "@xtuc/long": "4.2.2" } @@ -17081,15 +16638,13 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/wasm-edit": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -17106,7 +16661,6 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-wasm-bytecode": "1.13.2", @@ -17120,7 +16674,6 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -17133,7 +16686,6 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-api-error": "1.13.2", @@ -17148,7 +16700,6 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "license": "MIT", - "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" @@ -17158,15 +16709,13 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "license": "BSD-3-Clause", - "peer": true + "license": "BSD-3-Clause" }, "node_modules/@enact/storybook-utils/node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "license": "Apache-2.0", - "peer": true + "license": "Apache-2.0" }, "node_modules/@enact/storybook-utils/node_modules/abort-controller": { "version": "3.0.0", @@ -17198,7 +16747,6 @@ "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=10.13.0" }, @@ -17300,7 +16848,6 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=8" } @@ -17309,6 +16856,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "extraneous": true, "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -17533,9 +17081,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/autoprefixer": { - "version": "10.4.21", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", - "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", + "version": "10.4.22", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.22.tgz", + "integrity": "sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==", "funding": [ { "type": "opencollective", @@ -17552,9 +17100,9 @@ ], "license": "MIT", "dependencies": { - "browserslist": "^4.24.4", - "caniuse-lite": "^1.0.30001702", - "fraction.js": "^4.3.7", + "browserslist": "^4.27.0", + "caniuse-lite": "^1.0.30001754", + "fraction.js": "^5.3.4", "normalize-range": "^0.1.2", "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" @@ -17753,20 +17301,20 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/babel-preset-enact": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/babel-preset-enact/-/babel-preset-enact-0.1.13.tgz", - "integrity": "sha512-YCFWwsOoIddtKZMgYLlmywqW27A9w6s4bXLE0XlGb0Ujvom45+ZkyD62Uy5diskI59bCPxL3eTSjHg0fX4K1zA==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/babel-preset-enact/-/babel-preset-enact-0.1.14.tgz", + "integrity": "sha512-OU14q0P8DqBncFUqokvLVVB/5NFTAnrTjtLopZZyyFuLIH8MfqQIYKDjnmmCIrQpfU6ZyQMOYFKv7fzBcf947w==", "license": "Apache-2.0", "dependencies": { - "@babel/core": "^7.28.0", + "@babel/core": "^7.28.4", "@babel/plugin-proposal-decorators": "^7.28.0", "@babel/plugin-proposal-export-default-from": "^7.27.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.28.0", - "@babel/preset-env": "^7.28.0", + "@babel/plugin-transform-runtime": "^7.28.3", + "@babel/preset-env": "^7.28.3", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.4", "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-transform-react-remove-prop-types": "^0.4.24" @@ -17799,6 +17347,15 @@ ], "license": "MIT" }, + "node_modules/@enact/storybook-utils/node_modules/baseline-browser-mapping": { + "version": "2.8.27", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.27.tgz", + "integrity": "sha512-2CXFpkjVnY2FT+B6GrSYxzYf65BJWEqz5tIRHCvNsZZ2F3CmsCB37h8SpYgKG7y9C4YAeTipIPWG7EmFmhAeXA==", + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.js" + } + }, "node_modules/@enact/storybook-utils/node_modules/better-opn": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz", @@ -17919,24 +17476,23 @@ } }, "node_modules/@enact/storybook-utils/node_modules/browserify-sign": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz", - "integrity": "sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==", + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.5.tgz", + "integrity": "sha512-C2AUdAJg6rlM2W5QMp2Q4KGQMVBwR1lIimTsUnutJ8bMpW5B52pGpR2gEnNBNwijumDo5FojQ0L9JrXA8m4YEw==", "license": "ISC", "dependencies": { - "bn.js": "^5.2.1", - "browserify-rsa": "^4.1.0", + "bn.js": "^5.2.2", + "browserify-rsa": "^4.1.1", "create-hash": "^1.2.0", "create-hmac": "^1.1.7", - "elliptic": "^6.5.5", - "hash-base": "~3.0", + "elliptic": "^6.6.1", "inherits": "^2.0.4", - "parse-asn1": "^5.1.7", + "parse-asn1": "^5.1.9", "readable-stream": "^2.3.8", "safe-buffer": "^5.2.1" }, "engines": { - "node": ">= 0.12" + "node": ">= 0.10" } }, "node_modules/@enact/storybook-utils/node_modules/browserify-sign/node_modules/isarray": { @@ -17991,9 +17547,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/browserslist": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", - "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", "funding": [ { "type": "opencollective", @@ -18009,11 +17565,13 @@ } ], "license": "MIT", + "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001726", - "electron-to-chromium": "^1.5.173", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.3" + "baseline-browser-mapping": "^2.8.25", + "caniuse-lite": "^1.0.30001754", + "electron-to-chromium": "^1.5.249", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.1.4" }, "bin": { "browserslist": "cli.js" @@ -18050,8 +17608,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/buffer-xor": { "version": "1.0.3", @@ -18133,9 +17690,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/caniuse-lite": { - "version": "1.0.30001727", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", - "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", + "version": "1.0.30001754", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz", + "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==", "funding": [ { "type": "opencollective", @@ -18163,9 +17720,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/chai": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.1.tgz", - "integrity": "sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz", + "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", "license": "MIT", "dependencies": { "assertion-error": "^2.0.1", @@ -18182,8 +17739,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "extraneous": true, "license": "MIT", - "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -18247,19 +17804,19 @@ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=6.0" } }, "node_modules/@enact/storybook-utils/node_modules/cipher-base": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.6.tgz", - "integrity": "sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.7.tgz", + "integrity": "sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==", "license": "MIT", "dependencies": { "inherits": "^2.0.4", - "safe-buffer": "^5.2.1" + "safe-buffer": "^5.2.1", + "to-buffer": "^1.2.2" }, "engines": { "node": ">= 0.10" @@ -18289,6 +17846,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "extraneous": true, "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -18364,12 +17922,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/core-js-compat": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.44.0.tgz", - "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==", + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", + "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", "license": "MIT", "dependencies": { - "browserslist": "^4.25.1" + "browserslist": "^4.26.3" }, "funding": { "type": "opencollective", @@ -18509,9 +18067,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/css-has-pseudo": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz", - "integrity": "sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz", + "integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==", "funding": [ { "type": "github", @@ -18571,9 +18129,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/css-loader/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -18641,9 +18199,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/cssdb": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.3.1.tgz", - "integrity": "sha512-XnDRQMXucLueX92yDe0LPKupXetWoFOgawr4O4X41l5TltgK2NVbJJVDnnOywDYfW1sTJ28AcXGKOqdRKwCcmQ==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.4.2.tgz", + "integrity": "sha512-PzjkRkRUS+IHDJohtxkIczlxPPZqRo0nXplsYXOMBRPjcVRjj1W4DfvRgshUYTVuUigU7ptVYkFJQ7abUB0nyg==", "funding": [ { "type": "opencollective", @@ -18723,9 +18281,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -18881,8 +18439,7 @@ "version": "0.5.16", "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/dom-converter": { "version": "0.2.0", @@ -18991,9 +18548,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/electron-to-chromium": { - "version": "1.5.187", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.187.tgz", - "integrity": "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==", + "version": "1.5.250", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.250.tgz", + "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==", "license": "ISC" }, "node_modules/@enact/storybook-utils/node_modules/elliptic": { @@ -19030,11 +18587,10 @@ } }, "node_modules/@enact/storybook-utils/node_modules/enhanced-resolve": { - "version": "5.18.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", - "integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==", + "version": "5.18.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", + "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", "license": "MIT", - "peer": true, "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -19076,9 +18632,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" @@ -19175,8 +18731,7 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/es-object-atoms": { "version": "1.1.1", @@ -19238,11 +18793,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/esbuild": { - "version": "0.25.6", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.6.tgz", - "integrity": "sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", + "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", "hasInstallScript": true, "license": "MIT", + "peer": true, "bin": { "esbuild": "bin/esbuild" }, @@ -19250,32 +18806,32 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.6", - "@esbuild/android-arm": "0.25.6", - "@esbuild/android-arm64": "0.25.6", - "@esbuild/android-x64": "0.25.6", - "@esbuild/darwin-arm64": "0.25.6", - "@esbuild/darwin-x64": "0.25.6", - "@esbuild/freebsd-arm64": "0.25.6", - "@esbuild/freebsd-x64": "0.25.6", - "@esbuild/linux-arm": "0.25.6", - "@esbuild/linux-arm64": "0.25.6", - "@esbuild/linux-ia32": "0.25.6", - "@esbuild/linux-loong64": "0.25.6", - "@esbuild/linux-mips64el": "0.25.6", - "@esbuild/linux-ppc64": "0.25.6", - "@esbuild/linux-riscv64": "0.25.6", - "@esbuild/linux-s390x": "0.25.6", - "@esbuild/linux-x64": "0.25.6", - "@esbuild/netbsd-arm64": "0.25.6", - "@esbuild/netbsd-x64": "0.25.6", - "@esbuild/openbsd-arm64": "0.25.6", - "@esbuild/openbsd-x64": "0.25.6", - "@esbuild/openharmony-arm64": "0.25.6", - "@esbuild/sunos-x64": "0.25.6", - "@esbuild/win32-arm64": "0.25.6", - "@esbuild/win32-ia32": "0.25.6", - "@esbuild/win32-x64": "0.25.6" + "@esbuild/aix-ppc64": "0.25.12", + "@esbuild/android-arm": "0.25.12", + "@esbuild/android-arm64": "0.25.12", + "@esbuild/android-x64": "0.25.12", + "@esbuild/darwin-arm64": "0.25.12", + "@esbuild/darwin-x64": "0.25.12", + "@esbuild/freebsd-arm64": "0.25.12", + "@esbuild/freebsd-x64": "0.25.12", + "@esbuild/linux-arm": "0.25.12", + "@esbuild/linux-arm64": "0.25.12", + "@esbuild/linux-ia32": "0.25.12", + "@esbuild/linux-loong64": "0.25.12", + "@esbuild/linux-mips64el": "0.25.12", + "@esbuild/linux-ppc64": "0.25.12", + "@esbuild/linux-riscv64": "0.25.12", + "@esbuild/linux-s390x": "0.25.12", + "@esbuild/linux-x64": "0.25.12", + "@esbuild/netbsd-arm64": "0.25.12", + "@esbuild/netbsd-x64": "0.25.12", + "@esbuild/openbsd-arm64": "0.25.12", + "@esbuild/openbsd-x64": "0.25.12", + "@esbuild/openharmony-arm64": "0.25.12", + "@esbuild/sunos-x64": "0.25.12", + "@esbuild/win32-arm64": "0.25.12", + "@esbuild/win32-ia32": "0.25.12", + "@esbuild/win32-x64": "0.25.12" } }, "node_modules/@enact/storybook-utils/node_modules/esbuild-register": { @@ -19313,25 +18869,24 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz", - "integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", + "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", "extraneous": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.0", - "@eslint/config-helpers": "^0.3.0", - "@eslint/core": "^0.15.0", + "@eslint/config-array": "^0.21.1", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.31.0", - "@eslint/plugin-kit": "^0.3.1", + "@eslint/js": "9.39.1", + "@eslint/plugin-kit": "^0.4.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", "@types/estree": "^1.0.6", - "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.6", @@ -19374,30 +18929,29 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-enact/-/eslint-config-enact-5.0.1.tgz", - "integrity": "sha512-0PVh976AJPAbRQSOPbwXacUHY9oY2zv16n2hagyzH/Reg5xUQDXWRLkKncoZbR5RWNxQkeLPfHN5u+ALW01LOA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-enact/-/eslint-config-enact-5.0.2.tgz", + "integrity": "sha512-8OmQRr2VhYc5DCVHoqKEO+Qk6iUV9xnO7At9HYQA3E1eLQiuGuQ6jMAdZY/Eu2zsIZL+OTq7UZZN3fKpY9QyfQ==", "dev": true, "hasShrinkwrap": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@babel/eslint-parser": "^7.27.5", + "@babel/eslint-parser": "^7.28.4", "@babel/eslint-plugin": "^7.27.1", "@stylistic/eslint-plugin-js": "^3.1.0", - "@typescript-eslint/eslint-plugin": "^8.34.0", - "@typescript-eslint/parser": "^8.34.0", - "babel-preset-enact": "^0.1.13", - "eslint": "^9.29.0", - "eslint-plugin-enact": "^2.0.1", + "@typescript-eslint/eslint-plugin": "^8.44.1", + "@typescript-eslint/parser": "^8.44.1", + "babel-preset-enact": "^0.1.14", + "eslint": "^9.20.0", + "eslint-plugin-enact": "^2.0.2", "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-testing-library": "^7.5.3", - "globals": "^16.2.0", - "react": "^19.1.0" + "eslint-plugin-testing-library": "^7.9.2", + "globals": "^16.4.0", + "react": "^19.1.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -19406,22 +18960,6 @@ "eslint": "^9.20.0" } }, - "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/code-frame": { "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", @@ -19429,7 +18967,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", @@ -19440,36 +18977,35 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/compat-data": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz", - "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", + "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/core": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz", - "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", + "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { - "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", - "@babel/helper-module-transforms": "^7.27.3", - "@babel/helpers": "^7.27.6", - "@babel/parser": "^7.28.0", + "@babel/helper-module-transforms": "^7.28.3", + "@babel/helpers": "^7.28.4", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/traverse": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5", + "@jridgewell/remapping": "^2.3.5", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -19485,9 +19021,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/eslint-parser": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz", - "integrity": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz", + "integrity": "sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==", "dev": true, "license": "MIT", "optional": true, @@ -19512,7 +19048,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-rule-composer": "^0.3.0" }, @@ -19525,16 +19060,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/generator": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz", - "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", + "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/parser": "^7.28.0", - "@babel/types": "^7.28.0", + "@babel/parser": "^7.28.5", + "@babel/types": "^7.28.5", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" @@ -19550,7 +19084,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/types": "^7.27.3" }, @@ -19565,7 +19098,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/compat-data": "^7.27.2", "@babel/helper-validator-option": "^7.27.1", @@ -19578,20 +19110,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz", - "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz", + "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "@babel/helper-member-expression-to-functions": "^7.27.1", + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-member-expression-to-functions": "^7.28.5", "@babel/helper-optimise-call-expression": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", - "@babel/traverse": "^7.27.1", + "@babel/traverse": "^7.28.5", "semver": "^6.3.1" }, "engines": { @@ -19602,16 +19133,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz", - "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", + "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "regexpu-core": "^6.2.0", + "@babel/helper-annotate-as-pure": "^7.27.3", + "regexpu-core": "^6.3.1", "semver": "^6.3.1" }, "engines": { @@ -19628,7 +19158,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -19647,22 +19176,20 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", - "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", + "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -19675,7 +19202,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -19685,17 +19211,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-module-transforms": { - "version": "7.27.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", - "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", + "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.3" + "@babel/traverse": "^7.28.3" }, "engines": { "node": ">=6.9.0" @@ -19711,7 +19236,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/types": "^7.27.1" }, @@ -19726,7 +19250,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -19738,7 +19261,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-wrap-function": "^7.27.1", @@ -19758,7 +19280,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-member-expression-to-functions": "^7.27.1", "@babel/helper-optimise-call-expression": "^7.27.1", @@ -19778,7 +19299,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -19794,19 +19314,17 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-validator-identifier": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -19818,54 +19336,50 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/helper-wrap-function": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz", - "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz", + "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/template": "^7.27.1", - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" + "@babel/template": "^7.27.2", + "@babel/traverse": "^7.28.3", + "@babel/types": "^7.28.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/helpers": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6.tgz", - "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", + "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/template": "^7.27.2", - "@babel/types": "^7.27.6" + "@babel/types": "^7.28.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/parser": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", - "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", + "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/types": "^7.28.0" + "@babel/types": "^7.28.5" }, "bin": { "parser": "bin/babel-parser.js" @@ -19875,16 +19389,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz", - "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", + "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -19900,7 +19413,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19918,7 +19430,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19936,7 +19447,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", @@ -19950,16 +19460,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz", - "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz", + "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/traverse": "^7.28.3" }, "engines": { "node": ">=6.9.0" @@ -19975,7 +19484,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -19995,7 +19503,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20013,7 +19520,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" }, @@ -20028,7 +19534,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20046,7 +19551,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -20061,7 +19565,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20079,7 +19582,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20097,7 +19599,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20115,7 +19616,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20133,7 +19633,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -20152,7 +19651,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20170,7 +19668,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-remap-async-to-generator": "^7.27.1", @@ -20190,7 +19687,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -20210,7 +19706,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20222,13 +19717,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz", - "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz", + "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20246,7 +19740,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20259,15 +19752,14 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz", - "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz", + "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-create-class-features-plugin": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { @@ -20278,20 +19770,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-classes": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz", - "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz", + "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-globals": "^7.28.0", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -20307,7 +19798,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/template": "^7.27.1" @@ -20320,16 +19810,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-destructuring": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz", - "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", + "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -20345,7 +19834,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20364,7 +19852,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20382,7 +19869,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20401,7 +19887,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20419,7 +19904,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0" @@ -20432,13 +19916,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz", - "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz", + "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20456,7 +19939,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20474,7 +19956,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -20493,7 +19974,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -20513,7 +19993,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20531,7 +20010,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20543,13 +20021,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz", - "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz", + "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20567,7 +20044,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20585,7 +20061,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20604,7 +20079,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20617,18 +20091,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz", - "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz", + "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/helper-module-transforms": "^7.27.1", + "@babel/helper-module-transforms": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.1" + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -20644,7 +20117,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20663,7 +20135,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20682,7 +20153,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20700,7 +20170,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20718,7 +20187,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20730,19 +20198,18 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz", - "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz", + "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0", "@babel/plugin-transform-parameters": "^7.27.7", - "@babel/traverse": "^7.28.0" + "@babel/traverse": "^7.28.4" }, "engines": { "node": ">=6.9.0" @@ -20758,7 +20225,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1" @@ -20777,7 +20243,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20789,13 +20254,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz", - "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz", + "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -20814,7 +20278,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20832,7 +20295,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20851,7 +20313,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-create-class-features-plugin": "^7.27.1", @@ -20871,7 +20332,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20889,7 +20349,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20907,7 +20366,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -20929,7 +20387,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/plugin-transform-react-jsx": "^7.27.1" }, @@ -20947,7 +20404,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20960,13 +20416,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-regenerator": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz", - "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz", + "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20984,7 +20439,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -21003,7 +20457,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -21015,13 +20468,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-runtime": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz", - "integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz", + "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -21044,7 +20496,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -21062,7 +20513,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -21081,7 +20531,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -21099,7 +20548,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -21117,7 +20565,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -21129,16 +20576,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/plugin-transform-typescript": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz", - "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz", + "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", - "@babel/helper-create-class-features-plugin": "^7.27.1", + "@babel/helper-create-class-features-plugin": "^7.28.5", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.27.1" @@ -21157,7 +20603,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -21175,7 +20620,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -21194,7 +20638,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -21213,7 +20656,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -21226,23 +20668,22 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/preset-env": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.0.tgz", - "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz", + "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@babel/compat-data": "^7.28.0", + "@babel/compat-data": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5", "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-import-assertions": "^7.27.1", "@babel/plugin-syntax-import-attributes": "^7.27.1", @@ -21251,42 +20692,42 @@ "@babel/plugin-transform-async-generator-functions": "^7.28.0", "@babel/plugin-transform-async-to-generator": "^7.27.1", "@babel/plugin-transform-block-scoped-functions": "^7.27.1", - "@babel/plugin-transform-block-scoping": "^7.28.0", + "@babel/plugin-transform-block-scoping": "^7.28.5", "@babel/plugin-transform-class-properties": "^7.27.1", - "@babel/plugin-transform-class-static-block": "^7.27.1", - "@babel/plugin-transform-classes": "^7.28.0", + "@babel/plugin-transform-class-static-block": "^7.28.3", + "@babel/plugin-transform-classes": "^7.28.4", "@babel/plugin-transform-computed-properties": "^7.27.1", - "@babel/plugin-transform-destructuring": "^7.28.0", + "@babel/plugin-transform-destructuring": "^7.28.5", "@babel/plugin-transform-dotall-regex": "^7.27.1", "@babel/plugin-transform-duplicate-keys": "^7.27.1", "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1", "@babel/plugin-transform-dynamic-import": "^7.27.1", "@babel/plugin-transform-explicit-resource-management": "^7.28.0", - "@babel/plugin-transform-exponentiation-operator": "^7.27.1", + "@babel/plugin-transform-exponentiation-operator": "^7.28.5", "@babel/plugin-transform-export-namespace-from": "^7.27.1", "@babel/plugin-transform-for-of": "^7.27.1", "@babel/plugin-transform-function-name": "^7.27.1", "@babel/plugin-transform-json-strings": "^7.27.1", "@babel/plugin-transform-literals": "^7.27.1", - "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", + "@babel/plugin-transform-logical-assignment-operators": "^7.28.5", "@babel/plugin-transform-member-expression-literals": "^7.27.1", "@babel/plugin-transform-modules-amd": "^7.27.1", "@babel/plugin-transform-modules-commonjs": "^7.27.1", - "@babel/plugin-transform-modules-systemjs": "^7.27.1", + "@babel/plugin-transform-modules-systemjs": "^7.28.5", "@babel/plugin-transform-modules-umd": "^7.27.1", "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1", "@babel/plugin-transform-new-target": "^7.27.1", "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-numeric-separator": "^7.27.1", - "@babel/plugin-transform-object-rest-spread": "^7.28.0", + "@babel/plugin-transform-object-rest-spread": "^7.28.4", "@babel/plugin-transform-object-super": "^7.27.1", "@babel/plugin-transform-optional-catch-binding": "^7.27.1", - "@babel/plugin-transform-optional-chaining": "^7.27.1", + "@babel/plugin-transform-optional-chaining": "^7.28.5", "@babel/plugin-transform-parameters": "^7.27.7", "@babel/plugin-transform-private-methods": "^7.27.1", "@babel/plugin-transform-private-property-in-object": "^7.27.1", "@babel/plugin-transform-property-literals": "^7.27.1", - "@babel/plugin-transform-regenerator": "^7.28.0", + "@babel/plugin-transform-regenerator": "^7.28.4", "@babel/plugin-transform-regexp-modifiers": "^7.27.1", "@babel/plugin-transform-reserved-words": "^7.27.1", "@babel/plugin-transform-shorthand-properties": "^7.27.1", @@ -21319,7 +20760,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -21330,17 +20770,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/preset-react": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.27.1.tgz", - "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz", + "integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", - "@babel/plugin-transform-react-display-name": "^7.27.1", + "@babel/plugin-transform-react-display-name": "^7.28.0", "@babel/plugin-transform-react-jsx": "^7.27.1", "@babel/plugin-transform-react-jsx-development": "^7.27.1", "@babel/plugin-transform-react-pure-annotations": "^7.27.1" @@ -21353,19 +20792,18 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/preset-typescript": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz", - "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", + "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/plugin-transform-modules-commonjs": "^7.27.1", - "@babel/plugin-transform-typescript": "^7.27.1" + "@babel/plugin-transform-typescript": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -21375,13 +20813,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/runtime": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", - "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -21393,7 +20830,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/parser": "^7.27.2", @@ -21404,20 +20840,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/traverse": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz", - "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", + "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.0", + "@babel/generator": "^7.28.5", "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.28.0", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/types": "^7.28.0", + "@babel/types": "^7.28.5", "debug": "^4.3.1" }, "engines": { @@ -21425,29 +20860,27 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@babel/types": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.1.tgz", - "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", + "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-string-parser": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1" + "@babel/helper-validator-identifier": "^7.28.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint-community/eslint-utils": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", - "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-visitor-keys": "^3.4.3" }, @@ -21468,7 +20901,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -21477,27 +20909,25 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint/config-array": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", - "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@eslint/object-schema": "^2.1.6", + "@eslint/object-schema": "^2.1.7", "debug": "^4.3.1", "minimatch": "^3.1.2" }, @@ -21512,7 +20942,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -21525,7 +20954,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -21534,25 +20962,26 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint/config-helpers": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", - "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, + "dependencies": { + "@eslint/core": "^0.17.0" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint/core": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", - "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "@types/json-schema": "^7.0.15" }, @@ -21567,7 +20996,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -21593,7 +21021,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -21606,7 +21033,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=18" }, @@ -21621,7 +21047,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 4" } @@ -21633,7 +21058,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -21642,13 +21066,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint/js": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz", - "integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -21657,27 +21080,25 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint/object-schema": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", - "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@eslint/plugin-kit": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz", - "integrity": "sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@eslint/core": "^0.15.1", + "@eslint/core": "^0.17.0", "levn": "^0.4.1" }, "engines": { @@ -21691,43 +21112,25 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=18.18.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@humanfs/node": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", - "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "@humanfs/core": "^0.19.1", - "@humanwhocodes/retry": "^0.3.0" + "@humanwhocodes/retry": "^0.4.0" }, "engines": { "node": ">=18.18.0" } }, - "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", - "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -21735,7 +21138,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=12.22" }, @@ -21751,7 +21153,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=18.18" }, @@ -21767,7 +21168,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "20 || >=22" } @@ -21779,7 +21179,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@isaacs/balanced-match": "^4.0.1" }, @@ -21788,18 +21187,29 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", - "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, + "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", @@ -21807,28 +21217,25 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", - "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.29", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", - "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -21841,7 +21248,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-scope": "5.1.1" } @@ -21853,7 +21259,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -21869,7 +21274,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 8" } @@ -21881,7 +21285,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -21897,7 +21300,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" @@ -21916,7 +21318,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -21930,8 +21331,7 @@ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@types/json-schema": { "version": "7.0.15", @@ -21939,23 +21339,22 @@ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz", - "integrity": "sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.4.tgz", + "integrity": "sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.37.0", - "@typescript-eslint/type-utils": "8.37.0", - "@typescript-eslint/utils": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0", + "@typescript-eslint/scope-manager": "8.46.4", + "@typescript-eslint/type-utils": "8.46.4", + "@typescript-eslint/utils": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4", "graphemer": "^1.4.0", "ignore": "^7.0.0", "natural-compare": "^1.4.0", @@ -21969,24 +21368,24 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^8.37.0", + "@typescript-eslint/parser": "^8.46.4", "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/parser": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.37.0.tgz", - "integrity": "sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.4.tgz", + "integrity": "sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.37.0", - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/typescript-estree": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0", + "@typescript-eslint/scope-manager": "8.46.4", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/typescript-estree": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4", "debug": "^4.3.4" }, "engines": { @@ -21998,20 +21397,19 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/project-service": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.37.0.tgz", - "integrity": "sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.4.tgz", + "integrity": "sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.37.0", - "@typescript-eslint/types": "^8.37.0", + "@typescript-eslint/tsconfig-utils": "^8.46.4", + "@typescript-eslint/types": "^8.46.4", "debug": "^4.3.4" }, "engines": { @@ -22022,20 +21420,19 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/scope-manager": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz", - "integrity": "sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz", + "integrity": "sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0" + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -22046,13 +21443,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz", - "integrity": "sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz", + "integrity": "sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -22061,21 +21457,20 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/type-utils": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz", - "integrity": "sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.4.tgz", + "integrity": "sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/typescript-estree": "8.37.0", - "@typescript-eslint/utils": "8.37.0", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/typescript-estree": "8.46.4", + "@typescript-eslint/utils": "8.46.4", "debug": "^4.3.4", "ts-api-utils": "^2.1.0" }, @@ -22088,17 +21483,16 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/types": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.37.0.tgz", - "integrity": "sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz", + "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -22108,18 +21502,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz", - "integrity": "sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz", + "integrity": "sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/project-service": "8.37.0", - "@typescript-eslint/tsconfig-utils": "8.37.0", - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/visitor-keys": "8.37.0", + "@typescript-eslint/project-service": "8.46.4", + "@typescript-eslint/tsconfig-utils": "8.46.4", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/visitor-keys": "8.46.4", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -22135,17 +21528,16 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "dev": true, "license": "ISC", "optional": true, - "peer": true, "bin": { "semver": "bin/semver.js" }, @@ -22154,18 +21546,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/utils": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.37.0.tgz", - "integrity": "sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.4.tgz", + "integrity": "sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", - "@typescript-eslint/scope-manager": "8.37.0", - "@typescript-eslint/types": "8.37.0", - "@typescript-eslint/typescript-estree": "8.37.0" + "@typescript-eslint/scope-manager": "8.46.4", + "@typescript-eslint/types": "8.46.4", + "@typescript-eslint/typescript-estree": "8.46.4" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -22176,19 +21567,18 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.9.0" + "typescript": ">=4.8.4 <6.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz", - "integrity": "sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==", + "version": "8.46.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.4.tgz", + "integrity": "sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "@typescript-eslint/types": "8.37.0", + "@typescript-eslint/types": "8.46.4", "eslint-visitor-keys": "^4.2.1" }, "engines": { @@ -22206,7 +21596,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -22236,7 +21625,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } @@ -22248,7 +21636,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -22267,7 +21654,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -22284,8 +21670,7 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, "license": "Python-2.0", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/aria-query": { "version": "5.3.2", @@ -22294,7 +21679,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -22306,7 +21690,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" @@ -22325,7 +21708,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -22350,7 +21732,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -22373,7 +21754,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -22394,7 +21774,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -22415,7 +21794,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -22434,7 +21812,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", @@ -22457,8 +21834,7 @@ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/async-function": { "version": "1.0.0", @@ -22467,7 +21843,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -22479,7 +21854,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -22491,13 +21865,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/axe-core": { - "version": "4.10.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz", - "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz", + "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==", "dev": true, "license": "MPL-2.0", "optional": true, - "peer": true, "engines": { "node": ">=4" } @@ -22509,7 +21882,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -22521,7 +21893,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "peerDependencies": { "@babel/core": "^7.0.0" } @@ -22533,7 +21904,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "object.assign": "^4.1.0" } @@ -22545,7 +21915,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/compat-data": "^7.27.7", "@babel/helper-define-polyfill-provider": "^0.6.5", @@ -22562,7 +21931,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5", "core-js-compat": "^3.43.0" @@ -22578,7 +21946,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5" }, @@ -22592,27 +21959,25 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/babel-preset-enact": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/babel-preset-enact/-/babel-preset-enact-0.1.13.tgz", - "integrity": "sha512-YCFWwsOoIddtKZMgYLlmywqW27A9w6s4bXLE0XlGb0Ujvom45+ZkyD62Uy5diskI59bCPxL3eTSjHg0fX4K1zA==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/babel-preset-enact/-/babel-preset-enact-0.1.14.tgz", + "integrity": "sha512-OU14q0P8DqBncFUqokvLVVB/5NFTAnrTjtLopZZyyFuLIH8MfqQIYKDjnmmCIrQpfU6ZyQMOYFKv7fzBcf947w==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { - "@babel/core": "^7.28.0", + "@babel/core": "^7.28.4", "@babel/plugin-proposal-decorators": "^7.28.0", "@babel/plugin-proposal-export-default-from": "^7.27.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.28.0", - "@babel/preset-env": "^7.28.0", + "@babel/plugin-transform-runtime": "^7.28.3", + "@babel/preset-env": "^7.28.3", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.4", "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-transform-react-remove-prop-types": "^0.4.24" @@ -22624,8 +21989,18 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true, "license": "MIT", + "optional": true + }, + "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/baseline-browser-mapping": { + "version": "2.8.27", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.27.tgz", + "integrity": "sha512-2CXFpkjVnY2FT+B6GrSYxzYf65BJWEqz5tIRHCvNsZZ2F3CmsCB37h8SpYgKG7y9C4YAeTipIPWG7EmFmhAeXA==", + "dev": true, + "license": "Apache-2.0", "optional": true, - "peer": true + "bin": { + "baseline-browser-mapping": "dist/cli.js" + } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/brace-expansion": { "version": "2.0.2", @@ -22634,7 +22009,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0" } @@ -22646,7 +22020,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "fill-range": "^7.1.1" }, @@ -22655,9 +22028,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/browserslist": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", - "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", "dev": true, "funding": [ { @@ -22677,10 +22050,11 @@ "optional": true, "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001726", - "electron-to-chromium": "^1.5.173", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.3" + "baseline-browser-mapping": "^2.8.25", + "caniuse-lite": "^1.0.30001754", + "electron-to-chromium": "^1.5.249", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.1.4" }, "bin": { "browserslist": "cli.js" @@ -22696,7 +22070,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", @@ -22717,7 +22090,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" @@ -22733,7 +22105,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" @@ -22752,15 +22123,14 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/caniuse-lite": { - "version": "1.0.30001727", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", - "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", + "version": "1.0.30001754", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz", + "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==", "dev": true, "funding": [ { @@ -22777,8 +22147,7 @@ } ], "license": "CC-BY-4.0", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/chalk": { "version": "4.1.2", @@ -22787,7 +22156,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -22806,7 +22174,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -22820,8 +22187,7 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/concat-map": { "version": "0.0.1", @@ -22829,8 +22195,7 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/convert-source-map": { "version": "2.0.0", @@ -22838,19 +22203,17 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/core-js-compat": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.44.0.tgz", - "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==", + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", + "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "browserslist": "^4.25.1" + "browserslist": "^4.26.3" }, "funding": { "type": "opencollective", @@ -22864,7 +22227,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -22880,8 +22242,7 @@ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", "dev": true, "license": "BSD-2-Clause", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/data-view-buffer": { "version": "1.0.2", @@ -22890,7 +22251,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -22910,7 +22270,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -22930,7 +22289,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -22944,13 +22302,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "ms": "^2.1.3" }, @@ -22969,8 +22326,7 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/define-data-property": { "version": "1.1.4", @@ -22979,7 +22335,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -22999,7 +22354,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -23019,7 +22373,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -23034,7 +22387,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", @@ -23045,13 +22397,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/electron-to-chromium": { - "version": "1.5.187", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.187.tgz", - "integrity": "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==", + "version": "1.5.250", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.250.tgz", + "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/emoji-regex": { "version": "9.2.2", @@ -23059,8 +22410,7 @@ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/es-abstract": { "version": "1.24.0", @@ -23069,7 +22419,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", @@ -23140,7 +22489,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -23152,7 +22500,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -23164,7 +22511,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -23194,7 +22540,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0" }, @@ -23209,7 +22554,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", @@ -23227,7 +22571,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -23242,7 +22585,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", @@ -23262,7 +22604,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -23274,7 +22615,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=10" }, @@ -23283,27 +22623,26 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/eslint": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz", - "integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==", + "version": "9.39.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", + "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", "dev": true, "license": "MIT", "optional": true, "peer": true, "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.0", - "@eslint/config-helpers": "^0.3.0", - "@eslint/core": "^0.15.0", + "@eslint/config-array": "^0.21.1", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.31.0", - "@eslint/plugin-kit": "^0.3.1", + "@eslint/js": "9.39.1", + "@eslint/plugin-kit": "^0.4.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", "@types/estree": "^1.0.6", - "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.6", @@ -23346,13 +22685,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/eslint-plugin-enact": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-enact/-/eslint-plugin-enact-2.0.1.tgz", - "integrity": "sha512-KJAeIW6+/CByKu+t1KscZf2CuQjuHt9+bzlsevgGjtJJJtC1HAig/IlIBp+RbcnW48EMUqUI0Mzjpmr1T3hn5A==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-enact/-/eslint-plugin-enact-2.0.2.tgz", + "integrity": "sha512-+ihu4SUj5eQx0Ze6Olpm8MJCR22OzXDuGjWud4oavjxuGIpZ3jZdRPTZW2uVxPvGj6vUK0pjOPWZ+xuvr7kVDg==", "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "doctrine": "^3.0.0", "jsx-ast-utils": "^3.3.5", @@ -23366,13 +22704,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/eslint-plugin-enact/node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", "dev": true, - "license": "ISC", + "license": "BlueOak-1.0.0", "optional": true, - "peer": true, "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, @@ -23390,7 +22727,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, @@ -23418,7 +22754,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -23450,7 +22785,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -23463,7 +22797,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -23478,7 +22811,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -23513,7 +22845,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=10" }, @@ -23528,7 +22859,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -23541,7 +22871,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -23556,7 +22885,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -23571,7 +22899,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -23585,13 +22912,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/eslint-plugin-testing-library": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.0.tgz", - "integrity": "sha512-rxCz4VQFb45kDeFLnQcjGpeb72r4HmCh6v49d+DhrD2HVpnJuwK/GOnPjezWS7CytkNjQjpXcPopxLN++FlXxw==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.3.tgz", + "integrity": "sha512-STwyXN7GnHulgsfdXVd5iC8fFCJVRQj2AcKtMmQOsA8G4oMnSCOX1p3MjbrDQ9fmwVf5wZy6vboTOTFobWuxOA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "^8.15.0", "@typescript-eslint/utils": "^8.15.0" @@ -23611,7 +22937,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4.0.0" } @@ -23623,7 +22948,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -23639,7 +22963,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=4.0" } @@ -23651,7 +22974,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": ">=10" } @@ -23663,7 +22985,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -23676,7 +22997,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -23695,7 +23015,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -23710,7 +23029,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 4" } @@ -23722,7 +23040,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -23737,7 +23054,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", @@ -23757,7 +23073,6 @@ "dev": true, "license": "Apache-2.0", "optional": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -23772,7 +23087,6 @@ "dev": true, "license": "BSD-3-Clause", "optional": true, - "peer": true, "dependencies": { "estraverse": "^5.1.0" }, @@ -23787,7 +23101,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -23802,7 +23115,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=4.0" } @@ -23814,7 +23126,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -23825,8 +23136,7 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/fast-glob": { "version": "3.3.3", @@ -23835,7 +23145,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -23854,7 +23163,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "is-glob": "^4.0.1" }, @@ -23868,8 +23176,7 @@ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/fast-levenshtein": { "version": "2.0.6", @@ -23877,8 +23184,7 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/fastq": { "version": "1.19.1", @@ -23887,7 +23193,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "reusify": "^1.0.4" } @@ -23899,7 +23204,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "flat-cache": "^4.0.0" }, @@ -23914,7 +23218,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "to-regex-range": "^5.0.1" }, @@ -23929,7 +23232,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -23948,7 +23250,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.4" @@ -23963,8 +23264,7 @@ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/for-each": { "version": "0.3.5", @@ -23973,7 +23273,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-callable": "^1.2.7" }, @@ -23991,7 +23290,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -24003,7 +23301,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -24026,11 +23323,21 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -24038,7 +23345,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -24050,7 +23356,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", @@ -24077,7 +23382,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" @@ -24093,7 +23397,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -24113,7 +23416,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "is-glob": "^4.0.3" }, @@ -24122,13 +23424,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=18" }, @@ -24143,7 +23444,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -24162,7 +23462,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24176,8 +23475,7 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/has-bigints": { "version": "1.1.0", @@ -24186,7 +23484,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24201,7 +23498,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -24213,7 +23509,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-define-property": "^1.0.0" }, @@ -24228,7 +23523,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "dunder-proto": "^1.0.0" }, @@ -24246,7 +23540,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24261,7 +23554,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "has-symbols": "^1.0.3" }, @@ -24279,7 +23571,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "function-bind": "^1.1.2" }, @@ -24294,7 +23585,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 4" } @@ -24306,7 +23596,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -24325,7 +23614,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.8.19" } @@ -24337,7 +23625,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", @@ -24354,7 +23641,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -24374,7 +23660,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "async-function": "^1.0.0", "call-bound": "^1.0.3", @@ -24396,7 +23681,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "has-bigints": "^1.0.2" }, @@ -24414,7 +23698,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -24433,7 +23716,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24448,7 +23730,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -24466,7 +23747,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", @@ -24486,7 +23766,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" @@ -24505,7 +23784,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -24517,7 +23795,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -24529,16 +23806,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", "has-tostringtag": "^1.0.2", "safe-regex-test": "^1.1.0" }, @@ -24556,7 +23833,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -24571,7 +23847,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24586,7 +23861,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24601,7 +23875,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.12.0" } @@ -24613,7 +23886,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -24632,7 +23904,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "gopd": "^1.2.0", @@ -24653,7 +23924,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24668,7 +23938,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -24686,7 +23955,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -24705,7 +23973,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-symbols": "^1.1.0", @@ -24725,7 +23992,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "which-typed-array": "^1.1.16" }, @@ -24743,7 +24009,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -24758,7 +24023,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -24776,7 +24040,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" @@ -24794,8 +24057,7 @@ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/isexe": { "version": "2.0.0", @@ -24803,8 +24065,7 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/iterator.prototype": { "version": "1.1.5", @@ -24813,7 +24074,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-object-atoms": "^1.0.0", @@ -24832,17 +24092,15 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -24857,7 +24115,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "bin": { "jsesc": "bin/jsesc" }, @@ -24871,8 +24128,7 @@ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/json-schema-traverse": { "version": "0.4.1", @@ -24880,8 +24136,7 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", @@ -24889,8 +24144,7 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/json5": { "version": "2.2.3", @@ -24899,7 +24153,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "bin": { "json5": "lib/cli.js" }, @@ -24914,7 +24167,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", @@ -24932,7 +24184,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "json-buffer": "3.0.1" } @@ -24943,8 +24194,7 @@ "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", "dev": true, "license": "CC0-1.0", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/language-tags": { "version": "1.0.9", @@ -24953,7 +24203,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "language-subtag-registry": "^0.3.20" }, @@ -24968,7 +24217,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -24984,7 +24232,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "p-locate": "^5.0.0" }, @@ -25001,8 +24248,7 @@ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/lodash.merge": { "version": "4.6.2", @@ -25010,8 +24256,7 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/loose-envify": { "version": "1.4.0", @@ -25020,7 +24265,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -25035,7 +24279,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "yallist": "^3.0.2" } @@ -25047,7 +24290,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -25059,7 +24301,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 8" } @@ -25071,7 +24312,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -25087,7 +24327,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -25104,8 +24343,7 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/natural-compare": { "version": "1.4.0", @@ -25113,17 +24351,15 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/object-assign": { "version": "4.1.1", @@ -25132,7 +24368,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -25144,7 +24379,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -25159,7 +24393,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -25171,7 +24404,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -25194,7 +24426,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -25212,7 +24443,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -25233,7 +24463,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -25254,7 +24483,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -25274,7 +24502,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "get-intrinsic": "^1.2.6", "object-keys": "^1.1.1", @@ -25294,7 +24521,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "yocto-queue": "^0.1.0" }, @@ -25312,7 +24538,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "p-limit": "^3.0.2" }, @@ -25330,7 +24555,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "callsites": "^3.0.0" }, @@ -25345,7 +24569,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -25357,7 +24580,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -25368,8 +24590,7 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/picocolors": { "version": "1.1.1", @@ -25377,8 +24598,7 @@ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/picomatch": { "version": "2.3.1", @@ -25387,7 +24607,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8.6" }, @@ -25402,7 +24621,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" } @@ -25414,7 +24632,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.8.0" } @@ -25426,7 +24643,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -25440,7 +24656,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -25465,17 +24680,15 @@ } ], "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -25486,8 +24699,7 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/reflect.getprototypeof": { "version": "1.0.10", @@ -25496,7 +24708,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -25520,17 +24731,15 @@ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/regenerate-unicode-properties": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", + "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "regenerate": "^1.4.2" }, @@ -25545,7 +24754,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -25562,20 +24770,19 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/regexpu-core": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", - "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", + "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.2.0", + "regenerate-unicode-properties": "^10.2.2", "regjsgen": "^0.8.0", - "regjsparser": "^0.12.0", + "regjsparser": "^0.13.0", "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" + "unicode-match-property-value-ecmascript": "^2.2.1" }, "engines": { "node": ">=4" @@ -25587,49 +24794,31 @@ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", "dev": true, "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/regjsparser": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", - "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz", + "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==", "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { - "jsesc": "~3.0.2" + "jsesc": "~3.1.0" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/regjsparser/node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { - "is-core-module": "^2.16.0", + "is-core-module": "^2.16.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -25650,7 +24839,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } @@ -25662,7 +24850,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -25689,7 +24876,6 @@ ], "license": "MIT", "optional": true, - "peer": true, "dependencies": { "queue-microtask": "^1.2.2" } @@ -25701,7 +24887,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -25723,7 +24908,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "isarray": "^2.0.5" @@ -25742,7 +24926,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -25762,7 +24945,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "bin": { "semver": "bin/semver.js" } @@ -25774,7 +24956,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -25794,7 +24975,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -25812,7 +24992,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-errors": "^1.3.0", @@ -25829,7 +25008,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "shebang-regex": "^3.0.0" }, @@ -25844,7 +25022,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -25856,7 +25033,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", @@ -25878,7 +25054,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" @@ -25897,7 +25072,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -25918,7 +25092,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -25940,7 +25113,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "es-errors": "^1.3.0", "internal-slot": "^1.1.0" @@ -25956,7 +25128,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -25973,7 +25144,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -26003,7 +25173,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -26016,7 +25185,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -26040,7 +25208,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -26061,7 +25228,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -26081,7 +25247,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=8" }, @@ -26096,7 +25261,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -26111,7 +25275,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">= 0.4" }, @@ -26126,7 +25289,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-number": "^7.0.0" }, @@ -26141,7 +25303,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=18.12" }, @@ -26156,7 +25317,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "prelude-ls": "^1.2.1" }, @@ -26171,7 +25331,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -26188,7 +25347,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.8", "for-each": "^0.3.3", @@ -26210,7 +25368,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -26234,7 +25391,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -26251,9 +25407,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", "optional": true, @@ -26273,7 +25429,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", @@ -26294,7 +25449,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } @@ -26306,7 +25460,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -26316,33 +25469,31 @@ } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/unicode-match-property-value-ecmascript": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", + "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", + "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=4" } }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", "dev": true, "funding": [ { @@ -26360,7 +25511,6 @@ ], "license": "MIT", "optional": true, - "peer": true, "dependencies": { "escalade": "^3.2.0", "picocolors": "^1.1.1" @@ -26379,7 +25529,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "dependencies": { "punycode": "^2.1.0" } @@ -26391,7 +25540,6 @@ "dev": true, "license": "ISC", "optional": true, - "peer": true, "dependencies": { "isexe": "^2.0.0" }, @@ -26409,7 +25557,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-bigint": "^1.1.0", "is-boolean-object": "^1.2.1", @@ -26431,7 +25578,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "call-bound": "^1.0.2", "function.prototype.name": "^1.1.6", @@ -26461,7 +25607,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", @@ -26482,7 +25627,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -26506,7 +25650,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -26517,8 +25660,7 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true, "license": "ISC", - "optional": true, - "peer": true + "optional": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/yocto-queue": { "version": "0.1.0", @@ -26527,7 +25669,6 @@ "dev": true, "license": "MIT", "optional": true, - "peer": true, "engines": { "node": ">=10" }, @@ -26822,7 +25963,6 @@ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "license": "BSD-2-Clause", - "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -26835,11 +25975,19 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "license": "BSD-2-Clause", - "peer": true, "engines": { "node": ">=4.0" } }, + "node_modules/@enact/storybook-utils/node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, "node_modules/@enact/storybook-utils/node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -26905,9 +26053,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/fast-uri": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", - "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", "funding": [ { "type": "github", @@ -27063,9 +26211,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/fork-ts-checker-webpack-plugin/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "extraneous": true, "license": "ISC", "bin": { @@ -27076,15 +26224,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", + "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", "license": "MIT", "engines": { "node": "*" }, "funding": { - "type": "patreon", + "type": "github", "url": "https://github.com/sponsors/rawify" } }, @@ -27104,9 +26252,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/fs-monkey": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", - "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.1.0.tgz", + "integrity": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==", "extraneous": true, "license": "Unlicense" }, @@ -27171,6 +26319,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/@enact/storybook-utils/node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/@enact/storybook-utils/node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -27274,13 +26431,12 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "license": "BSD-2-Clause", - "peer": true + "license": "BSD-2-Clause" }, "node_modules/@enact/storybook-utils/node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "extraneous": true, "license": "MIT", "engines": { @@ -27498,9 +26654,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/html-webpack-plugin": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", - "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "extraneous": true, "license": "MIT", "dependencies": { @@ -27625,9 +26781,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/immutable": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.3.tgz", - "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", + "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==", "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/import-fresh": { @@ -27908,13 +27064,14 @@ } }, "node_modules/@enact/storybook-utils/node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", "license": "MIT", "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", "has-tostringtag": "^1.0.2", "safe-regex-test": "^1.1.0" }, @@ -28198,7 +27355,6 @@ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "license": "MIT", - "peer": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -28213,7 +27369,6 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "license": "MIT", - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -28225,12 +27380,13 @@ } }, "node_modules/@enact/storybook-utils/node_modules/jiti": { - "version": "1.21.7", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", - "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", "license": "MIT", + "peer": true, "bin": { - "jiti": "bin/jiti.js" + "jiti": "lib/jiti-cli.mjs" } }, "node_modules/@enact/storybook-utils/node_modules/js-tokens": { @@ -28240,9 +27396,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -28303,9 +27459,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", "extraneous": true, "license": "MIT", "dependencies": { @@ -28326,9 +27482,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/less": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/less/-/less-4.4.0.tgz", - "integrity": "sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/less/-/less-4.4.2.tgz", + "integrity": "sha512-j1n1IuTX1VQjIy3tT7cyGbX7nvQOsFLoIqobZv4ttI5axP923gA44zUj6miiA6R5Aoms4sEGVIIcucXUbRI14g==", "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", @@ -28422,13 +27578,16 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "license": "MIT", - "peer": true, "engines": { "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/@enact/storybook-utils/node_modules/locate-path": { @@ -28451,6 +27610,7 @@ "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "extraneous": true, "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/lodash.debounce": { @@ -28467,9 +27627,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/loupe": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.4.tgz", - "integrity": "sha512-wJzkKwJrheKtknCOKNEtDK4iqg/MxmZheEMtSTYvnzRdEYaZzmgH976nenp8WdJRdx5Vc1X/9MO0Oszl6ezeXg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", + "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/lower-case": { @@ -28496,19 +27656,17 @@ "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", "license": "MIT", - "peer": true, "bin": { "lz-string": "bin/bin.js" } }, "node_modules/@enact/storybook-utils/node_modules/magic-string": { - "version": "0.30.17", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", - "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", - "extraneous": true, + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0" + "@jridgewell/sourcemap-codec": "^1.5.5" } }, "node_modules/@enact/storybook-utils/node_modules/make-dir": { @@ -28564,8 +27722,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/micromatch": { "version": "4.0.8", @@ -28618,7 +27775,6 @@ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "license": "MIT", - "peer": true, "engines": { "node": ">= 0.6" } @@ -28628,7 +27784,6 @@ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "license": "MIT", - "peer": true, "dependencies": { "mime-db": "1.52.0" }, @@ -28646,9 +27801,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/mini-css-extract-plugin": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", - "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz", + "integrity": "sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==", "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", @@ -28670,6 +27825,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -28700,9 +27856,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", @@ -28871,9 +28027,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/normalize-path": { @@ -29166,16 +28322,15 @@ } }, "node_modules/@enact/storybook-utils/node_modules/parse-asn1": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.7.tgz", - "integrity": "sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==", + "version": "5.1.9", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.9.tgz", + "integrity": "sha512-fIYNuZ/HastSb80baGOuPRo1O9cf4baWw5WsAp7dBuUzeTD/BoaG8sVTdlPFksBE2lF21dN+A1AnrpIjSWqHHg==", "license": "ISC", "dependencies": { "asn1.js": "^4.10.1", "browserify-aes": "^1.2.0", "evp_bytestokey": "^1.0.3", - "hash-base": "~3.0", - "pbkdf2": "^3.1.2", + "pbkdf2": "^3.1.5", "safe-buffer": "^5.2.1" }, "engines": { @@ -29282,51 +28437,20 @@ } }, "node_modules/@enact/storybook-utils/node_modules/pbkdf2": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.3.tgz", - "integrity": "sha512-wfRLBZ0feWRhCIkoMB6ete7czJcnNnqRpcoWQBLqatqXXmelSRqfdDK4F3u9T2s2cXas/hQJcryI/4lAL+XTlA==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.5.tgz", + "integrity": "sha512-Q3CG/cYvCO1ye4QKkuH7EXxs3VC/rI1/trd+qX2+PolbaKG0H+bgcZzrTt96mMyRtejk+JMCiLUn3y29W8qmFQ==", "license": "MIT", "dependencies": { - "create-hash": "~1.1.3", + "create-hash": "^1.2.0", "create-hmac": "^1.1.7", - "ripemd160": "=2.0.1", + "ripemd160": "^2.0.3", "safe-buffer": "^5.2.1", - "sha.js": "^2.4.11", - "to-buffer": "^1.2.0" + "sha.js": "^2.4.12", + "to-buffer": "^1.2.1" }, "engines": { - "node": ">=0.12" - } - }, - "node_modules/@enact/storybook-utils/node_modules/pbkdf2/node_modules/create-hash": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz", - "integrity": "sha512-snRpch/kwQhcdlnZKYanNF1m0RDlrCdSKQaH87w1FCFPVPNCQ/Il9QJKAX2jVBZddRdaHBMC+zXa9Gw9tmkNUA==", - "license": "MIT", - "dependencies": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "sha.js": "^2.4.0" - } - }, - "node_modules/@enact/storybook-utils/node_modules/pbkdf2/node_modules/hash-base": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz", - "integrity": "sha512-0TROgQ1/SxE6KmxWSvXHvRj90/Xo1JvZShofnYF+f6ZsGtR4eES7WfrQzPalmyagfKZCXpVnitiRebZulWsbiw==", - "license": "MIT", - "dependencies": { - "inherits": "^2.0.1" - } - }, - "node_modules/@enact/storybook-utils/node_modules/pbkdf2/node_modules/ripemd160": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz", - "integrity": "sha512-J7f4wutN8mdbV08MJnXibYpCOPHR+yzy+iQ/AsjMv2j8cLavQ8VGagDFUwwTAdF8FmRKVeNpbTTEwNHCW1g94w==", - "license": "MIT", - "dependencies": { - "hash-base": "^2.0.0", - "inherits": "^2.0.1" + "node": ">= 0.10" } }, "node_modules/@enact/storybook-utils/node_modules/picocolors": { @@ -29465,6 +28589,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -29538,9 +28663,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/postcss-color-functional-notation": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.10.tgz", - "integrity": "sha512-k9qX+aXHBiLTRrWoCJuUFI6F1iF6QJQUXNVWJVSbqZgj57jDhBlOvD8gNUGl35tgqDivbGLhZeW3Ongz4feuKA==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.12.tgz", + "integrity": "sha512-TLCW9fN5kvO/u38/uesdpbx3e8AkTYhMvDZYa9JpmImWuTE99bDQ7GU7hdOADIZsiI9/zuxfAJxny/khknp1Zw==", "funding": [ { "type": "github", @@ -29553,10 +28678,10 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", + "@csstools/css-color-parser": "^3.1.0", "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/utilities": "^2.0.0" }, "engines": { @@ -29729,9 +28854,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/postcss-double-position-gradients": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.2.tgz", - "integrity": "sha512-7qTqnL7nfLRyJK/AHSVrrXOuvDDzettC+wGoienURV8v2svNbu6zJC52ruZtHaO6mfcagFmuTGFdzRsJKB3k5Q==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.4.tgz", + "integrity": "sha512-m6IKmxo7FxSP5nF2l63QbCC3r+bWpFUWmZXZf096WxG0m7Vl1Q1+ruFOhpdDRmKrRS+S3Jtk+TVk/7z0+BVK6g==", "funding": [ { "type": "github", @@ -29744,7 +28869,7 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/utilities": "^2.0.0", "postcss-value-parser": "^4.2.0" }, @@ -29872,9 +28997,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/postcss-lab-function": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.10.tgz", - "integrity": "sha512-tqs6TCEv9tC1Riq6fOzHuHcZyhg4k3gIAMB8GGY/zA1ssGdm6puHMVE7t75aOSoFg7UD2wyrFFhbldiCMyyFTQ==", + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.12.tgz", + "integrity": "sha512-tUcyRk1ZTPec3OuKFsqtRzW2Go5lehW29XA21lZ65XmzQkz43VY2tyWEC202F7W3mILOjw0voOiuxRGTsN+J9w==", "funding": [ { "type": "github", @@ -29887,10 +29012,10 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/css-color-parser": "^3.0.10", + "@csstools/css-color-parser": "^3.1.0", "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/utilities": "^2.0.0" }, "engines": { @@ -29901,14 +29026,14 @@ } }, "node_modules/@enact/storybook-utils/node_modules/postcss-loader": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz", - "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.2.0.tgz", + "integrity": "sha512-tHX+RkpsXVcc7st4dSdDGliI+r4aAQDuv+v3vFYHixb6YgjreG5AG4SEB0kDK8u2s6htqEEpKlkhSBUTvWKYnA==", "license": "MIT", "dependencies": { "cosmiconfig": "^9.0.0", - "jiti": "^1.20.0", - "semver": "^7.5.4" + "jiti": "^2.5.1", + "semver": "^7.6.2" }, "engines": { "node": ">= 18.12.0" @@ -29958,9 +29083,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/postcss-loader/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -30180,9 +29305,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/postcss-preset-env": { - "version": "10.2.4", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.2.4.tgz", - "integrity": "sha512-q+lXgqmTMdB0Ty+EQ31SuodhdfZetUlwCA/F0zRcd/XdxjzI+Rl2JhZNz5US2n/7t9ePsvuhCnEN4Bmu86zXlA==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.4.0.tgz", + "integrity": "sha512-2kqpOthQ6JhxqQq1FSAAZGe9COQv75Aw8WbsOvQVNJ2nSevc9Yx/IKZGuZ7XJ+iOTtVon7LfO7ELRzg8AZ+sdw==", "funding": [ { "type": "github", @@ -30195,20 +29320,23 @@ ], "license": "MIT-0", "dependencies": { + "@csstools/postcss-alpha-function": "^1.0.1", "@csstools/postcss-cascade-layers": "^5.0.2", - "@csstools/postcss-color-function": "^4.0.10", - "@csstools/postcss-color-mix-function": "^3.0.10", - "@csstools/postcss-color-mix-variadic-function-arguments": "^1.0.0", - "@csstools/postcss-content-alt-text": "^2.0.6", + "@csstools/postcss-color-function": "^4.0.12", + "@csstools/postcss-color-function-display-p3-linear": "^1.0.1", + "@csstools/postcss-color-mix-function": "^3.0.12", + "@csstools/postcss-color-mix-variadic-function-arguments": "^1.0.2", + "@csstools/postcss-content-alt-text": "^2.0.8", + "@csstools/postcss-contrast-color-function": "^2.0.12", "@csstools/postcss-exponential-functions": "^2.0.9", "@csstools/postcss-font-format-keywords": "^4.0.0", - "@csstools/postcss-gamut-mapping": "^2.0.10", - "@csstools/postcss-gradients-interpolation-method": "^5.0.10", - "@csstools/postcss-hwb-function": "^4.0.10", - "@csstools/postcss-ic-unit": "^4.0.2", + "@csstools/postcss-gamut-mapping": "^2.0.11", + "@csstools/postcss-gradients-interpolation-method": "^5.0.12", + "@csstools/postcss-hwb-function": "^4.0.12", + "@csstools/postcss-ic-unit": "^4.0.4", "@csstools/postcss-initial": "^2.0.1", "@csstools/postcss-is-pseudo-class": "^5.0.3", - "@csstools/postcss-light-dark-function": "^2.0.9", + "@csstools/postcss-light-dark-function": "^2.0.11", "@csstools/postcss-logical-float-and-clear": "^3.0.0", "@csstools/postcss-logical-overflow": "^2.0.0", "@csstools/postcss-logical-overscroll-behavior": "^2.0.0", @@ -30218,38 +29346,38 @@ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5", "@csstools/postcss-nested-calc": "^4.0.0", "@csstools/postcss-normalize-display-values": "^4.0.0", - "@csstools/postcss-oklab-function": "^4.0.10", - "@csstools/postcss-progressive-custom-properties": "^4.1.0", + "@csstools/postcss-oklab-function": "^4.0.12", + "@csstools/postcss-progressive-custom-properties": "^4.2.1", "@csstools/postcss-random-function": "^2.0.1", - "@csstools/postcss-relative-color-syntax": "^3.0.10", + "@csstools/postcss-relative-color-syntax": "^3.0.12", "@csstools/postcss-scope-pseudo-class": "^4.0.1", "@csstools/postcss-sign-functions": "^1.1.4", "@csstools/postcss-stepped-value-functions": "^4.0.9", - "@csstools/postcss-text-decoration-shorthand": "^4.0.2", + "@csstools/postcss-text-decoration-shorthand": "^4.0.3", "@csstools/postcss-trigonometric-functions": "^4.0.9", "@csstools/postcss-unset-value": "^4.0.0", "autoprefixer": "^10.4.21", - "browserslist": "^4.25.0", + "browserslist": "^4.26.0", "css-blank-pseudo": "^7.0.1", - "css-has-pseudo": "^7.0.2", + "css-has-pseudo": "^7.0.3", "css-prefers-color-scheme": "^10.0.0", - "cssdb": "^8.3.0", + "cssdb": "^8.4.2", "postcss-attribute-case-insensitive": "^7.0.1", "postcss-clamp": "^4.1.0", - "postcss-color-functional-notation": "^7.0.10", + "postcss-color-functional-notation": "^7.0.12", "postcss-color-hex-alpha": "^10.0.0", "postcss-color-rebeccapurple": "^10.0.0", "postcss-custom-media": "^11.0.6", "postcss-custom-properties": "^14.0.6", "postcss-custom-selectors": "^8.0.5", "postcss-dir-pseudo-class": "^9.0.1", - "postcss-double-position-gradients": "^6.0.2", + "postcss-double-position-gradients": "^6.0.4", "postcss-focus-visible": "^10.0.1", "postcss-focus-within": "^9.0.1", "postcss-font-variant": "^5.0.0", "postcss-gap-properties": "^6.0.0", "postcss-image-set-function": "^7.0.0", - "postcss-lab-function": "^7.0.10", + "postcss-lab-function": "^7.0.12", "postcss-logical": "^8.1.0", "postcss-nesting": "^13.0.2", "postcss-opacity-percentage": "^3.0.0", @@ -30302,9 +29430,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/postcss-resolution-independence": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/postcss-resolution-independence/-/postcss-resolution-independence-1.1.8.tgz", - "integrity": "sha512-AeZ2u4S3I0B+3pQIiyISXx3nCJ0fPfR1Ua6NLaXMdN1PNAQweHo4TtDeeIycdoNA0rjbnXdqnSX3T/ZSd3wopQ==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/postcss-resolution-independence/-/postcss-resolution-independence-1.1.9.tgz", + "integrity": "sha512-b/xkDiHEI8P6za5szj/ZsSiWQvKKcLtbmxaXA1msdCpGWOmxHIC5j9erpnr/CXq3NKZnXgs8D9iQAowt0+pjwg==", "license": "Apache-2.0", "dependencies": { "postcss-values-parser": "^6.0.2" @@ -30346,6 +29474,7 @@ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", "license": "MIT", + "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -30403,7 +29532,6 @@ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "license": "MIT", - "peer": true, "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", @@ -30418,7 +29546,6 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "license": "MIT", - "peer": true, "engines": { "node": ">=10" }, @@ -30536,9 +29663,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "extraneous": true, "license": "MIT", "engines": { @@ -30591,24 +29718,23 @@ } }, "node_modules/@enact/storybook-utils/node_modules/react-dom": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz", - "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz", + "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==", "extraneous": true, "license": "MIT", "dependencies": { - "scheduler": "^0.26.0" + "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.1.0" + "react": "^19.2.0" } }, "node_modules/@enact/storybook-utils/node_modules/react-is": { "version": "17.0.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/readable-stream": { "version": "4.7.0", @@ -30710,9 +29836,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/regenerate-unicode-properties": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", + "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", "license": "MIT", "dependencies": { "regenerate": "^1.4.2" @@ -30743,17 +29869,17 @@ } }, "node_modules/@enact/storybook-utils/node_modules/regexpu-core": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", - "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", + "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", "license": "MIT", "dependencies": { "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.2.0", + "regenerate-unicode-properties": "^10.2.2", "regjsgen": "^0.8.0", - "regjsparser": "^0.12.0", + "regjsparser": "^0.13.0", "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" + "unicode-match-property-value-ecmascript": "^2.2.1" }, "engines": { "node": ">=4" @@ -30766,29 +29892,17 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/regjsparser": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", - "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz", + "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==", "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~3.0.2" + "jsesc": "~3.1.0" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/@enact/storybook-utils/node_modules/regjsparser/node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/@enact/storybook-utils/node_modules/relateurl": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", @@ -30823,12 +29937,12 @@ } }, "node_modules/@enact/storybook-utils/node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", "license": "MIT", "dependencies": { - "is-core-module": "^2.16.0", + "is-core-module": "^2.16.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -30869,15 +29983,75 @@ } }, "node_modules/@enact/storybook-utils/node_modules/ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", - "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.3.tgz", + "integrity": "sha512-5Di9UC0+8h1L6ZD2d7awM7E/T4uA1fJRlx6zk/NvdCCVEoAnFqvHmCuNeIKoCeIixBX/q8uM+6ycDvF8woqosA==", "license": "MIT", "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" + "hash-base": "^3.1.2", + "inherits": "^2.0.4" + }, + "engines": { + "node": ">= 0.8" } }, + "node_modules/@enact/storybook-utils/node_modules/ripemd160/node_modules/hash-base": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.2.tgz", + "integrity": "sha512-Bb33KbowVTIj5s7Ked1OsqHUeCpz//tPwR+E2zJgJKo9Z5XolZ9b6bdUgjmYlwnWhoOQKoTd1TYToZGn5mAYOg==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "^2.3.8", + "safe-buffer": "^5.2.1", + "to-buffer": "^1.2.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/@enact/storybook-utils/node_modules/ripemd160/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "license": "MIT" + }, + "node_modules/@enact/storybook-utils/node_modules/ripemd160/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/@enact/storybook-utils/node_modules/ripemd160/node_modules/readable-stream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" + }, + "node_modules/@enact/storybook-utils/node_modules/ripemd160/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/@enact/storybook-utils/node_modules/ripemd160/node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" + }, "node_modules/@enact/storybook-utils/node_modules/safe-array-concat": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", @@ -30966,9 +30140,9 @@ "license": "CC0-1.0" }, "node_modules/@enact/storybook-utils/node_modules/sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.94.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", + "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", @@ -30986,9 +30160,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/sass-loader": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz", - "integrity": "sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==", + "version": "16.0.6", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.6.tgz", + "integrity": "sha512-sglGzId5gmlfxNs4gK2U3h7HlVRfx278YK6Ono5lwzuvi1jxig80YiuHkaDBVsYIKFhx8wN7XSCI0M2IDS/3qA==", "license": "MIT", "dependencies": { "neo-async": "^2.6.2" @@ -31054,16 +30228,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/sax": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", - "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", - "license": "ISC", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz", + "integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==", + "license": "BlueOak-1.0.0", "optional": true }, "node_modules/@enact/storybook-utils/node_modules/scheduler": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", - "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", "extraneous": true, "license": "MIT" }, @@ -31100,7 +30274,6 @@ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "license": "BSD-3-Clause", - "peer": true, "dependencies": { "randombytes": "^2.1.0" } @@ -31297,7 +30470,6 @@ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "license": "MIT", - "peer": true, "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -31318,15 +30490,16 @@ } }, "node_modules/@enact/storybook-utils/node_modules/storybook": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.0.17.tgz", - "integrity": "sha512-O+9jgJ+Trlq9VGD1uY4OBLKQWHHDKM/A/pA8vMW6PVehhGHNvpzcIC1bngr6mL5gGHZP2nBv+9XG8pTMcggMmg==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.16.tgz", + "integrity": "sha512-339U14K6l46EFyRvaPS2ZlL7v7Pb+LlcXT8KAETrGPxq8v1sAjj2HAOB6zrlAK3M+0+ricssfAwsLCwt7Eg8TQ==", "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/user-event": "^14.6.1", "@vitest/expect": "3.2.4", + "@vitest/mocker": "3.2.4", "@vitest/spy": "3.2.4", "better-opn": "^3.0.2", "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0", @@ -31351,10 +30524,36 @@ } } }, + "node_modules/@enact/storybook-utils/node_modules/storybook/node_modules/@vitest/mocker": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.4.tgz", + "integrity": "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==", + "license": "MIT", + "dependencies": { + "@vitest/spy": "3.2.4", + "estree-walker": "^3.0.3", + "magic-string": "^0.30.17" + }, + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "msw": "^2.4.9", + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" + }, + "peerDependenciesMeta": { + "msw": { + "optional": true + }, + "vite": { + "optional": true + } + } + }, "node_modules/@enact/storybook-utils/node_modules/storybook/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -31505,14 +30704,11 @@ } }, "node_modules/@enact/storybook-utils/node_modules/strip-indent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", - "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz", + "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==", "extraneous": true, "license": "MIT", - "dependencies": { - "min-indent": "^1.0.1" - }, "engines": { "node": ">=12" }, @@ -31554,6 +30750,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "extraneous": true, "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -31575,23 +30772,26 @@ } }, "node_modules/@enact/storybook-utils/node_modules/tapable": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", - "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", "license": "MIT", "engines": { "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/@enact/storybook-utils/node_modules/terser": { - "version": "5.43.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", - "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==", + "version": "5.44.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz", + "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==", "license": "BSD-2-Clause", - "peer": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.14.0", + "acorn": "^8.15.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -31607,7 +30807,6 @@ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", "license": "MIT", - "peer": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", @@ -31659,7 +30858,6 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -31671,15 +30869,13 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", - "peer": true, "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -31698,8 +30894,7 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/timers-browserify": { "version": "2.0.12", @@ -31729,18 +30924,18 @@ } }, "node_modules/@enact/storybook-utils/node_modules/tinyspy": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.3.tgz", - "integrity": "sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz", + "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/@enact/storybook-utils/node_modules/to-buffer": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.1.tgz", - "integrity": "sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz", + "integrity": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==", "license": "MIT", "dependencies": { "isarray": "^2.0.5", @@ -31904,9 +31099,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", "optional": true, "peer": true, @@ -31938,11 +31133,10 @@ } }, "node_modules/@enact/storybook-utils/node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", - "license": "MIT", - "peer": true + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", @@ -31967,18 +31161,18 @@ } }, "node_modules/@enact/storybook-utils/node_modules/unicode-match-property-value-ecmascript": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", + "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/@enact/storybook-utils/node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", + "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", "license": "MIT", "engines": { "node": ">=4" @@ -32008,9 +31202,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", "funding": [ { "type": "opencollective", @@ -32103,7 +31297,6 @@ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", "license": "MIT", - "peer": true, "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -32113,9 +31306,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/webpack": { - "version": "5.100.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.2.tgz", - "integrity": "sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==", + "version": "5.102.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz", + "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==", "license": "MIT", "peer": true, "dependencies": { @@ -32127,9 +31320,9 @@ "@webassemblyjs/wasm-parser": "^1.14.1", "acorn": "^8.15.0", "acorn-import-phases": "^1.0.3", - "browserslist": "^4.24.0", + "browserslist": "^4.26.3", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.2", + "enhanced-resolve": "^5.17.3", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -32139,10 +31332,10 @@ "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^4.3.2", - "tapable": "^2.1.1", + "schema-utils": "^4.3.3", + "tapable": "^2.3.0", "terser-webpack-plugin": "^5.3.11", - "watchpack": "^2.4.1", + "watchpack": "^2.4.4", "webpack-sources": "^3.3.3" }, "bin": { @@ -32228,9 +31421,9 @@ "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "extraneous": true, "license": "MIT", "dependencies": { @@ -32264,7 +31457,6 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", "license": "MIT", - "peer": true, "engines": { "node": ">=10.13.0" } @@ -32298,7 +31490,6 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -32311,7 +31502,6 @@ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "license": "BSD-2-Clause", - "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -32325,7 +31515,6 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", - "peer": true, "engines": { "node": ">=4.0" } @@ -32334,15 +31523,13 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@enact/storybook-utils/node_modules/webpack/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", - "peer": true, "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -32525,9 +31712,9 @@ } }, "node_modules/@enact/storybook-utils/node_modules/yocto-queue": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", - "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", + "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", "extraneous": true, "license": "MIT", "engines": { @@ -32538,13 +31725,13 @@ } }, "node_modules/@enact/ui": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@enact/ui/-/ui-5.3.0.tgz", - "integrity": "sha512-bKyYa3kcnvHuqNTCSVv9kG1uB6PGx951ur+mF0r4UJEvi8BkQRzXlC8SubjR+sNoxhB3BjnJ17NnqoSbL4Mzhw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@enact/ui/-/ui-5.3.2.tgz", + "integrity": "sha512-qHdgtonalJ0IwsFXw5xFKdJVneJDl+JI5c8SRuAKghwzPxA+ByhCNlkt+cP1eH5lCvOsGuC6iwpRLqJcEye3/g==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", + "@enact/core": "^5.3.2", + "@enact/i18n": "^5.3.2", "classnames": "^2.5.1", "ilib": "^14.21.1", "invariant": "^2.2.4", @@ -32557,9 +31744,9 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz", - "integrity": "sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", + "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", "cpu": [ "ppc64" ], @@ -32573,9 +31760,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.10.tgz", - "integrity": "sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", + "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", "cpu": [ "arm" ], @@ -32589,9 +31776,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz", - "integrity": "sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", + "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", "cpu": [ "arm64" ], @@ -32605,9 +31792,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.10.tgz", - "integrity": "sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", + "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", "cpu": [ "x64" ], @@ -32621,9 +31808,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz", - "integrity": "sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", + "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", "cpu": [ "arm64" ], @@ -32637,9 +31824,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz", - "integrity": "sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", + "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", "cpu": [ "x64" ], @@ -32653,9 +31840,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz", - "integrity": "sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", + "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", "cpu": [ "arm64" ], @@ -32669,9 +31856,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz", - "integrity": "sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", + "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", "cpu": [ "x64" ], @@ -32685,9 +31872,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz", - "integrity": "sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", + "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", "cpu": [ "arm" ], @@ -32701,9 +31888,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz", - "integrity": "sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", + "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", "cpu": [ "arm64" ], @@ -32717,9 +31904,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz", - "integrity": "sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", + "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", "cpu": [ "ia32" ], @@ -32733,9 +31920,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz", - "integrity": "sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", + "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", "cpu": [ "loong64" ], @@ -32749,9 +31936,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz", - "integrity": "sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", + "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", "cpu": [ "mips64el" ], @@ -32765,9 +31952,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz", - "integrity": "sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", + "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", "cpu": [ "ppc64" ], @@ -32781,9 +31968,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz", - "integrity": "sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", + "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", "cpu": [ "riscv64" ], @@ -32797,9 +31984,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz", - "integrity": "sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", + "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", "cpu": [ "s390x" ], @@ -32813,9 +32000,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz", - "integrity": "sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", + "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", "cpu": [ "x64" ], @@ -32829,9 +32016,9 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz", - "integrity": "sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", + "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", "cpu": [ "arm64" ], @@ -32845,9 +32032,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz", - "integrity": "sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", + "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", "cpu": [ "x64" ], @@ -32861,9 +32048,9 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz", - "integrity": "sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", + "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", "cpu": [ "arm64" ], @@ -32877,9 +32064,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz", - "integrity": "sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", + "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", "cpu": [ "x64" ], @@ -32893,9 +32080,9 @@ } }, "node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz", - "integrity": "sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", + "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", "cpu": [ "arm64" ], @@ -32909,9 +32096,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz", - "integrity": "sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", + "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", "cpu": [ "x64" ], @@ -32925,9 +32112,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz", - "integrity": "sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", + "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", "cpu": [ "arm64" ], @@ -32941,9 +32128,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz", - "integrity": "sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", + "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", "cpu": [ "ia32" ], @@ -32957,9 +32144,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz", - "integrity": "sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", + "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", "cpu": [ "x64" ], @@ -33045,15 +32232,15 @@ } }, "node_modules/@storybook/addon-docs": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-9.1.9.tgz", - "integrity": "sha512-76OHwsYCC6u8Nu5IUQ3E580BVnto6u4UgQC66inf+ot0+LI9fFPieg7fmcnQtYoFwiAyya3/JEwhY2GuFk7eMg==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-9.1.16.tgz", + "integrity": "sha512-JfaUD6fC7ySLg5duRdaWZ0FUUXrgUvqbZe/agCbSyOaIHOtJdhGaPjOC3vuXTAcV8/8/wWmbu0iXFMD08iKvdw==", "license": "MIT", "dependencies": { "@mdx-js/react": "^3.0.0", - "@storybook/csf-plugin": "9.1.9", + "@storybook/csf-plugin": "9.1.16", "@storybook/icons": "^1.4.0", - "@storybook/react-dom-shim": "9.1.9", + "@storybook/react-dom-shim": "9.1.16", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "ts-dedent": "^2.0.0" @@ -33063,16 +32250,16 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.9" + "storybook": "^9.1.16" } }, "node_modules/@storybook/builder-webpack5": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-9.1.9.tgz", - "integrity": "sha512-3SPljzFslg/mUfF/G/387vm0YwB1zhfueDRZNwo/Q4eWBlFEIuRKFltO2Qi4mNlvXhUJe6KRDRgZWZg3OMyPcw==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-9.1.16.tgz", + "integrity": "sha512-AkhGTLze11XMPTtEpQXFc9pUCCPnWeO3rxwbRKB+H42+WKq0YXFx0rlPVpd1HIaQ6qbBmonasRBa0bvI04O/Rg==", "license": "MIT", "dependencies": { - "@storybook/core-webpack": "9.1.9", + "@storybook/core-webpack": "9.1.16", "case-sensitive-paths-webpack-plugin": "^2.4.0", "cjs-module-lexer": "^1.2.3", "css-loader": "^6.7.1", @@ -33093,7 +32280,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.9" + "storybook": "^9.1.16" }, "peerDependenciesMeta": { "typescript": { @@ -33102,9 +32289,9 @@ } }, "node_modules/@storybook/core-webpack": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-9.1.9.tgz", - "integrity": "sha512-sYWWGJr9FFiUoGRZtV9pUf2eTs3RuFvPtKs85IQYa+FbBS/1T6GKlzT7F488g747xEYtWH/SUYbPleBresskvw==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-9.1.16.tgz", + "integrity": "sha512-LyvG/MS8PFyZI+PQB6NQK5k5jjLKImxQBl37Yztbb3SjFrB0jQhSccmal1CcNH9RgaSLqUI1DKLeosGylAcbxQ==", "license": "MIT", "dependencies": { "ts-dedent": "^2.0.0" @@ -33114,13 +32301,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.9" + "storybook": "^9.1.16" } }, "node_modules/@storybook/csf-plugin": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-9.1.9.tgz", - "integrity": "sha512-8tMZaGqer9PkPl7xRD/d97pgzl6Aw5/rWH+q8fAA09bvjLllKOlytj3vTckGJ4DlkKKXGvxoECG/n35AbJOYIA==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-9.1.16.tgz", + "integrity": "sha512-GKlNNlmWeFBQxhQY5hZOSnFGbeKq69jal0dYNWoSImTjor28eYRHb9iQkDzRpijLPizBaB9MlxLsLrgFDp7adA==", "license": "MIT", "dependencies": { "unplugin": "^1.3.1" @@ -33130,7 +32317,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^9.1.9" + "storybook": "^9.1.16" } }, "node_modules/@storybook/global": { @@ -33153,12 +32340,12 @@ } }, "node_modules/@storybook/preset-react-webpack": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-9.1.9.tgz", - "integrity": "sha512-b+z0KqMY23QJ1ZJaHV6ndQ2da8bVjQwR2BiuHSxXpnQZpf79Oo3djdKKC64U1BMJhIQKvZ4fSfXdwlcU2VL/KQ==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-9.1.16.tgz", + "integrity": "sha512-OuU9i1d9y7PcWYClcaiStrJ2dUXPR1sCdK9m7OKs1Bhh6EpqVdQa1cRPgx8sP0UXEa33TkY2PCuVcIyw7wImwg==", "license": "MIT", "dependencies": { - "@storybook/core-webpack": "9.1.9", + "@storybook/core-webpack": "9.1.16", "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0", "@types/semver": "^7.3.4", "find-up": "^7.0.0", @@ -33179,7 +32366,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.9" + "storybook": "^9.1.16" }, "peerDependenciesMeta": { "typescript": { @@ -33188,13 +32375,13 @@ } }, "node_modules/@storybook/react": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.9.tgz", - "integrity": "sha512-S06dZv8ebUmCrIP2GfIqD3g1F5LKBf0Lc1daSd2++2MI6i8zw8kZ8IAGg5bYrWb0nk56JHALCwXAzsGyRepEww==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.16.tgz", + "integrity": "sha512-M/SkHJJdtiGpodBJq9+DYmSkEOD+VqlPxKI+FvbHESTNs//1IgqFIjEWetd8quhd9oj/gvo4ICBAPu+UmD6M9w==", "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", - "@storybook/react-dom-shim": "9.1.9" + "@storybook/react-dom-shim": "9.1.16" }, "engines": { "node": ">=20.0.0" @@ -33206,7 +32393,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.9", + "storybook": "^9.1.16", "typescript": ">= 4.9.x" }, "peerDependenciesMeta": { @@ -33235,9 +32422,9 @@ } }, "node_modules/@storybook/react-dom-shim": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.9.tgz", - "integrity": "sha512-RFaB+N63XXEEo8l5INlvWnqxDUH7UGZ++MOsFsVUqfn7lAzxfR9HcJTGN3WOyIDBoS0vD3+LfnplqFyQU/anuw==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.16.tgz", + "integrity": "sha512-MsI4qTxdT6lMXQmo3IXhw3EaCC+vsZboyEZBx4pOJ+K/5cDJ6ZoQ3f0d4yGpVhumDxaxlnNAg954+f8WWXE1rQ==", "license": "MIT", "funding": { "type": "opencollective", @@ -33246,18 +32433,18 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.9" + "storybook": "^9.1.16" } }, "node_modules/@storybook/react-webpack5": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-9.1.9.tgz", - "integrity": "sha512-m30YGwhHi/SKEeyLX9YUiMqRgeu3/4VIupLAJFrMj67IqrARtOC0OwoIoZJKjwfDstzyfaZqP1c6PBdwNj4zhQ==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-9.1.16.tgz", + "integrity": "sha512-ibc2OnxeI6sEZ7lLWSG2pI3tpxCR7aXno+dFMbsKKhGQukoHY4oLqS6aSUvESSoaPGwvGNfGEaRqr35PSTnuRQ==", "license": "MIT", "dependencies": { - "@storybook/builder-webpack5": "9.1.9", - "@storybook/preset-react-webpack": "9.1.9", - "@storybook/react": "9.1.9" + "@storybook/builder-webpack5": "9.1.16", + "@storybook/preset-react-webpack": "9.1.16", + "@storybook/react": "9.1.16" }, "engines": { "node": ">=20.0.0" @@ -33269,7 +32456,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^9.1.9", + "storybook": "^9.1.16", "typescript": ">= 4.9.x" }, "peerDependenciesMeta": { @@ -33299,9 +32486,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.0.tgz", - "integrity": "sha512-QHdxYMJ0YPGKYofMc6zYvo7LOViVhdc6nPg/OtM2cf9MQrwEcTxFCs7d/GJ5eSyPkHzOiBkc/KfLdFJBHzldtQ==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", + "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", @@ -33340,8 +32527,7 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@types/babel__core": { "version": "7.20.5", @@ -33385,12 +32571,13 @@ } }, "node_modules/@types/chai": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz", - "integrity": "sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", + "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==", "license": "MIT", "dependencies": { - "@types/deep-eql": "*" + "@types/deep-eql": "*", + "assertion-error": "^2.0.1" } }, "node_modules/@types/deep-eql": { @@ -33450,12 +32637,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.6.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", - "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", + "version": "24.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", + "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", "license": "MIT", "dependencies": { - "undici-types": "~7.13.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/parse-json": { @@ -33465,9 +32652,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.16", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.16.tgz", - "integrity": "sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.4.tgz", + "integrity": "sha512-tBFxBp9Nfyy5rsmefN+WXc1JeW/j2BpBHFdLZbEVfs9wn3E3NRFxwV0pJg8M1qQAexFpvz73hJXFofV0ZAu92A==", "license": "MIT", "peer": true, "dependencies": { @@ -33703,6 +32890,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -33727,6 +32915,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -33872,9 +33061,9 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.9.tgz", - "integrity": "sha512-hY/u2lxLrbecMEWSB0IpGzGyDyeoMFQhCvZd2jGFSE5I17Fh01sYUBPCJtkWERw7zrac9+cIghxm/ytJa2X8iA==", + "version": "2.8.28", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.28.tgz", + "integrity": "sha512-gYjt7OIqdM0PcttNYP2aVrr2G0bMALkBaoehD4BuRGjAOtipg0b6wHg1yNL+s5zSnLZZrGHOw4IrND8CD+3oIQ==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.js" @@ -33933,9 +33122,9 @@ } }, "node_modules/browserslist": { - "version": "4.26.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.2.tgz", - "integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", "funding": [ { "type": "opencollective", @@ -33951,12 +33140,13 @@ } ], "license": "MIT", + "peer": true, "dependencies": { - "baseline-browser-mapping": "^2.8.3", - "caniuse-lite": "^1.0.30001741", - "electron-to-chromium": "^1.5.218", - "node-releases": "^2.0.21", - "update-browserslist-db": "^1.1.3" + "baseline-browser-mapping": "^2.8.25", + "caniuse-lite": "^1.0.30001754", + "electron-to-chromium": "^1.5.249", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.1.4" }, "bin": { "browserslist": "cli.js" @@ -33991,9 +33181,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001746", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001746.tgz", - "integrity": "sha512-eA7Ys/DGw+pnkWWSE/id29f2IcPHVoE8wxtvE5JdvD2V28VTDPy1yEeo11Guz0sJ4ZeGRcm3uaTcAqK1LXaphA==", + "version": "1.0.30001754", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz", + "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==", "funding": [ { "type": "opencollective", @@ -34269,8 +33459,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/debug": { "version": "4.4.3", @@ -34347,8 +33536,7 @@ "version": "0.5.16", "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/dom-converter": { "version": "0.2.0", @@ -34442,9 +33630,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.227", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.227.tgz", - "integrity": "sha512-ITxuoPfJu3lsNWUi2lBM2PaBPYgH3uqmxut5vmBxgYvyI4AlJ6P3Cai1O76mOrkJCBzq0IxWg/NtqOrpu/0gKA==", + "version": "1.5.251", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.251.tgz", + "integrity": "sha512-lmyEOp4G0XT3qrYswNB4np1kx90k6QCXpnSHYv2xEsUuEu8JCobpDVYO6vMseirQyyCC6GCIGGxd5szMBa0tRA==", "license": "ISC" }, "node_modules/endent": { @@ -34496,11 +33684,12 @@ "license": "MIT" }, "node_modules/esbuild": { - "version": "0.25.10", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.10.tgz", - "integrity": "sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", + "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", "hasInstallScript": true, "license": "MIT", + "peer": true, "bin": { "esbuild": "bin/esbuild" }, @@ -34508,32 +33697,32 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.10", - "@esbuild/android-arm": "0.25.10", - "@esbuild/android-arm64": "0.25.10", - "@esbuild/android-x64": "0.25.10", - "@esbuild/darwin-arm64": "0.25.10", - "@esbuild/darwin-x64": "0.25.10", - "@esbuild/freebsd-arm64": "0.25.10", - "@esbuild/freebsd-x64": "0.25.10", - "@esbuild/linux-arm": "0.25.10", - "@esbuild/linux-arm64": "0.25.10", - "@esbuild/linux-ia32": "0.25.10", - "@esbuild/linux-loong64": "0.25.10", - "@esbuild/linux-mips64el": "0.25.10", - "@esbuild/linux-ppc64": "0.25.10", - "@esbuild/linux-riscv64": "0.25.10", - "@esbuild/linux-s390x": "0.25.10", - "@esbuild/linux-x64": "0.25.10", - "@esbuild/netbsd-arm64": "0.25.10", - "@esbuild/netbsd-x64": "0.25.10", - "@esbuild/openbsd-arm64": "0.25.10", - "@esbuild/openbsd-x64": "0.25.10", - "@esbuild/openharmony-arm64": "0.25.10", - "@esbuild/sunos-x64": "0.25.10", - "@esbuild/win32-arm64": "0.25.10", - "@esbuild/win32-ia32": "0.25.10", - "@esbuild/win32-x64": "0.25.10" + "@esbuild/aix-ppc64": "0.25.12", + "@esbuild/android-arm": "0.25.12", + "@esbuild/android-arm64": "0.25.12", + "@esbuild/android-x64": "0.25.12", + "@esbuild/darwin-arm64": "0.25.12", + "@esbuild/darwin-x64": "0.25.12", + "@esbuild/freebsd-arm64": "0.25.12", + "@esbuild/freebsd-x64": "0.25.12", + "@esbuild/linux-arm": "0.25.12", + "@esbuild/linux-arm64": "0.25.12", + "@esbuild/linux-ia32": "0.25.12", + "@esbuild/linux-loong64": "0.25.12", + "@esbuild/linux-mips64el": "0.25.12", + "@esbuild/linux-ppc64": "0.25.12", + "@esbuild/linux-riscv64": "0.25.12", + "@esbuild/linux-s390x": "0.25.12", + "@esbuild/linux-x64": "0.25.12", + "@esbuild/netbsd-arm64": "0.25.12", + "@esbuild/netbsd-x64": "0.25.12", + "@esbuild/openbsd-arm64": "0.25.12", + "@esbuild/openbsd-x64": "0.25.12", + "@esbuild/openharmony-arm64": "0.25.12", + "@esbuild/sunos-x64": "0.25.12", + "@esbuild/win32-arm64": "0.25.12", + "@esbuild/win32-ia32": "0.25.12", + "@esbuild/win32-x64": "0.25.12" } }, "node_modules/esbuild-register": { @@ -35015,7 +34204,8 @@ "version": "14.21.1", "resolved": "https://registry.npmjs.org/ilib/-/ilib-14.21.1.tgz", "integrity": "sha512-HpiZsfjdsl2pKhLkdxWXM/inenTWE/tgiwIHeyaqck8YjzUCQI4/8eos+1jAbU5L++OcGbOyjOIjbwxLrOj/3g==", - "license": "Apache-2.0" + "license": "Apache-2.0", + "peer": true }, "node_modules/import-fresh": { "version": "3.3.1", @@ -35269,12 +34459,16 @@ "license": "MIT" }, "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "license": "MIT", "engines": { "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/locate-path": { @@ -35339,15 +34533,14 @@ "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", "license": "MIT", - "peer": true, "bin": { "lz-string": "bin/bin.js" } }, "node_modules/magic-string": { - "version": "0.30.19", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz", - "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==", + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" @@ -35430,9 +34623,10 @@ } }, "node_modules/min-document": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", - "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==", + "version": "2.19.2", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.2.tgz", + "integrity": "sha512-8S5I8db/uZN8r9HSLFVWPdJCvYOejMcEC82VIzNUc6Zkklf/d1gg2psfE79/vyhWOj4+J8MtwmoOz3TmvaGu5A==", + "license": "MIT", "dependencies": { "dom-walk": "^0.1.0" } @@ -35514,9 +34708,9 @@ "license": "MIT" }, "node_modules/node-releases": { - "version": "2.0.21", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz", - "integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "license": "MIT" }, "node_modules/normalize-path": { @@ -35828,6 +35022,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -35930,7 +35125,6 @@ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "license": "MIT", - "peer": true, "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", @@ -35945,7 +35139,6 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "license": "MIT", - "peer": true, "engines": { "node": ">=10" }, @@ -35957,8 +35150,7 @@ "version": "17.0.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/process": { "version": "0.11.10", @@ -36024,10 +35216,11 @@ } }, "node_modules/react": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", - "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -36063,21 +35256,22 @@ } }, "node_modules/react-dom": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz", - "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz", + "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==", "license": "MIT", + "peer": true, "dependencies": { - "scheduler": "^0.26.0" + "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.1.1" + "react": "^19.2.0" } }, "node_modules/react-is": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.1.1.tgz", - "integrity": "sha512-tr41fA15Vn8p4X9ntI+yCyeGSf1TlYaY5vlTZfQmeLBrFo3psOPX6HhTDnFNL9uj3EhP0KAQ80cugCl4b4BERA==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz", + "integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==", "license": "MIT" }, "node_modules/readdirp": { @@ -36165,12 +35359,12 @@ } }, "node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", "license": "MIT", "dependencies": { - "is-core-module": "^2.16.0", + "is-core-module": "^2.16.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -36230,9 +35424,9 @@ "license": "MIT" }, "node_modules/scheduler": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", - "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", "license": "MIT" }, "node_modules/schema-utils": { @@ -36254,9 +35448,9 @@ } }, "node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -36303,10 +35497,11 @@ } }, "node_modules/storybook": { - "version": "9.1.9", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.9.tgz", - "integrity": "sha512-KEazHA1iD2L8Fll+Kw9c/z0Pjv3Z+1GHYejmk+JlrIt+/mXDG2HVF7eelvk3tYCbuxqyuCL57pYhJUfkHwA6Fw==", + "version": "9.1.16", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.16.tgz", + "integrity": "sha512-339U14K6l46EFyRvaPS2ZlL7v7Pb+LlcXT8KAETrGPxq8v1sAjj2HAOB6zrlAK3M+0+ricssfAwsLCwt7Eg8TQ==", "license": "MIT", + "peer": true, "dependencies": { "@storybook/global": "^5.0.0", "@testing-library/jest-dom": "^6.6.3", @@ -36385,9 +35580,9 @@ } }, "node_modules/strip-indent": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.0.tgz", - "integrity": "sha512-OA95x+JPmL7kc7zCu+e+TeYxEiaIyndRx0OrBcK2QPPH09oAndr2ALvymxWA+Lx1PYYvFUm4O63pRkdJAaW96w==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz", + "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==", "license": "MIT", "engines": { "node": ">=12" @@ -36437,9 +35632,9 @@ } }, "node_modules/tapable": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", - "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", "license": "MIT", "engines": { "node": ">=6" @@ -36450,9 +35645,9 @@ } }, "node_modules/terser": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz", - "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==", + "version": "5.44.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz", + "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -36506,6 +35701,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -36536,9 +35732,9 @@ "license": "MIT" }, "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", @@ -36626,9 +35822,9 @@ "license": "0BSD" }, "node_modules/typescript": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", "peer": true, "bin": { @@ -36640,9 +35836,9 @@ } }, "node_modules/undici-types": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", - "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/unicorn-magic": { @@ -36680,9 +35876,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", "funding": [ { "type": "opencollective", @@ -36753,10 +35949,11 @@ } }, "node_modules/webpack": { - "version": "5.102.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.0.tgz", - "integrity": "sha512-hUtqAR3ZLVEYDEABdBioQCIqSoguHbFn1K7WlPPWSuXmx0031BD73PSE35jKyftdSh4YLDoQNgK4pqBt5Q82MA==", + "version": "5.102.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz", + "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.8", @@ -36766,7 +35963,7 @@ "@webassemblyjs/wasm-parser": "^1.14.1", "acorn": "^8.15.0", "acorn-import-phases": "^1.0.3", - "browserslist": "^4.24.5", + "browserslist": "^4.26.3", "chrome-trace-event": "^1.0.2", "enhanced-resolve": "^5.17.3", "es-module-lexer": "^1.2.1", @@ -36778,8 +35975,8 @@ "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^4.3.2", - "tapable": "^2.2.3", + "schema-utils": "^4.3.3", + "tapable": "^2.3.0", "terser-webpack-plugin": "^5.3.11", "watchpack": "^2.4.4", "webpack-sources": "^3.3.3" @@ -36833,6 +36030,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -36863,9 +36061,9 @@ "license": "MIT" }, "node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", @@ -36912,6 +36110,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -36942,9 +36141,9 @@ "license": "MIT" }, "node_modules/webpack/node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", @@ -37024,9 +36223,9 @@ } }, "node_modules/yocto-queue": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", - "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", + "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", "license": "MIT", "engines": { "node": ">=12.20" diff --git a/samples/sampler/package.json b/samples/sampler/package.json index 2679a9863..0d9e660f6 100644 --- a/samples/sampler/package.json +++ b/samples/sampler/package.json @@ -24,7 +24,7 @@ "@enact/core": "^5.3.0", "@enact/i18n": "^5.3.0", "@enact/spotlight": "^5.3.0", - "@enact/storybook-utils": "^7.0.1", + "@enact/storybook-utils": "^7.0.2", "@enact/ui": "^5.3.0", "@storybook/addon-docs": "^9.1.9", "@storybook/react-webpack5": "^9.1.9", diff --git a/tests/ui/apps/ArcSlider/ArcSlider-View.js b/tests/ui/apps/ArcSlider/ArcSlider-View.js index e02a43bb6..55d644ab4 100644 --- a/tests/ui/apps/ArcSlider/ArcSlider-View.js +++ b/tests/ui/apps/ArcSlider/ArcSlider-View.js @@ -1,24 +1,26 @@ import ArcSlider from '../../../../ArcSlider'; import Heading from '../../../../Heading'; -import Scroller from '../../../../Scroller'; import ThemeDecorator from '../../../../ThemeDecorator'; import spotlight from '@enact/spotlight'; -import {scaleToRem} from '@enact/ui/resolution'; // NOTE: Forcing pointer mode off, so we can be sure that regardless of webOS pointer mode the app // runs the same way spotlight.setPointerMode(false); const app = (props) =>
-
- - ArcSlider default +
+
+ ArcSlider default - ArcSlider custom min, max, endAngle, startAngle +
+
+ ArcSlider custom min, max, endAngle, startAngle - ArcSlider disabled +
+
+ ArcSlider disabled - +
; diff --git a/tests/ui/apps/ImageItem/ImageItem-View.js b/tests/ui/apps/ImageItem/ImageItem-View.js index 6ac0ba3b3..33786e091 100644 --- a/tests/ui/apps/ImageItem/ImageItem-View.js +++ b/tests/ui/apps/ImageItem/ImageItem-View.js @@ -1,6 +1,4 @@ -import Heading from '../../../../Heading'; import ImageItem from '../../../../ImageItem'; -import Scroller from '../../../../Scroller'; import ThemeDecorator from '../../../../ThemeDecorator'; import spotlight from '@enact/spotlight'; import ri from '@enact/ui/resolution'; @@ -9,44 +7,52 @@ import ri from '@enact/ui/resolution'; // runs the same way spotlight.setPointerMode(false); +const svgGenerator = (width, height, bgColor, textColor, customText) => ( + `data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 ${width} ${height}' width='${width}' height='${height}'%3E` + + `%3Crect width='${width}' height='${height}' fill='%23${bgColor}'%3E%3C/rect%3E` + + `%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-size='36px' fill='%23${textColor}'%3E${customText}%3C/text%3E%3C/svg%3E` +); + const app = (props) =>
-
- - Image Item Default +
+
- Image Item caption + Image Item Default - Image Item with long caption +
+
Image Item with longer caption has Marquee applied - Image Item caption overlay +
+
Image Item caption overlay - Image Item disabled +
+
Image Item disabled - +
; diff --git a/tests/ui/apps/Keypad/Keypad-View.js b/tests/ui/apps/Keypad/Keypad-View.js index 3d6b615cb..265cd53e7 100644 --- a/tests/ui/apps/Keypad/Keypad-View.js +++ b/tests/ui/apps/Keypad/Keypad-View.js @@ -1,8 +1,6 @@ import Keypad from '../../../../Keypad'; -import Scroller from '../../../../Scroller'; import ThemeDecorator from '../../../../ThemeDecorator'; import spotlight from '@enact/spotlight'; -import {scaleToRem} from '@enact/ui/resolution'; import Section from '../../components/Section'; @@ -12,20 +10,18 @@ spotlight.setPointerMode(false); const app = (props) =>
- -
-

Keypad Default

- -
-
-

Keypad Disabled

- -
-
-

Keypad SpotlightDisabled

- -
-
+
+

Keypad Default

+ +
+
+

Keypad Disabled

+ +
+
+

Keypad SpotlightDisabled

+ +
; export default ThemeDecorator(app); diff --git a/tests/ui/apps/RangePicker/RangePicker-View.js b/tests/ui/apps/RangePicker/RangePicker-View.js index 7f2658bed..3999c1ef2 100644 --- a/tests/ui/apps/RangePicker/RangePicker-View.js +++ b/tests/ui/apps/RangePicker/RangePicker-View.js @@ -1,18 +1,33 @@ import RangePicker from '../../../../RangePicker'; -import Scroller from '../../../../Scroller'; import ThemeDecorator from '../../../../ThemeDecorator'; const app = (props) =>
- - - - - - - - - - +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
; export default ThemeDecorator(app); diff --git a/tests/ui/apps/Slider/Slider-View.js b/tests/ui/apps/Slider/Slider-View.js index 85c0b1671..b0da8b89c 100644 --- a/tests/ui/apps/Slider/Slider-View.js +++ b/tests/ui/apps/Slider/Slider-View.js @@ -1,30 +1,39 @@ -import {scaleToRem} from '@enact/ui/resolution'; - import Heading from '../../../../Heading'; -import Scroller from '../../../../Scroller'; import Slider, {SliderTooltip} from '../../../../Slider'; import ThemeDecorator from '../../../../ThemeDecorator'; const app = (props) =>
-
- - Slider default +
+
+ Slider default - Slider activate on focus +
+
+ Slider activate on focus - Slider custom progressAnchor +
+
+ Slider custom progressAnchor - Slider with tooltip +
+
+ Slider disabled + +
+
+ Slider with tooltip - Slider vertical +
+
+ Slider vertical - Slider disabled - - Slider vertical disabled +
+
+ Slider vertical disabled - +
; diff --git a/tests/ui/apps/TabGroup/TabGroup-View.js b/tests/ui/apps/TabGroup/TabGroup-View.js index 6ebe0d75c..d6cb8c91b 100644 --- a/tests/ui/apps/TabGroup/TabGroup-View.js +++ b/tests/ui/apps/TabGroup/TabGroup-View.js @@ -1,6 +1,5 @@ import Button from '../../../../Button'; import Heading from '../../../../Heading'; -import Scroller from '../../../../Scroller'; import TabGroup from '../../../../TabGroup'; import ThemeDecorator from '../../../../ThemeDecorator'; import {scaleToRem} from '@enact/ui/resolution'; @@ -11,8 +10,8 @@ import spotlight from '@enact/spotlight'; spotlight.setPointerMode(false); const app = (props) =>
-
- +
+
TabGroup default
{title: 'Theme', icon: 'display'} ]} /> +
+
TabGroup with slotBefore/slotAfter
/> +
+
TabGroup tabPosition after
{title: 'Theme', icon: 'display'} ]} /> +
+
TabGroup Vertical
]} />
- +
; diff --git a/tests/ui/apps/TemperatureControl/TemperatureControl-View.js b/tests/ui/apps/TemperatureControl/TemperatureControl-View.js index 91ed440df..8cc3a9690 100644 --- a/tests/ui/apps/TemperatureControl/TemperatureControl-View.js +++ b/tests/ui/apps/TemperatureControl/TemperatureControl-View.js @@ -1,24 +1,26 @@ import Heading from '../../../../Heading'; -import Scroller from '../../../../Scroller'; import TemperatureControl from '../../../../TemperatureControl'; import ThemeDecorator from '../../../../ThemeDecorator'; import spotlight from '@enact/spotlight'; -import ri from '@enact/ui/resolution'; // NOTE: Forcing pointer mode off, so we can be sure that regardless of webOS pointer mode the app // runs the same way spotlight.setPointerMode(false); const app = (props) =>
-
- - TemperatureControl default +
+
+ TemperatureControl default - TemperatureControl custom min, max, endAngle, startAngle +
+
+ TemperatureControl custom min, max, endAngle, startAngle - TemperatureControl disabled +
+
+ TemperatureControl disabled - +
; diff --git a/tests/ui/apps/VirtualList/VirtualGridList/VirtualGridList-View.js b/tests/ui/apps/VirtualList/VirtualGridList/VirtualGridList-View.js index 79ca842ef..ac04f2da2 100644 --- a/tests/ui/apps/VirtualList/VirtualGridList/VirtualGridList-View.js +++ b/tests/ui/apps/VirtualList/VirtualGridList/VirtualGridList-View.js @@ -35,6 +35,12 @@ const renderItem = ({index, ...rest}) => { ); }; +const svgGenerator = (width, height, bgColor, textColor, customText) => ( + `data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 ${width} ${height}' width='${width}' height='${height}'%3E` + + `%3Crect width='${width}' height='${height}' fill='%23${bgColor}'%3E%3C/rect%3E` + + `%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-size='36px' fill='%23${textColor}'%3E${customText}%3C/text%3E%3C/svg%3E` +); + const updateData = (dataSize, noLabel) => { const itemNumberDigits = dataSize > 0 ? ((dataSize - 1) + '').length : 0, @@ -49,9 +55,9 @@ const updateData = (dataSize, noLabel) => { subText = `SubItem ${count}`, color = Math.floor((Math.random() * (0x1000000 - 0x101010)) + 0x101010).toString(16), source = { - 'hd': `https://placehold.co/200x200/${color}/ffffff/png?text=Image+${i}`, - 'fhd': `https://placehold.co/300x300/${color}/ffffff/png?text=Image+${i}`, - 'uhd': `https://placehold.co/600x600/${color}/ffffff/png?text=Image+${i}` + 'hd': svgGenerator(200, 200, color, 'ffffff', `Image ${i}`), + 'fhd': svgGenerator(300, 300, color, 'ffffff', `Image ${i}`), + 'uhd': svgGenerator(600, 600, color, 'ffffff', `Image ${i}`) }; if (noLabel) { diff --git a/tests/ui/specs/ArcSlider/ArcSlider-specs.js b/tests/ui/specs/ArcSlider/ArcSlider-specs.js index 1d5a503ad..824cff0ad 100644 --- a/tests/ui/specs/ArcSlider/ArcSlider-specs.js +++ b/tests/ui/specs/ArcSlider/ArcSlider-specs.js @@ -10,15 +10,18 @@ describe('ArcSlider', function () { const arcSlider = Page.components.arcSliderDefault; it('should change the position of the slider knob on each different click position', async function () { + await Page.delay(500); const {cx: originalCx, cy: originalCy} = await arcSlider.knobPosition(); - await arcSlider.self.click({x: 5, y: -10}); + await arcSlider.self.click({x: 50, y: -70}); + await Page.delay(500); const {cx: cx1, cy: cy1} = await arcSlider.knobPosition(); expect(cx1).toBeGreaterThan(originalCx); expect(cy1).toBeLessThan(originalCy); await arcSlider.self.click({x: -15, y: -20}); + await Page.delay(500); const {cx: cx2, cy: cy2} = await arcSlider.knobPosition(); expect(cx2).toBeLessThan(cx1); diff --git a/tests/ui/specs/Checkbox/Checkbox-specs.js b/tests/ui/specs/Checkbox/Checkbox-specs.js index 273fe41a2..11e8fa40f 100644 --- a/tests/ui/specs/Checkbox/Checkbox-specs.js +++ b/tests/ui/specs/Checkbox/Checkbox-specs.js @@ -15,6 +15,7 @@ describe('Checkbox', function () { describe('default', function () { it('should focus on load', async function () { + await Page.delay(200); expect(await defaultCheckbox.self.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/CheckboxItem/CheckboxItem-specs.js b/tests/ui/specs/CheckboxItem/CheckboxItem-specs.js index a636d75e7..35add1666 100644 --- a/tests/ui/specs/CheckboxItem/CheckboxItem-specs.js +++ b/tests/ui/specs/CheckboxItem/CheckboxItem-specs.js @@ -143,7 +143,7 @@ describe('CheckboxItem', function () { expect(await checkboxItem.valueText).toBe('Checkbox Item slotBefore'); }); - it('should have a node(icon) to the right of checkbox icon ', async function () { + it('should have a node(icon) to the right of checkbox icon', async function () { expectOrdering(checkboxItem.checkboxIcon, checkboxItem.slotBeforeNode); }); diff --git a/tests/ui/specs/ColorPicker/ColorPicker-specs.js b/tests/ui/specs/ColorPicker/ColorPicker-specs.js index e424ded48..5b35ee09e 100644 --- a/tests/ui/specs/ColorPicker/ColorPicker-specs.js +++ b/tests/ui/specs/ColorPicker/ColorPicker-specs.js @@ -8,6 +8,7 @@ describe('ColorPicker', function () { describe('focus management', function () { it('should focus the `#colorPickerDefault` when page loads', async function () { + await Page.delay(200); expect(await Page.components.colorPickerDefault.button.isFocused()).toBe(true); }); }); diff --git a/tests/ui/specs/DatePicker/DatePicker-specs.js b/tests/ui/specs/DatePicker/DatePicker-specs.js index e61a51b5a..3284e6cd1 100644 --- a/tests/ui/specs/DatePicker/DatePicker-specs.js +++ b/tests/ui/specs/DatePicker/DatePicker-specs.js @@ -12,6 +12,7 @@ describe('DatePicker', function () { const datePicker = Page.components.datePickerDefault; it('should have month-day-year order', async function () { + await Page.delay(200); expect(await datePicker.decrementer('month').isFocused()).toBe(true); await Page.spotlightRight(); expect(await datePicker.decrementer('day').isFocused()).toBe(true); diff --git a/tests/ui/specs/Drawer/Drawer-specs.js b/tests/ui/specs/Drawer/Drawer-specs.js index 9f9ca73df..1eac03d01 100644 --- a/tests/ui/specs/Drawer/Drawer-specs.js +++ b/tests/ui/specs/Drawer/Drawer-specs.js @@ -10,6 +10,7 @@ describe('Drawer', function () { }); it('should focus the first button on start', async function () { + await Page.delay(200); expect(await drawerCommon.buttonDrawer1.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/Dropdown/Dropdown-specs.js b/tests/ui/specs/Dropdown/Dropdown-specs.js index 347bad9ce..8dac80414 100644 --- a/tests/ui/specs/Dropdown/Dropdown-specs.js +++ b/tests/ui/specs/Dropdown/Dropdown-specs.js @@ -21,6 +21,7 @@ describe('Dropdown', function () { }); it('should have correct text after changing selected value', async function () { + await Page.delay(200); expect(await Page.components.dropdownDefault.childItem.isFocused()).toBe(true); await Page.spotlightDown(); @@ -42,6 +43,7 @@ describe('Dropdown', function () { describe('5-way', function () { it('should focus the `#dropdownDirectionAbove` when 5-way right', async function () { + await Page.delay(200); expect(await Page.components.dropdownDefault.childItem.isFocused()).toBe(true); await Page.spotlightRight(); diff --git a/tests/ui/specs/Dropdown/InScroller/DropdownInScroller-specs.js b/tests/ui/specs/Dropdown/InScroller/DropdownInScroller-specs.js index 5dcf019e4..a2e9df859 100644 --- a/tests/ui/specs/Dropdown/InScroller/DropdownInScroller-specs.js +++ b/tests/ui/specs/Dropdown/InScroller/DropdownInScroller-specs.js @@ -15,6 +15,8 @@ describe('DropdownInScroller', function () { } it('should scroll into view when navigating dropdown via 5-way', async function () { + await Page.delay(200); + await Page.focus(await Page.components.dropdown1.childItem); expect(await Page.components.dropdown1.childItem.isFocused()).toBe(true); await Page.spotlightDown(); @@ -26,6 +28,7 @@ describe('DropdownInScroller', function () { await $('#scroller') )).not.toBe(0); + await Page.spotlightUp(); await Page.spotlightUp(); await browser.pause(1000); diff --git a/tests/ui/specs/Dropdown/InScroller/DropdownInScrollerPage.js b/tests/ui/specs/Dropdown/InScroller/DropdownInScrollerPage.js index d90fa6d78..82374ac8f 100644 --- a/tests/ui/specs/Dropdown/InScroller/DropdownInScrollerPage.js +++ b/tests/ui/specs/Dropdown/InScroller/DropdownInScrollerPage.js @@ -44,6 +44,10 @@ class DropdownPage extends Page { this.components = {dropdown1, dropdown2, dropdown3}; } + async focus (node) { + return browser.execute((el) => el.focus(), await node); + } + async open (urlExtra) { await super.open('DropdownInScroller-View', urlExtra); } diff --git a/tests/ui/specs/ImageItem/ImageItem-specs.js b/tests/ui/specs/ImageItem/ImageItem-specs.js index 6a6189556..ad74865d7 100644 --- a/tests/ui/specs/ImageItem/ImageItem-specs.js +++ b/tests/ui/specs/ImageItem/ImageItem-specs.js @@ -6,6 +6,7 @@ describe('ImageItem', function () { }); it('should have focus on first ImageItem at start', async function () { + await Page.delay(200); expect(await Page.components.imageItemDefault.self.isFocused()).toBe(true); }); @@ -13,7 +14,7 @@ describe('ImageItem', function () { const imageItem = Page.components.imageItemDefault; it('should have correct text', async function () { - expect(await imageItem.textContent).toBe('Image Item caption'); + expect(await imageItem.textContent).toBe('Image Item Default'); }); it('should display an image', async function () { @@ -23,7 +24,7 @@ describe('ImageItem', function () { describe('5-way', function () { it('should be able to focus the image item', async function () { await Page.components.imageItemLongCaption.focus(); - await Page.spotlightUp(); + await Page.spotlightLeft(); expect(await imageItem.self.isFocused()).toBe(true); }); @@ -44,7 +45,7 @@ describe('ImageItem', function () { describe('5-way', function () { it('should be able to focus the image item', async function () { await Page.components.imageItemDefault.focus(); - await Page.spotlightDown(); + await Page.spotlightRight(); expect(await imageItem.self.isFocused()).toBe(true); }); @@ -68,7 +69,7 @@ describe('ImageItem', function () { describe('5-way', function () { it('should be able to focus the image item', async function () { - await Page.components.imageItemLongCaption.focus(); + await Page.components.imageItemDefault.focus(); await Page.spotlightDown(); expect(await imageItem.self.isFocused()).toBe(true); @@ -90,7 +91,7 @@ describe('ImageItem', function () { describe('5-way', function () { it('should be able to focus the image item', async function () { await Page.components.imageItemCaptionOverlay.focus(); - await Page.spotlightDown(); + await Page.spotlightRight(); expect(await imageItem.self.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/Input/Input-specs.js b/tests/ui/specs/Input/Input-specs.js index af59ee057..569dc124f 100644 --- a/tests/ui/specs/Input/Input-specs.js +++ b/tests/ui/specs/Input/Input-specs.js @@ -7,6 +7,7 @@ describe('Input', function () { }); it('should have focus on first input at start', async function () { + await Page.delay(200); expect(await Page.input1.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/Item/Item-specs.js b/tests/ui/specs/Item/Item-specs.js index 602287444..8d1d9a845 100644 --- a/tests/ui/specs/Item/Item-specs.js +++ b/tests/ui/specs/Item/Item-specs.js @@ -16,6 +16,7 @@ describe('Item', function () { }); it('should have focus on first item at start', async function () { + await Page.delay(200); expect(await item1.self.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/Keypad/Keypad-specs.js b/tests/ui/specs/Keypad/Keypad-specs.js index cfd5cf29d..bd048647a 100644 --- a/tests/ui/specs/Keypad/Keypad-specs.js +++ b/tests/ui/specs/Keypad/Keypad-specs.js @@ -4,16 +4,19 @@ describe('Keypad', function () { beforeEach(async function () { await Page.open(); + await Page.delay(200); }); describe('5-way', function () { const keypad = Page.components.keypadDefault; it('should have focus on first button at start', async function () { + await Page.delay(200); expect(await (await keypad.button(1)).isFocused()).toBe(true); }); it('can navigate down/left/right/up between keys', async function () { + await Page.delay(200); expect(await (await keypad.button(1)).isFocused()).toBe(true); await Page.spotlightDown(); expect(await (await keypad.button(4)).isFocused()).toBe(true); diff --git a/tests/ui/specs/MediaPlayer/MediaPlayer-specs.js b/tests/ui/specs/MediaPlayer/MediaPlayer-specs.js index b0b424201..c4599fa2f 100644 --- a/tests/ui/specs/MediaPlayer/MediaPlayer-specs.js +++ b/tests/ui/specs/MediaPlayer/MediaPlayer-specs.js @@ -15,6 +15,7 @@ describe('MediaPlayer', function () { describe('default', function () { it('should have the slider knob focused', async function () { + await Page.delay(200); expect(await mediaPlayerDefault.slider.isFocused()).toBe(true); }); @@ -67,7 +68,7 @@ describe('MediaPlayer', function () { expect(await mediaPlayerDefault.previousButton.isFocused()).toBe(true); }); - it('should focus back `play` button when navigating back to media controls ', async function () { + it('should focus back `play` button when navigating back to media controls', async function () { expect(await mediaPlayerDefault.slider.isFocused()).toBe(true); await Page.spotlightDown(); @@ -149,7 +150,7 @@ describe('MediaPlayer', function () { expect(await mediaPlayerDisabled.previousButton.isFocused()).toBe(true); }); - it('should focus back `play` button when navigating back to media controls ', async function () { + it('should focus back `play` button when navigating back to media controls', async function () { expect(await mediaPlayerDefault.slider.isFocused()).toBe(true); await Page.spotlightRight(); @@ -266,7 +267,7 @@ describe('MediaPlayer', function () { expect(await mediaPlayerTiny.previousButton.isFocused()).toBe(true); }); - it('should focus back `play` button when navigating back to media controls ', async function () { + it('should focus back `play` button when navigating back to media controls', async function () { await browser.pause(500); await mediaPlayerTiny.focus(); expect(await mediaPlayerTiny.slider.isFocused()).toBe(true); diff --git a/tests/ui/specs/Panel/Panel-specs.js b/tests/ui/specs/Panel/Panel-specs.js index 1473a54dc..25651c5af 100644 --- a/tests/ui/specs/Panel/Panel-specs.js +++ b/tests/ui/specs/Panel/Panel-specs.js @@ -17,7 +17,7 @@ describe('Panel', function () { expect(await Page.panel1.nextButton.isFocused()).toBe(true); }); - it('should focus the first button in the body when navigating forward and `autoFocus="last-focused"` ', async () => { + it('should focus the first button in the body when navigating forward and `autoFocus="last-focused"`', async () => { await Page.focus(Page.panel1.nextButton); await Page.spotlightSelect(); @@ -50,7 +50,7 @@ describe('Panel', function () { await waitForFocused(Page.panel2.nextButton); }); - it('should focus `.spottable-default` within body when `autoFocus="default-element"` ', async () => { + it('should focus `.spottable-default` within body when `autoFocus="default-element"`', async () => { await Page.focus(Page.panel1.nextButton); await Page.spotlightSelect(); @@ -67,7 +67,7 @@ describe('Panel', function () { expect(actual).toBe(expected); }); - it('should focus nothing when `autoFocus="none"` ', async () => { + it('should focus nothing when `autoFocus="none"`', async () => { await Page.focus(Page.panel1.nextButton); await Page.spotlightSelect(); @@ -89,7 +89,7 @@ describe('Panel', function () { expect(actual).toBe(expected); }); - it('should focus the first button when `hideChildren=false` ', async () => { + it('should focus the first button when `hideChildren=false`', async () => { await Page.open('?defaultIndex=3'); await Page.focus(Page.panel4.nextButton); diff --git a/tests/ui/specs/PopupMenu/PopupMenu-specs.js b/tests/ui/specs/PopupMenu/PopupMenu-specs.js index 72458f7ed..852d129c7 100644 --- a/tests/ui/specs/PopupMenu/PopupMenu-specs.js +++ b/tests/ui/specs/PopupMenu/PopupMenu-specs.js @@ -10,6 +10,7 @@ describe('PopupMenu', function () { }); it('should focus the first button on start', async function () { + await Page.delay(200); expect(await popupMenuCommon.buttonPopupMenu1.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/RangePicker/RangePicker-specs.js b/tests/ui/specs/RangePicker/RangePicker-specs.js index 93b764123..a60aaae3e 100644 --- a/tests/ui/specs/RangePicker/RangePicker-specs.js +++ b/tests/ui/specs/RangePicker/RangePicker-specs.js @@ -14,9 +14,10 @@ describe('RangePicker', function () { describe('5-way', function () { it('should change the value forward when incrementing the rangePicker', async function () { + rangePicker.incrementer().focus(); expect(await rangePicker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await browser.pause(5000); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); @@ -136,7 +137,7 @@ describe('RangePicker', function () { describe('5-way', function () { it('should change the value forward when incrementing the range picker', async function () { // 5-way down to increment button of horizontal RangePicker - for (let i = 0; i <= 7; i++) { + for (let i = 0; i <= 2; i++) { await Page.spotlightDown(); } await Page.spotlightSelect(); @@ -147,7 +148,7 @@ describe('RangePicker', function () { it('should change the value backward when decrementing the range picker', async function () { // 5-way down to increment button of horizontal RangePicker - for (let i = 0; i <= 7; i++) { + for (let i = 0; i <= 2; i++) { await Page.spotlightDown(); } await Page.spotlightSelect(); @@ -311,7 +312,7 @@ describe('RangePicker', function () { describe('5-way', function () { it('should change the value forward when incrementing the range picker', async function () { // 5-way down to increment button of horizontal RangePicker - for (let i = 0; i <= 7; i++) { + for (let i = 0; i <= 2; i++) { await Page.spotlightDown(); } await Page.spotlightSelect(); @@ -322,7 +323,7 @@ describe('RangePicker', function () { it ('should change the value forward when decrementing the range picker', async function () { // 5-way down to increment button of horizontal RangePicker - for (let i = 0; i <= 7; i++) { + for (let i = 0; i <= 2; i++) { await Page.spotlightDown(); } await Page.spotlightSelect(); diff --git a/tests/ui/specs/Scroller/Scroller-nativeScroll-specs.js b/tests/ui/specs/Scroller/Scroller-nativeScroll-specs.js index d28eef202..83b5dc3f4 100644 --- a/tests/ui/specs/Scroller/Scroller-nativeScroll-specs.js +++ b/tests/ui/specs/Scroller/Scroller-nativeScroll-specs.js @@ -4,6 +4,7 @@ describe('Scroller', function () { it('should meet initial conditions', async function () { await ScrollerPage.open(); + await ScrollerPage.focus(await ScrollerPage.buttonHideScrollbar); expect(await ScrollerPage.buttonHideScrollbar.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/Scroller/Scroller-translateScroll-specs.js b/tests/ui/specs/Scroller/Scroller-translateScroll-specs.js index 4089ad230..fb177b7ab 100644 --- a/tests/ui/specs/Scroller/Scroller-translateScroll-specs.js +++ b/tests/ui/specs/Scroller/Scroller-translateScroll-specs.js @@ -4,6 +4,7 @@ describe('Scroller', function () { it('should meet initial conditions', async function () { await ScrollerPage.open(); + await ScrollerPage.focus(await ScrollerPage.buttonHideScrollbar); expect(await ScrollerPage.buttonHideScrollbar.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/Scroller/ScrollerPage.js b/tests/ui/specs/Scroller/ScrollerPage.js index 12caeba50..a1b491568 100644 --- a/tests/ui/specs/Scroller/ScrollerPage.js +++ b/tests/ui/specs/Scroller/ScrollerPage.js @@ -39,6 +39,10 @@ class ScrollerPage extends Page { return element('#nativeScroll', browser); } + async focus (node) { + return browser.execute((el) => el.focus(), await node); + } + async button (text) { return await element( `${componentSelector({component: 'Button'})}[aria-label="${text}"]`, diff --git a/tests/ui/specs/Scroller/WithSpottable/ScrollerWithSpottable-specs.js b/tests/ui/specs/Scroller/WithSpottable/ScrollerWithSpottable-specs.js index 1b1c7c440..fbc2a0571 100644 --- a/tests/ui/specs/Scroller/WithSpottable/ScrollerWithSpottable-specs.js +++ b/tests/ui/specs/Scroller/WithSpottable/ScrollerWithSpottable-specs.js @@ -9,6 +9,7 @@ describe('Scroller', function () { it('should meet initial conditions', async function () { await ScrollerPage.open('WithSpottable'); + await ScrollerPage.focus(await ScrollerPage.button1); expect(await ScrollerPage.button1.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/Slider/Sliders-specs.js b/tests/ui/specs/Slider/Sliders-specs.js index 04a4f0668..c99cf716e 100644 --- a/tests/ui/specs/Slider/Sliders-specs.js +++ b/tests/ui/specs/Slider/Sliders-specs.js @@ -12,6 +12,7 @@ describe('Slider', function () { describe('5-way', function () { it('should increment the value of horizontal slider on arrow right key when active', async function () { + await Page.delay(200); expect(await slider.self.isFocused()).toBe(true); const originalValue = await slider.knobPositionHorizontal(); await Page.spotlightSelect(); diff --git a/tests/ui/specs/TabGroup/TabGroup-specs.js b/tests/ui/specs/TabGroup/TabGroup-specs.js index ace4ee74d..b0167ba92 100644 --- a/tests/ui/specs/TabGroup/TabGroup-specs.js +++ b/tests/ui/specs/TabGroup/TabGroup-specs.js @@ -10,6 +10,7 @@ describe('TabGroup', function () { describe('first tab', function () { it('should have focus on first tab on start', async function () { + await Page.delay(200); expect(await tabGroup.focusableTabs(1).isFocused()).toBe(true); }); diff --git a/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridList-specs.js b/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridList-specs.js index a2e38a01f..65104818f 100644 --- a/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridList-specs.js +++ b/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridList-specs.js @@ -7,6 +7,7 @@ describe('VirtualGridList', function () { }); it('should meet initial conditions', async function () { + await Page.focus(Page.buttonHideScrollbar); expect(await Page.buttonHideScrollbar.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridListPage.js b/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridListPage.js index a21cb0288..bc84b8f00 100644 --- a/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridListPage.js +++ b/tests/ui/specs/VirtualList/VirtualGridList/VirtualGridListPage.js @@ -15,6 +15,10 @@ class VirtualGridListPage extends Page { await super.open(`VirtualGridList${layout}-View`, urlExtra); } + async focus (node) { + return browser.execute((el) => el.focus(), await node); + } + get buttonHideScrollbar () { return element('#hideScrollbar', browser); } diff --git a/tests/ui/specs/VirtualList/VirtualList/InPanels/VirtualListInPanels-specs.js b/tests/ui/specs/VirtualList/VirtualList/InPanels/VirtualListInPanels-specs.js index 41bc3f79e..3e65f24a3 100644 --- a/tests/ui/specs/VirtualList/VirtualList/InPanels/VirtualListInPanels-specs.js +++ b/tests/ui/specs/VirtualList/VirtualList/InPanels/VirtualListInPanels-specs.js @@ -7,7 +7,7 @@ describe('VirtualList in Panels', function () { }); it('should Spotlight returns on Item when List has only 1 Item', async function () { - await (Page.inputfieldNumItems).moveTo(); + await Page.focus(await Page.inputfieldNumItems); await Page.spotlightSelect(); await Page.backSpace(); await Page.backSpace(); diff --git a/tests/ui/specs/VirtualList/VirtualList/VirtualList-specs.js b/tests/ui/specs/VirtualList/VirtualList/VirtualList-specs.js index b049bd0fb..0a4994702 100644 --- a/tests/ui/specs/VirtualList/VirtualList/VirtualList-specs.js +++ b/tests/ui/specs/VirtualList/VirtualList/VirtualList-specs.js @@ -7,6 +7,7 @@ describe('VirtualList', function () { }); it('should meet initial conditions', async function () { + await Page.focus(Page.buttonHideScrollbar); expect(await Page.buttonHideScrollbar.isFocused()).toBe(true); }); diff --git a/tests/ui/specs/VirtualList/VirtualList/VirtualListPage.js b/tests/ui/specs/VirtualList/VirtualList/VirtualListPage.js index 3cfd8cdce..01b98282e 100644 --- a/tests/ui/specs/VirtualList/VirtualList/VirtualListPage.js +++ b/tests/ui/specs/VirtualList/VirtualList/VirtualListPage.js @@ -22,6 +22,9 @@ class VirtualListPage extends Page { await super.open(`VirtualList${layout}-View`, urlExtra); } + async focus (node) { + return browser.execute((el) => el.focus(), await node); + } get buttonHideScrollbar () { return element('#hideScrollbar', browser); From 8c8cf78375f04dc9fac0c76614e79a6457b65e89 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:51:14 +0200 Subject: [PATCH 3/9] Fixed failing `ui-tests` (#846) --- tests/ui/specs/ArcSlider/ArcSlider-specs.js | 1 + tests/ui/specs/ArcSlider/ArcSliderPage.js | 4 ++++ tests/ui/specs/DatePicker/DatePicker-specs.js | 1 + tests/ui/specs/DateTimePicker/DateTimePicker-specs.js | 1 + 4 files changed, 7 insertions(+) diff --git a/tests/ui/specs/ArcSlider/ArcSlider-specs.js b/tests/ui/specs/ArcSlider/ArcSlider-specs.js index 824cff0ad..f227b5ea8 100644 --- a/tests/ui/specs/ArcSlider/ArcSlider-specs.js +++ b/tests/ui/specs/ArcSlider/ArcSlider-specs.js @@ -11,6 +11,7 @@ describe('ArcSlider', function () { it('should change the position of the slider knob on each different click position', async function () { await Page.delay(500); + await arcSlider.focus(); const {cx: originalCx, cy: originalCy} = await arcSlider.knobPosition(); await arcSlider.self.click({x: 50, y: -70}); diff --git a/tests/ui/specs/ArcSlider/ArcSliderPage.js b/tests/ui/specs/ArcSlider/ArcSliderPage.js index 9daf7aeea..805ff09ac 100644 --- a/tests/ui/specs/ArcSlider/ArcSliderPage.js +++ b/tests/ui/specs/ArcSlider/ArcSliderPage.js @@ -19,6 +19,10 @@ class ArcSliderInterface { return $(this.selector); } + async focus () { + return await browser.execute((el) => el.focus(), await $(this.selector)); + } + async knobPosition () { const cx = parseInt((await this.circle.getCSSProperty('cx')).value); const cy = parseInt((await this.circle.getCSSProperty('cy')).value); diff --git a/tests/ui/specs/DatePicker/DatePicker-specs.js b/tests/ui/specs/DatePicker/DatePicker-specs.js index 3284e6cd1..7e8dcf9c5 100644 --- a/tests/ui/specs/DatePicker/DatePicker-specs.js +++ b/tests/ui/specs/DatePicker/DatePicker-specs.js @@ -91,6 +91,7 @@ describe('DatePicker', function () { it('should increase the month when incrementing the picker', async function () { const {month} = await extractValues(datePicker); await datePicker.incrementer('month').click(); + await browser.pause(500); expect(await datePicker.incrementer('month').isFocused()).toBe(true); const {month: value} = await extractValues(datePicker); const expected = month < 12 ? month + 1 : 1; diff --git a/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js b/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js index 12e4fc18c..f153e8cd7 100644 --- a/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js +++ b/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js @@ -116,6 +116,7 @@ describe('DateTimePicker', function () { const {day, month, year} = await extractValues(dateTimePicker); const numDays = daysInMonth({month, year}); await dateTimePicker.dateIncrementer('day').click(); + await browser.pause(500); expect(await dateTimePicker.dateIncrementer('day').isFocused()).toBe(true); const {day: value} = await extractValues(dateTimePicker); const expected = day !== numDays ? day + 1 : 1; From f7f5067fafa81a450954e19938a588a794839a99 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:01:09 +0200 Subject: [PATCH 4/9] NXT-3374: Fixed failed `ui-tests` (#847) * Fixed failing `ui-tests` * Fixed failing `ui-test` * Fixed failing `ui-test` * Small fix * Added new `ui-test` * Small fix * Small fix * Small fix --- tests/ui/specs/ArcSlider/ArcSlider-specs.js | 10 ++++++++++ tests/ui/specs/ArcSlider/ArcSliderPage.js | 15 +++++++++++++++ tests/ui/specs/TimePicker/TimePicker-specs.js | 1 + 3 files changed, 26 insertions(+) diff --git a/tests/ui/specs/ArcSlider/ArcSlider-specs.js b/tests/ui/specs/ArcSlider/ArcSlider-specs.js index f227b5ea8..8c8e76dd2 100644 --- a/tests/ui/specs/ArcSlider/ArcSlider-specs.js +++ b/tests/ui/specs/ArcSlider/ArcSlider-specs.js @@ -9,11 +9,21 @@ describe('ArcSlider', function () { describe('default', function () { const arcSlider = Page.components.arcSliderDefault; + it('should change the circle radius on focus', async function () { + await Page.delay(500); + await arcSlider.blur(); + const initialCircleRadius = parseFloat(await arcSlider.circle.getAttribute('r')); + await arcSlider.focus(); + const focusedCircleRadius = parseFloat(await arcSlider.circle.getAttribute('r')); + expect(focusedCircleRadius).toBeGreaterThan(initialCircleRadius); + }); + it('should change the position of the slider knob on each different click position', async function () { await Page.delay(500); await arcSlider.focus(); const {cx: originalCx, cy: originalCy} = await arcSlider.knobPosition(); + await arcSlider.waitForClickable(); await arcSlider.self.click({x: 50, y: -70}); await Page.delay(500); diff --git a/tests/ui/specs/ArcSlider/ArcSliderPage.js b/tests/ui/specs/ArcSlider/ArcSliderPage.js index 805ff09ac..cbfe0b594 100644 --- a/tests/ui/specs/ArcSlider/ArcSliderPage.js +++ b/tests/ui/specs/ArcSlider/ArcSliderPage.js @@ -19,10 +19,25 @@ class ArcSliderInterface { return $(this.selector); } + async blur () { + return await browser.execute((el) => el.blur(), await $(this.selector)); + } + async focus () { return await browser.execute((el) => el.focus(), await $(this.selector)); } + async waitForClickable () { + try { + await $(this.selector).waitForClickable({timeout: 1000}); + } catch (_) { + await browser.refresh(); + await browser.pause(500); + await this.focus(); + await $(this.selector).moveTo(); + } + } + async knobPosition () { const cx = parseInt((await this.circle.getCSSProperty('cx')).value); const cy = parseInt((await this.circle.getCSSProperty('cy')).value); diff --git a/tests/ui/specs/TimePicker/TimePicker-specs.js b/tests/ui/specs/TimePicker/TimePicker-specs.js index 40137500e..879d4ed34 100644 --- a/tests/ui/specs/TimePicker/TimePicker-specs.js +++ b/tests/ui/specs/TimePicker/TimePicker-specs.js @@ -165,6 +165,7 @@ describe('TimePicker', function () { } } + await browser.pause(500); const {meridiem: value} = await extractValues(timePicker); expect(value !== meridiem).toBe(true); }); From 4168e0faa3c48ac7af55c91053e689c83ba94c19 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:08:01 +0200 Subject: [PATCH 5/9] NXT-3374: Fixed failed `ui-test` (#848) * Fixed `ui-test` * Fixed `ui-tests` * Created a function to focus the `Range Picker incrementer` * Increased delay * Increased delay * Small fix --- tests/ui/specs/DatePicker/DatePicker-specs.js | 30 ++++++-- .../DateTimePicker/DateTimePicker-specs.js | 37 ++++++++-- tests/ui/specs/Picker/Picker-specs.js | 54 ++++++++------ .../ui/specs/RangePicker/RangePicker-specs.js | 72 ++++++++++--------- tests/ui/specs/RangePicker/RangePickerPage.js | 4 ++ tests/ui/specs/TimePicker/TimePicker-specs.js | 31 ++++++-- 6 files changed, 154 insertions(+), 74 deletions(-) diff --git a/tests/ui/specs/DatePicker/DatePicker-specs.js b/tests/ui/specs/DatePicker/DatePicker-specs.js index 7e8dcf9c5..85672c29f 100644 --- a/tests/ui/specs/DatePicker/DatePicker-specs.js +++ b/tests/ui/specs/DatePicker/DatePicker-specs.js @@ -26,6 +26,7 @@ describe('DatePicker', function () { expect(await datePicker.decrementer('month').isFocused()).toBe(true); await Page.spotlightDown(); await Page.spotlightSelect(); + await Page.delay(300); const {month: value} = await extractValues(datePicker); const expected = month < 12 ? month + 1 : 1; expect(value).toBe(expected); @@ -35,6 +36,7 @@ describe('DatePicker', function () { const {month} = await extractValues(datePicker); expect(await datePicker.decrementer('month').isFocused()).toBe(true); await Page.spotlightSelect(); + await Page.delay(300); const {month: value} = await extractValues(datePicker); const expected = month > 1 ? month - 1 : 12; expect(value).toBe(expected); @@ -47,6 +49,7 @@ describe('DatePicker', function () { expect(await datePicker.decrementer('day').isFocused()).toBe(true); await Page.spotlightDown(); await Page.spotlightSelect(); + await Page.delay(300); const {day: value} = await extractValues(datePicker); const expected = day !== numDays ? day + 1 : 1; expect(value).toBe(expected); @@ -58,6 +61,7 @@ describe('DatePicker', function () { await Page.spotlightRight(); expect(await datePicker.decrementer('day').isFocused()).toBe(true); await Page.spotlightSelect(); + await Page.delay(300); const {day: value} = await extractValues(datePicker); const expected = day !== 1 ? day - 1 : numDays; expect(value).toBe(expected); @@ -70,6 +74,7 @@ describe('DatePicker', function () { expect(await datePicker.decrementer('year').isFocused()).toBe(true); await Page.spotlightDown(); await Page.spotlightSelect(); + await Page.delay(300); const {year: value} = await extractValues(datePicker); const expected = year + 1; expect(value).toBe(expected); @@ -81,6 +86,7 @@ describe('DatePicker', function () { await Page.spotlightRight(); expect(await datePicker.decrementer('year').isFocused()).toBe(true); await Page.spotlightSelect(); + await Page.delay(300); const {year: value} = await extractValues(datePicker); const expected = year - 1; expect(value).toBe(expected); @@ -91,7 +97,7 @@ describe('DatePicker', function () { it('should increase the month when incrementing the picker', async function () { const {month} = await extractValues(datePicker); await datePicker.incrementer('month').click(); - await browser.pause(500); + await Page.delay(500); expect(await datePicker.incrementer('month').isFocused()).toBe(true); const {month: value} = await extractValues(datePicker); const expected = month < 12 ? month + 1 : 1; @@ -101,6 +107,7 @@ describe('DatePicker', function () { it('should decrease the month when decrementing the picker', async function () { const {month} = await extractValues(datePicker); await datePicker.decrementer('month').click(); + await Page.delay(300); expect(await datePicker.decrementer('month').isFocused()).toBe(true); const {month: value} = await extractValues(datePicker); const expected = month > 1 ? month - 1 : 12; @@ -111,7 +118,7 @@ describe('DatePicker', function () { const {day, month, year} = await extractValues(datePicker); const numDays = daysInMonth({month, year}); await datePicker.incrementer('day').click(); - await browser.pause(500); + await Page.delay(500); expect(await datePicker.incrementer('day').isFocused()).toBe(true); const {day: value} = await extractValues(datePicker); const expected = day !== numDays ? day + 1 : 1; @@ -122,6 +129,7 @@ describe('DatePicker', function () { const {day, month, year} = await extractValues(datePicker); const numDays = daysInMonth({month, year}); await datePicker.decrementer('day').click(); + await Page.delay(300); expect(await datePicker.decrementer('day').isFocused()).toBe(true); const {day: value} = await extractValues(datePicker); const expected = day !== 1 ? day - 1 : numDays; @@ -131,6 +139,7 @@ describe('DatePicker', function () { it('should increase the year when incrementing the picker', async function () { const {year} = await extractValues(datePicker); await datePicker.incrementer('year').click(); + await Page.delay(300); expect(await datePicker.incrementer('year').isFocused()).toBe(true); const {year: value} = await extractValues(datePicker); const expected = year + 1; @@ -140,6 +149,7 @@ describe('DatePicker', function () { it('should decrease the year when decrementing the picker', async function () { const {year} = await extractValues(datePicker); await datePicker.decrementer('year').click(); + await Page.delay(300); expect(await datePicker.decrementer('year').isFocused()).toBe(true); const {year: value} = await extractValues(datePicker); const expected = year - 1; @@ -156,6 +166,7 @@ describe('DatePicker', function () { it('should not update on select', async function () { await datePicker.focus(); await Page.spotlightSelect(); + await Page.delay(300); const {day, month, year} = await extractValues(datePicker); @@ -172,21 +183,22 @@ describe('DatePicker', function () { it('should focus the disabled month picker', async function () { await datePicker.decrementer('month').click(); + await Page.delay(300); expect(await datePicker.decrementer('month').isFocused()).toBe(true); }); it('should not increase the day when incrementing disabled picker', async function () { await datePicker.incrementer('day').click(); + await Page.delay(500); expect(await datePicker.incrementer('day').isFocused()).toBe(true); - await browser.pause(500); const {day: value} = await extractValues(datePicker); expect(value).toBe(1); }); it('should not decrease the day when decrementing disabled picker', async function () { await datePicker.decrementer('day').click(); + await Page.delay(500); expect(await datePicker.decrementer('day').isFocused()).toBe(true); - await browser.pause(500); const {day: value} = await extractValues(datePicker); expect(value).toBe(1); }); @@ -207,15 +219,18 @@ describe('DatePicker', function () { it('should not update \'defaultValue\' on decrementing disabled picker', async function () { const {day, month, year} = await extractValues(datePicker); await datePicker.decrementer('month').click(); + await Page.delay(300); expect(await datePicker.decrementer('month').isFocused()).toBe(true); await datePicker.decrementer('day').click(); + await Page.delay(300); expect(await datePicker.decrementer('day').isFocused()).toBe(true); await datePicker.decrementer('year').click(); + await Page.delay(300); expect(await datePicker.decrementer('year').isFocused()).toBe(true); - await browser.pause(500); + await Page.delay(500); expect(day).toBe(6); expect(month).toBe(6); @@ -226,15 +241,18 @@ describe('DatePicker', function () { const {day, month, year} = await extractValues(datePicker); await datePicker.incrementer('month').click(); + await Page.delay(300); expect(await datePicker.incrementer('month').isFocused()).toBe(true); await datePicker.incrementer('day').click(); + await Page.delay(300); expect(await datePicker.incrementer('day').isFocused()).toBe(true); await datePicker.incrementer('day').click(); + await Page.delay(300); expect(await datePicker.incrementer('day').isFocused()).toBe(true); - await browser.pause(500); + await Page.delay(500); expect(day).toBe(6); expect(month).toBe(6); diff --git a/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js b/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js index f153e8cd7..8c3ded3d4 100644 --- a/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js +++ b/tests/ui/specs/DateTimePicker/DateTimePicker-specs.js @@ -45,6 +45,7 @@ describe('DateTimePicker', function () { it('should increase the hour when incrementing the picker', async function () { const {hour} = await extractValues(dateTimePicker); await dateTimePicker.timeIncrementer('hour').click(); + await Page.delay(300); const {hour: value} = await extractValues(dateTimePicker); const expected = hour < 12 ? hour + 1 : 1; expect(value).toBe(expected); @@ -53,6 +54,7 @@ describe('DateTimePicker', function () { it('should decrease the hour when decrementing the picker', async function () { const {hour} = await extractValues(dateTimePicker); await dateTimePicker.timeDecrementer('hour').click(); + await Page.delay(300); const {hour: value} = await extractValues(dateTimePicker); const expected = hour > 1 ? hour - 1 : 12; expect(value).toBe(expected); @@ -61,6 +63,7 @@ describe('DateTimePicker', function () { it('should increase the minute when incrementing the picker', async function () { const {minute} = await extractValues(dateTimePicker); await dateTimePicker.timeIncrementer('minute').click(); + await Page.delay(300); await browser.waitUntil(async () => await dateTimePicker.timeIncrementer('minute').isFocused(), {timeout: 1500, interval: 100}); const {minute: value} = await extractValues(dateTimePicker); const expected = minute !== 59 ? minute + 1 : 0; @@ -70,6 +73,7 @@ describe('DateTimePicker', function () { it('should decrease the minute when decrementing the picker', async function () { const {minute} = await extractValues(dateTimePicker); await dateTimePicker.timeDecrementer('minute').click(); + await Page.delay(300); await browser.waitUntil(async () => await dateTimePicker.timeDecrementer('minute').isFocused(), {timeout: 1500, interval: 100}); const {minute: value} = await extractValues(dateTimePicker); const expected = minute !== 0 ? minute - 1 : 59; @@ -82,11 +86,13 @@ describe('DateTimePicker', function () { // 12 hours ought to change the value text if meridiem changes for (let i = 12; i; i -= 1) { await dateTimePicker.timeIncrementer('hour').click(); + await Page.delay(300); } } else { // 12 hours ought to change the value text if meridiem changes for (let i = 12; i; i -= 1) { await dateTimePicker.timeDecrementer('hour').click(); + await Page.delay(300); } } @@ -97,6 +103,7 @@ describe('DateTimePicker', function () { it('should increase the month when incrementing the picker', async function () { const {month} = await extractValues(dateTimePicker); await dateTimePicker.dateIncrementer('month').click(); + await Page.delay(300); expect(await dateTimePicker.dateIncrementer('month').isFocused()).toBe(true); const {month: value} = await extractValues(dateTimePicker); const expected = month < 12 ? month + 1 : 1; @@ -106,6 +113,7 @@ describe('DateTimePicker', function () { it('should decrease the month when decrementing the picker', async function () { const {month} = await extractValues(dateTimePicker); await dateTimePicker.dateDecrementer('month').click(); + await Page.delay(300); expect(await dateTimePicker.dateDecrementer('month').isFocused()).toBe(true); const {month: value} = await extractValues(dateTimePicker); const expected = month > 1 ? month - 1 : 12; @@ -116,7 +124,7 @@ describe('DateTimePicker', function () { const {day, month, year} = await extractValues(dateTimePicker); const numDays = daysInMonth({month, year}); await dateTimePicker.dateIncrementer('day').click(); - await browser.pause(500); + await Page.delay(500); expect(await dateTimePicker.dateIncrementer('day').isFocused()).toBe(true); const {day: value} = await extractValues(dateTimePicker); const expected = day !== numDays ? day + 1 : 1; @@ -127,6 +135,7 @@ describe('DateTimePicker', function () { const {day, month, year} = await extractValues(dateTimePicker); const numDays = daysInMonth({month, year}); await dateTimePicker.dateDecrementer('day').click(); + await Page.delay(300); expect(await dateTimePicker.dateDecrementer('day').isFocused()).toBe(true); const {day: value} = await extractValues(dateTimePicker); const expected = day !== 1 ? day - 1 : numDays; @@ -136,6 +145,7 @@ describe('DateTimePicker', function () { it('should increase the year when incrementing the picker', async function () { const {year} = await extractValues(dateTimePicker); await dateTimePicker.dateIncrementer('year').click(); + await Page.delay(300); expect(await dateTimePicker.dateIncrementer('year').isFocused()).toBe(true); const {year: value} = await extractValues(dateTimePicker); const expected = year + 1; @@ -145,6 +155,7 @@ describe('DateTimePicker', function () { it('should decrease the year when decrementing the picker', async function () { const {year} = await extractValues(dateTimePicker); await dateTimePicker.dateDecrementer('year').click(); + await Page.delay(300); expect(await dateTimePicker.dateDecrementer('year').isFocused()).toBe(true); const {year: value} = await extractValues(dateTimePicker); const expected = year - 1; @@ -161,6 +172,7 @@ describe('DateTimePicker', function () { it('should not update on select', async function () { await dateTimePicker.focus(); await Page.spotlightSelect(); + await Page.delay(300); const {day, hour, minute, meridiem, month, year} = await extractValues(dateTimePicker); @@ -180,16 +192,16 @@ describe('DateTimePicker', function () { it('should not increase the day when incrementing disabled picker', async function () { await dateTimePicker.dateIncrementer('day').click(); + await Page.delay(500); expect(await dateTimePicker.dateIncrementer('day').isFocused()).toBe(true); - await browser.pause(500); const {day: value} = await extractValues(dateTimePicker); expect(value).toBe(1); }); it('should not decrease the day when decrementing disabled picker', async function () { await dateTimePicker.dateDecrementer('day').click(); + await Page.delay(500); expect(await dateTimePicker.dateDecrementer('day').isFocused()).toBe(true); - await browser.pause(500); const {day: value} = await extractValues(dateTimePicker); expect(value).toBe(1); }); @@ -197,8 +209,8 @@ describe('DateTimePicker', function () { it('should not update hour on click', async function () { const {hour} = await extractValues(dateTimePicker); await dateTimePicker.timeDecrementer('hour').click(); + await Page.delay(500); expect(await dateTimePicker.timeDecrementer('hour').isFocused()).toBe(true); - await browser.pause(500); const {hour: value} = await extractValues(dateTimePicker); expect(value).toBe(hour); }); @@ -222,29 +234,36 @@ describe('DateTimePicker', function () { it('should not update \'defaultValue\' on on click', async function () { const {day, hour, meridiem, minute, month, year} = await extractValues(dateTimePicker); await dateTimePicker.dateDecrementer('month').click(); + await Page.delay(300); expect(await dateTimePicker.dateDecrementer('month').isFocused()).toBe(true); await dateTimePicker.dateDecrementer('day').click(); + await Page.delay(300); expect(await dateTimePicker.dateDecrementer('day').isFocused()).toBe(true); await dateTimePicker.dateDecrementer('year').click(); + await Page.delay(300); expect(await dateTimePicker.dateDecrementer('year').isFocused()).toBe(true); await dateTimePicker.timeDecrementer('minute').click(); + await Page.delay(300); expect(await dateTimePicker.timeDecrementer('minute').isFocused()).toBe(true); await dateTimePicker.timeDecrementer('hour').click(); + await Page.delay(300); expect(await dateTimePicker.timeDecrementer('hour').isFocused()).toBe(true); if (meridiem === 'AM') { await dateTimePicker.timeIncrementer('meridiem').click(); + await Page.delay(300); expect(await dateTimePicker.timeIncrementer('meridiem').isFocused()).toBe(true); } else { await dateTimePicker.timeDecrementer('meridiem').click(); + await Page.delay(300); expect(await dateTimePicker.timeDecrementer('meridiem').isFocused()).toBe(true); } - await browser.pause(500); + await Page.delay(500); expect(day).toBe(6); expect(month).toBe(6); @@ -315,6 +334,7 @@ describe('DateTimePicker', function () { it('should display hours in 24-hour format', async function () { await dateTimePicker.timeIncrementer('hour').click(); + await Page.delay(300); expect((await extractValues(dateTimePicker)).hour).toBe(13); }); @@ -322,12 +342,13 @@ describe('DateTimePicker', function () { // go to 23 first for (let i = 11; i; i -= 1) { await dateTimePicker.timeIncrementer('hour').click(); + await Page.delay(300); } - await browser.pause(500); + await Page.delay(500); expect((await extractValues(dateTimePicker)).hour).toBe(23); // now increment await dateTimePicker.timeIncrementer('hour').click(); - await browser.pause(500); + await Page.delay(500); expect((await extractValues(dateTimePicker)).hour).toBe(0); }); @@ -335,9 +356,11 @@ describe('DateTimePicker', function () { // go to 0 first for (let i = 12; i; i -= 1) { await dateTimePicker.timeDecrementer('hour').click(); + await Page.delay(300); } expect((await extractValues(dateTimePicker)).hour).toBe(0); await dateTimePicker.timeDecrementer('hour').click(); + await Page.delay(300); expect((await extractValues(dateTimePicker)).hour).toBe(23); }); }); diff --git a/tests/ui/specs/Picker/Picker-specs.js b/tests/ui/specs/Picker/Picker-specs.js index fa0213c3c..acccce8cc 100644 --- a/tests/ui/specs/Picker/Picker-specs.js +++ b/tests/ui/specs/Picker/Picker-specs.js @@ -16,7 +16,7 @@ describe('Picker', function () { it('should change the value forward when incrementing the picker', async function () { expect(await picker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); @@ -24,10 +24,11 @@ describe('Picker', function () { it('should change the value backward when decrementing the picker', async function () { expect(await picker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); + await Page.delay(300); await Page.spotlightUp(); expect(await picker.decrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); @@ -36,16 +37,17 @@ describe('Picker', function () { describe('pointer', function () { it('should increase the value when incrementing the picker', async function () { await picker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); it('should decrease the value when decrementing the picker', async function () { await picker.incrementer().click(); + await Page.delay(300); expect(await picker.incrementer().isFocused()).toBe(true); await picker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); @@ -69,8 +71,8 @@ describe('Picker', function () { it('should not update on select', async function () { const oldValue = await extractValue(picker); await Page.spotlightSelect(); + await Page.delay(500); await picker.focus(); - await browser.pause(500); const newValue = await extractValue(picker); expect(newValue).toBe(oldValue); }); @@ -80,7 +82,7 @@ describe('Picker', function () { it('should not increase the value when clicking the incrementer', async function () { const oldValue = await extractValue(picker); await picker.incrementer().click(); - browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe(oldValue); }); @@ -88,7 +90,7 @@ describe('Picker', function () { it('should not decrease the value when clicking the decrementer', async function () { const oldValue = await extractValue(picker); await picker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe(oldValue); }); @@ -107,7 +109,7 @@ describe('Picker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); @@ -118,10 +120,10 @@ describe('Picker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); await Page.spotlightLeft(); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); @@ -130,16 +132,17 @@ describe('Picker', function () { describe('pointer', function () { it('should increase the value when incrementing the picker', async function () { await picker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); it('should decrease the value when decrementing the picker', async function () { await picker.incrementer().click(); + await Page.delay(300); expect(await picker.incrementer().isFocused()).toBe(true); await picker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); @@ -165,10 +168,12 @@ describe('Picker', function () { // 5-way down to increment button of horizontal default picker increment button for (let i = 0; i <= 6; i++) { await Page.spotlightSelect(); + await Page.delay(300); } // focus decrement button of horizontal disabled picker and 5-way Select await Page.spotlightRight(); await Page.spotlightSelect(); + await Page.delay(300); const newValue = await extractValue(picker); expect(newValue).toBe(oldValue); }); @@ -178,7 +183,7 @@ describe('Picker', function () { it('should not increase the value when clicking the incrementer', async function () { const oldValue = await extractValue(picker); await picker.incrementer().click(); - browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe(oldValue); }); @@ -186,7 +191,7 @@ describe('Picker', function () { it('should not decrease the value when decrementing the picker', async function () { const oldValue = await extractValue(picker); await picker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe(oldValue); }); @@ -207,7 +212,7 @@ describe('Picker', function () { it('should change the value forward when incrementing the picker', async function () { expect(await picker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); @@ -215,10 +220,11 @@ describe('Picker', function () { it('should change the value backward when decrementing the picker', async function () { expect(await picker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); + await Page.delay(300); await Page.spotlightUp(); expect(await picker.decrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); @@ -227,16 +233,17 @@ describe('Picker', function () { describe('pointer', function () { it('should increase the value when incrementing the picker', async function () { await picker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); it('should decrease the value when decrementing the picker', async function () { await picker.incrementer().click(); + await Page.delay(300); expect(await picker.incrementer().isFocused()).toBe(true); await picker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); @@ -253,7 +260,7 @@ describe('Picker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); @@ -264,10 +271,10 @@ describe('Picker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); await Page.spotlightRight(); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); @@ -276,16 +283,17 @@ describe('Picker', function () { describe('pointer', function () { it('should increase the value when incrementing the picker', async function () { await picker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Banana'); }); it('should decrease the value when decrementing the picker', async function () { await picker.incrementer().click(); + await Page.delay(300); expect(await picker.incrementer().isFocused()).toBe(true); await picker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(picker); expect(newValue).toBe('Apple'); }); diff --git a/tests/ui/specs/RangePicker/RangePicker-specs.js b/tests/ui/specs/RangePicker/RangePicker-specs.js index a60aaae3e..857d2062b 100644 --- a/tests/ui/specs/RangePicker/RangePicker-specs.js +++ b/tests/ui/specs/RangePicker/RangePicker-specs.js @@ -14,10 +14,10 @@ describe('RangePicker', function () { describe('5-way', function () { it('should change the value forward when incrementing the rangePicker', async function () { - rangePicker.incrementer().focus(); + await rangePicker.focusIncrementer(); expect(await rangePicker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(5000); + await Page.delay(5000); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); @@ -25,10 +25,11 @@ describe('RangePicker', function () { it('should change the value backward when decrementing the rangePicker', async function () { expect(await rangePicker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); + await Page.delay(300); await Page.spotlightUp(); expect(await rangePicker.decrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); @@ -37,16 +38,17 @@ describe('RangePicker', function () { describe('pointer', function () { it('should increase the value when incrementing the rangePicker', async function () { await rangePicker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); it('should decrease the value when decrementing the rangePicker', async function () { await rangePicker.incrementer().click(); + await Page.delay(300); expect(await rangePicker.incrementer().isFocused()).toBe(true); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); @@ -60,8 +62,8 @@ describe('RangePicker', function () { it('should not update on select', async function () { const oldValue = await extractValue(rangePicker); await Page.spotlightSelect(); + await Page.delay(500); await rangePicker.focus(); - await browser.pause(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(oldValue); }); @@ -71,7 +73,7 @@ describe('RangePicker', function () { it('should not increase the value when clicking the incrementer', async function () { const oldValue = await extractValue(rangePicker); await rangePicker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(oldValue); }); @@ -79,7 +81,7 @@ describe('RangePicker', function () { it('should not decrease the value when clicking the decrementer', async function () { const oldValue = await extractValue(rangePicker); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(oldValue); }); @@ -96,7 +98,7 @@ describe('RangePicker', function () { it('should decrement to negative number', async function () { await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(-1); }); @@ -109,7 +111,7 @@ describe('RangePicker', function () { const oldValue = await extractValue(rangePicker); expect(oldValue).toBe(0); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(10); }); @@ -117,13 +119,13 @@ describe('RangePicker', function () { it('should increase to min value', async function () { for (let i = 0; i < 10; i++) { await rangePicker.incrementer().click(); - await browser.pause(100); + await Page.delay(300); } const oldValue = await extractValue(rangePicker); expect(oldValue).toBe(10); await rangePicker.incrementer().click(); + await Page.delay(300); expect(await rangePicker.incrementer().isFocused()).toBe(true); - await browser.pause(500); const newValue = extractValue(rangePicker); expect(await newValue).toBe(0); }); @@ -141,7 +143,7 @@ describe('RangePicker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); @@ -152,10 +154,10 @@ describe('RangePicker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); await Page.spotlightLeft(); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); @@ -164,16 +166,17 @@ describe('RangePicker', function () { describe('pointer', function () { it('should increase the value when incrementing the range picker', async function () { await rangePicker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); it('should decrease the value when decrementing the range picker', async function () { await rangePicker.incrementer().click(); + await Page.delay(300); expect(await rangePicker.incrementer().isFocused()).toBe(true); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); @@ -187,8 +190,8 @@ describe('RangePicker', function () { it('should not update on select', async function () { const oldValue = await extractValue(rangePicker); await Page.spotlightSelect(); + await Page.delay(500); await rangePicker.focus(); - await browser.pause(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(oldValue); }); @@ -198,7 +201,7 @@ describe('RangePicker', function () { it('should not increase the value when clicking the incrementer', async function () { const oldValue = await extractValue(rangePicker); await rangePicker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(oldValue); }); @@ -206,7 +209,7 @@ describe('RangePicker', function () { it('should not decrease the value when clicking the decrementer', async function () { const oldValue = await extractValue(rangePicker); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(oldValue); }); @@ -223,7 +226,7 @@ describe('RangePicker', function () { it('should decrement to negative number', async function () { await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(-1); }); @@ -236,7 +239,7 @@ describe('RangePicker', function () { const oldValue = await extractValue(rangePicker); expect(oldValue).toBe(0); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(10); }); @@ -244,13 +247,14 @@ describe('RangePicker', function () { it('should increase to min value', async function () { for (let i = 0; i < 10; i++) { await rangePicker.incrementer().click(); + await Page.delay(300); } - await browser.pause(500); + await Page.delay(500); const oldValue = await extractValue(rangePicker); expect(oldValue).toBe(10); await rangePicker.incrementer().click(); + await Page.delay(500); expect(await rangePicker.incrementer().isFocused()).toBe(true); - await browser.pause(500); const newValue = extractValue(rangePicker); expect(await newValue).toBe(0); }); @@ -270,7 +274,7 @@ describe('RangePicker', function () { it('should change the value forward when incrementing the range picker', async function () { expect(await rangePicker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); @@ -278,10 +282,11 @@ describe('RangePicker', function () { it('should change the value backward when decrementing the range picker', async function () { expect(await rangePicker.incrementer().isFocused()).toBe(true); await Page.spotlightSelect(); + await Page.delay(300); await Page.spotlightUp(); expect(await rangePicker.decrementer().isFocused()).toBe(true); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); @@ -290,16 +295,17 @@ describe('RangePicker', function () { describe('pointer', function () { it('should increase the value when incrementing the range picker', async function () { await rangePicker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); it('should decrease the value when decrementing the range picker', async function () { await rangePicker.incrementer().click(); + await Page.delay(300); expect(await rangePicker.incrementer().isFocused()).toBe(true); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); @@ -316,7 +322,7 @@ describe('RangePicker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); @@ -327,9 +333,10 @@ describe('RangePicker', function () { await Page.spotlightDown(); } await Page.spotlightSelect(); + await Page.delay(300); await Page.spotlightRight(); await Page.spotlightSelect(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); @@ -338,16 +345,17 @@ describe('RangePicker', function () { describe('pointer', async function () { it('should increase the value when incrementing the range picker', async function () { await rangePicker.incrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(5); }); it('should decrease the value when decrementing the range picker', async function () { await rangePicker.incrementer().click(); + await Page.delay(300); expect(await rangePicker.incrementer().isFocused()).toBe(true); await rangePicker.decrementer().click(); - await browser.pause(500); + await Page.delay(500); const newValue = await extractValue(rangePicker); expect(newValue).toBe(0); }); diff --git a/tests/ui/specs/RangePicker/RangePickerPage.js b/tests/ui/specs/RangePicker/RangePickerPage.js index b2ffab4c0..02828e2e7 100644 --- a/tests/ui/specs/RangePicker/RangePickerPage.js +++ b/tests/ui/specs/RangePicker/RangePickerPage.js @@ -10,6 +10,10 @@ class RangePickerInterface { return browser.execute((el) => el.focus(), await $(`#${this.id}>div`)); } + async focusIncrementer () { + return browser.execute((el) => el.focus(), await this.incrementer()); + } + get self () { return $(`#${this.id}`, browser); } diff --git a/tests/ui/specs/TimePicker/TimePicker-specs.js b/tests/ui/specs/TimePicker/TimePicker-specs.js index 879d4ed34..d2b9ee398 100644 --- a/tests/ui/specs/TimePicker/TimePicker-specs.js +++ b/tests/ui/specs/TimePicker/TimePicker-specs.js @@ -34,6 +34,7 @@ describe('TimePicker', function () { const {hour} = await extractValues(timePicker); await browser.waitUntil(async () => (await timePicker.decrementer('hour')).isFocused(), {timeout: 1500, interval: 100}); await Page.spotlightSelect(); + await Page.delay(300); const {hour: value} = await extractValues(timePicker); const expected = hour > 1 ? hour - 1 : 12; expect(value).toBe(expected); @@ -44,6 +45,7 @@ describe('TimePicker', function () { await Page.spotlightDown(); await browser.waitUntil(async () => (await timePicker.incrementer('hour')).isFocused(), {timeout: 1500, interval: 100}); await Page.spotlightSelect(); + await Page.delay(300); const {hour: value} = await extractValues(timePicker); const expected = hour < 12 ? hour + 1 : 1; expect(value).toBe(expected); @@ -54,6 +56,7 @@ describe('TimePicker', function () { await Page.spotlightRight(); await browser.waitUntil(async () => (await timePicker.decrementer('minute')).isFocused(), {timeout: 1500, interval: 100}); await Page.spotlightSelect(); + await Page.delay(300); const {minute: value} = await extractValues(timePicker); const expected = minute !== 0 ? minute - 1 : 59; expect(value).toBe(expected); @@ -66,6 +69,7 @@ describe('TimePicker', function () { await Page.spotlightDown(); await browser.waitUntil(async () => (await timePicker.incrementer('minute')).isFocused(), {timeout: 1500, interval: 100}); await Page.spotlightSelect(); + await Page.delay(300); const {minute: value} = await extractValues(timePicker); const expected = minute !== 59 ? minute + 1 : 0; expect(value).toBe(expected); @@ -86,6 +90,7 @@ describe('TimePicker', function () { await browser.waitUntil(async () => (await timePicker.decrementer('meridiem')).isFocused(), {timeout: 1500, interval: 100}); } await Page.spotlightSelect(); + await Page.delay(300); const {hour: value} = await extractValues(timePicker); expect(value).toBe(hour); @@ -102,6 +107,7 @@ describe('TimePicker', function () { // 12 hours ought to change the value text if meridiem changes for (let i = 12; i; i -= 1) { await Page.spotlightSelect(); + await Page.delay(300); } const {meridiem: value} = await extractValues(timePicker); @@ -112,6 +118,7 @@ describe('TimePicker', function () { describe('pointer', function () { it('should select hour when opened', async function () { (await timePicker.decrementer('hour')).click(); + await Page.delay(300); await browser.waitUntil(async () => await timePicker.decrementer('hour').isFocused(), {timeout: 1500, interval: 100}); }); @@ -119,7 +126,7 @@ describe('TimePicker', function () { it('should increase the hour when incrementing the picker', async function () { const {hour} = await extractValues(timePicker); (await timePicker.incrementer('hour')).click(); - await browser.pause(500); + await Page.delay(500); const {hour: value} = await extractValues(timePicker); const expected = hour < 12 ? hour + 1 : 1; expect(value).toBe(expected); @@ -128,6 +135,7 @@ describe('TimePicker', function () { it('should decrease the hour when decrementing the picker', async function () { const {hour} = await extractValues(timePicker); (await timePicker.decrementer('hour')).click(); + await Page.delay(300); const {hour: value} = await extractValues(timePicker); const expected = hour > 1 ? hour - 1 : 12; expect(value).toBe(expected); @@ -136,6 +144,7 @@ describe('TimePicker', function () { it('should increase the minute when incrementing the picker', async function () { const {minute} = await extractValues(timePicker); (await timePicker.incrementer('minute')).click(); + await Page.delay(300); await browser.waitUntil( async () => (await timePicker.incrementer('minute')).isFocused(), {timeout: 1500, interval: 100}); const {minute: value} = await extractValues(timePicker); const expected = minute !== 59 ? minute + 1 : 0; @@ -145,6 +154,7 @@ describe('TimePicker', function () { it('should decrease the minute when decrementing the picker', async function () { const {minute} = await extractValues(timePicker); (await timePicker.decrementer('minute')).click(); + await Page.delay(300); await browser.waitUntil(async () => (await timePicker.decrementer('minute')).isFocused(), {timeout: 1500, interval: 100}); const {minute: value} = await extractValues(timePicker); const expected = minute !== 0 ? minute - 1 : 59; @@ -157,15 +167,17 @@ describe('TimePicker', function () { // 12 hours ought to change the value text if meridiem changes for (let i = 12; i; i -= 1) { (await timePicker.incrementer('hour')).click(); + await Page.delay(300); } } else { // 12 hours ought to change the value text if meridiem changes for (let i = 12; i; i -= 1) { (await timePicker.decrementer('hour')).click(); + await Page.delay(300); } } - await browser.pause(500); + await Page.delay(500); const {meridiem: value} = await extractValues(timePicker); expect(value !== meridiem).toBe(true); }); @@ -180,6 +192,7 @@ describe('TimePicker', function () { it('should not update on select', async function () { await timePicker.focus(); await Page.spotlightSelect(); + await Page.delay(300); const {hour, minute, meridiem} = await extractValues(timePicker); @@ -196,6 +209,7 @@ describe('TimePicker', function () { describe('5-way', function () { it('should not update on select', async function () { await Page.spotlightSelect(); + await Page.delay(300); await timePicker.focus(); }); }); @@ -204,8 +218,8 @@ describe('TimePicker', function () { it('should not update hour on click', async function () { const {hour} = await extractValues(timePicker); await timePicker.decrementer('hour').click(); + await Page.delay(500); expect(await (await timePicker.decrementer('hour')).isFocused()).toBe(true); - await browser.pause(500); const {hour: value} = await extractValues(timePicker); expect(value).toBe(hour); }); @@ -218,20 +232,24 @@ describe('TimePicker', function () { const {hour, minute, meridiem} = await extractValues(timePicker); (await timePicker.decrementer('minute')).click(); + await Page.delay(300); expect(await timePicker.decrementer('minute').isFocused()).toBe(true); (await timePicker.decrementer('hour')).click(); + await Page.delay(300); expect(await timePicker.decrementer('hour').isFocused()).toBe(true); if (meridiem === 'AM') { (await timePicker.incrementer('meridiem')).click(); + await Page.delay(300); expect(await timePicker.incrementer('meridiem').isFocused()).toBe(true); } else { (await timePicker.decrementer('meridiem')).click(); + await Page.delay(300); expect(await timePicker.decrementer('meridiem').isFocused()).toBe(true); } - await browser.pause(500); + await Page.delay(500); expect(hour).toBe(12); expect(minute).toBe(0); expect(meridiem).toBe('AM'); @@ -294,16 +312,17 @@ describe('TimePicker', function () { it('should increment hours from 23 to 0', async function () { // go to 23 first (await timePicker.decrementer('hour')).click(); - await browser.pause(500); + await Page.delay(500); expect((await extractValues(timePicker)).hour).toBe(23); // now increment (await timePicker.incrementer('hour')).click(); - await browser.pause(500); + await Page.delay(500); expect((await extractValues(timePicker)).hour).toBe(0); }); it('should decrement hours from 0 to 23', async function () { (await timePicker.decrementer('hour')).click(); + await Page.delay(300); expect((await extractValues(timePicker)).hour).toBe(23); }); }); From ddd7a62e3f4043c92e27d466da4bf586bac77189 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:17:27 +0200 Subject: [PATCH 6/9] NXT-4196: Updated dependencies to fix vulnerabilities (#849) * Updated package dependencies * Changed `vue-template-compiler` version from `overrides` * Your commit message --------- Co-authored-by: daniel-stoian-lgp --- package.json | 18 +- samples/event-logger/package.json | 16 +- samples/perf-scroller-native/package.json | 14 +- samples/perf-scroller-translate/package.json | 14 +- .../perf-virtualgridlist-native/package.json | 14 +- .../package.json | 14 +- .../package.json | 14 +- samples/perf-virtuallist-native/package.json | 14 +- .../perf-virtuallist-translate/package.json | 14 +- samples/qa-a11y/package.json | 16 +- samples/qa-drag-and-drop/package.json | 16 +- samples/qa-dropdown/package.json | 14 +- samples/qa-fonts/package.json | 14 +- samples/qa-i18n-async/package.json | 14 +- samples/qa-i18n/package.json | 16 +- samples/qa-scroller/package.json | 14 +- samples/qa-virtualgridlist/package.json | 16 +- .../package.json | 16 +- samples/qa-virtuallist/package.json | 16 +- samples/sampler/npm-shrinkwrap.json | 1367 ++++++++++++++--- samples/sampler/package.json | 14 +- 21 files changed, 1311 insertions(+), 354 deletions(-) diff --git a/package.json b/package.json index 3df1c0ac9..45d4d8d9c 100644 --- a/package.json +++ b/package.json @@ -37,10 +37,10 @@ "extends": "enact-proxy/strict" }, "dependencies": { - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", "classnames": "^2.5.1", "color-convert": "^2.0.1", "deep-freeze": "0.0.1", @@ -48,10 +48,10 @@ "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "warning": "^4.0.3", - "ilib": "^14.21.1" + "ilib": "^14.21.2" }, "peerDependencies": { "ilib": "^14.20.0 || ^14.20.0-webos1" @@ -62,7 +62,7 @@ "eslint-config-enact-proxy": "^1.0.9" }, "overrides": { - "autolinker": "^4.0.0", - "vue-template-compiler": "@vue/compiler-sfc@3.4.31" + "autolinker": "^4.1.5", + "vue-template-compiler": "^3.0.0" } } \ No newline at end of file diff --git a/samples/event-logger/package.json b/samples/event-logger/package.json index f78f8a8f0..026568691 100644 --- a/samples/event-logger/package.json +++ b/samples/event-logger/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "@reduxjs/toolkit": "^2.9.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "@reduxjs/toolkit": "^2.11.1", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/perf-scroller-native/package.json b/samples/perf-scroller-native/package.json index 34be67076..eb3e56478 100644 --- a/samples/perf-scroller-native/package.json +++ b/samples/perf-scroller-native/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", "classnames": "^2.5.1", - "ilib": "^14.21.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "ilib": "^14.21.2", + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/perf-scroller-translate/package.json b/samples/perf-scroller-translate/package.json index 7ed819148..c9ed5fbb3 100644 --- a/samples/perf-scroller-translate/package.json +++ b/samples/perf-scroller-translate/package.json @@ -24,13 +24,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", "classnames": "^2.5.1", - "ilib": "^14.21.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "ilib": "^14.21.2", + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/perf-virtualgridlist-native/package.json b/samples/perf-virtualgridlist-native/package.json index a6002c46d..45c7e36e2 100644 --- a/samples/perf-virtualgridlist-native/package.json +++ b/samples/perf-virtualgridlist-native/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/perf-virtualgridlist-translate/package.json b/samples/perf-virtualgridlist-translate/package.json index 3bd29b47c..e10727ea5 100644 --- a/samples/perf-virtualgridlist-translate/package.json +++ b/samples/perf-virtualgridlist-translate/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/perf-virtuallist-native-with-different-item-size/package.json b/samples/perf-virtuallist-native-with-different-item-size/package.json index d5b4bccbd..9d67c1d49 100644 --- a/samples/perf-virtuallist-native-with-different-item-size/package.json +++ b/samples/perf-virtuallist-native-with-different-item-size/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/perf-virtuallist-native/package.json b/samples/perf-virtuallist-native/package.json index 141ec5408..eb43e5195 100644 --- a/samples/perf-virtuallist-native/package.json +++ b/samples/perf-virtuallist-native/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/perf-virtuallist-translate/package.json b/samples/perf-virtuallist-translate/package.json index aff3e2a00..8f64e3eff 100644 --- a/samples/perf-virtuallist-translate/package.json +++ b/samples/perf-virtuallist-translate/package.json @@ -23,12 +23,12 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-a11y/package.json b/samples/qa-a11y/package.json index 2143f0831..c38ad64aa 100644 --- a/samples/qa-a11y/package.json +++ b/samples/qa-a11y/package.json @@ -23,14 +23,14 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "@enact/webos": "^5.3.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "@enact/webos": "^5.4.0", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-drag-and-drop/package.json b/samples/qa-drag-and-drop/package.json index b8a201ae0..15e82957d 100644 --- a/samples/qa-drag-and-drop/package.json +++ b/samples/qa-drag-and-drop/package.json @@ -23,14 +23,14 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "@enact/webos": "^5.3.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "@enact/webos": "^5.4.0", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-dropdown/package.json b/samples/qa-dropdown/package.json index f02d5a1c7..9b77bd011 100644 --- a/samples/qa-dropdown/package.json +++ b/samples/qa-dropdown/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-fonts/package.json b/samples/qa-fonts/package.json index a066e8ac1..44a262239 100644 --- a/samples/qa-fonts/package.json +++ b/samples/qa-fonts/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-i18n-async/package.json b/samples/qa-i18n-async/package.json index 638b8f824..5b1eec957 100644 --- a/samples/qa-i18n-async/package.json +++ b/samples/qa-i18n-async/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-i18n/package.json b/samples/qa-i18n/package.json index b52da64fc..ad8ccf38f 100644 --- a/samples/qa-i18n/package.json +++ b/samples/qa-i18n/package.json @@ -23,14 +23,14 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "@enact/webos": "^5.3.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "@enact/webos": "^5.4.0", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-scroller/package.json b/samples/qa-scroller/package.json index a32dc1281..f387d8ea9 100644 --- a/samples/qa-scroller/package.json +++ b/samples/qa-scroller/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.1", + "react-dom": "^19.2.1" } } diff --git a/samples/qa-virtualgridlist/package.json b/samples/qa-virtualgridlist/package.json index 1ddc2cce3..f18a48374 100644 --- a/samples/qa-virtualgridlist/package.json +++ b/samples/qa-virtualgridlist/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "@reduxjs/toolkit": "^2.9.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "@reduxjs/toolkit": "^2.11.1", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/qa-virtualgridlistnative-preserve-focus/package.json b/samples/qa-virtualgridlistnative-preserve-focus/package.json index 6b0c05081..a230d4290 100644 --- a/samples/qa-virtualgridlistnative-preserve-focus/package.json +++ b/samples/qa-virtualgridlistnative-preserve-focus/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "@reduxjs/toolkit": "^2.9.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "@reduxjs/toolkit": "^2.11.1", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/qa-virtuallist/package.json b/samples/qa-virtuallist/package.json index 70b890ebf..49acb227b 100644 --- a/samples/qa-virtuallist/package.json +++ b/samples/qa-virtuallist/package.json @@ -23,15 +23,15 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", - "@reduxjs/toolkit": "^2.9.0", - "ilib": "^14.21.1", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", + "@reduxjs/toolkit": "^2.11.1", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/sampler/npm-shrinkwrap.json b/samples/sampler/npm-shrinkwrap.json index 1de3d834e..a155de83d 100644 --- a/samples/sampler/npm-shrinkwrap.json +++ b/samples/sampler/npm-shrinkwrap.json @@ -10,18 +10,18 @@ "license": "Apache-2.0", "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", "@enact/storybook-utils": "^7.0.2", - "@enact/ui": "^5.3.0", + "@enact/ui": "^5.4.0", "@storybook/addon-docs": "^9.1.9", "@storybook/react-webpack5": "^9.1.9", "dotenv": "^16.5.0", - "ilib": "^14.21.1", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "storybook": "^9.1.9" } }, @@ -30,20 +30,20 @@ "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", - "@enact/ui": "^5.3.0", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", + "@enact/ui": "^5.4.0", "classnames": "^2.5.1", "color-convert": "^2.0.1", "deep-freeze": "0.0.1", "eases": "^1.0.8", - "ilib": "^14.21.1", + "ilib": "^14.21.2", "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "warning": "^4.0.3" }, "devDependencies": { @@ -89,7 +89,6 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -264,6 +263,7 @@ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=6.9.0" } @@ -318,32 +318,32 @@ "link": true }, "node_modules/@enact/core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@enact/core/-/core-5.3.2.tgz", - "integrity": "sha512-yKnF9/hBsDBlQ2Hw+DMqqp2DTdOLqdsXtvC38vlBTeF/jRkLiYOjgpmC5ShfYGcStW7bj+t75ARTprMR6MAXaw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@enact/core/-/core-5.4.0.tgz", + "integrity": "sha512-ajDRfDSRO5JeIX4XN+PxbwRMBaNIBIPTYqjx1w3GNM9yVTysCLrkyPnMRnrkU3NLowhehvgL9L7Zdp0KF1Cygw==", "license": "Apache-2.0", "dependencies": { "classnames": "^2.5.1", "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.1", - "react-dom": "^19.1.1", - "react-is": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "react-is": "^19.2.0", "warning": "^4.0.3" } }, "node_modules/@enact/i18n": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@enact/i18n/-/i18n-5.3.2.tgz", - "integrity": "sha512-5H1qWHn2scTlH26nJuH98JF9D/yB1yacCGPvWo05nYfMRQPBHMxZX6wGWNRvFYxQ4aesa/xZ8ObQUBSAKHKPYA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@enact/i18n/-/i18n-5.4.0.tgz", + "integrity": "sha512-Xucl3cu8i6EeXMTtb3mDgkXVheSky3Oz72U7BVHtUJ8uROcdetDQ4pFoh+WTrP5LNK6iDK4UxjF4hFp5epw0UA==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.3.2", + "@enact/core": "^5.4.0", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "xhr": "^2.6.0" }, "peerDependencies": { @@ -351,17 +351,17 @@ } }, "node_modules/@enact/spotlight": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@enact/spotlight/-/spotlight-5.3.2.tgz", - "integrity": "sha512-rJqZlJXIfqqCdAiCZLZ4QSdVtZalUX2iTYPP6rGLpHkJwv3pyn7VJ1X046y+r3yRreK9qMn8LtLVsuGbyquEDA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@enact/spotlight/-/spotlight-5.4.0.tgz", + "integrity": "sha512-7tBni63FAekSTlqstTWOmCS5mLa8PrpneaLzcUMpswP5hczzBcOfvGE1rqOx79SljN4Sbb47e91Fpt7Gc/HaMg==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.3.2", + "@enact/core": "^5.4.0", "classnames": "^2.5.1", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.2.0", + "react-dom": "^19.2.0", "warning": "^4.0.3" } }, @@ -428,7 +428,6 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -2174,7 +2173,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" }, @@ -2197,7 +2195,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" } @@ -3522,6 +3519,7 @@ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" @@ -3533,6 +3531,7 @@ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.0.0" } @@ -3543,6 +3542,7 @@ "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -3553,7 +3553,8 @@ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@jridgewell/trace-mapping": { "version": "0.3.31", @@ -3561,6 +3562,7 @@ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -3633,6 +3635,7 @@ "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -3644,6 +3647,7 @@ "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@types/eslint": "*", "@types/estree": "*" @@ -3654,21 +3658,24 @@ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@types/html-minifier-terser": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@types/json5": { "version": "0.0.29", @@ -3683,6 +3690,7 @@ "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3693,6 +3701,7 @@ "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/helper-numbers": "1.13.2", "@webassemblyjs/helper-wasm-bytecode": "1.13.2" @@ -3703,21 +3712,24 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-api-error": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-buffer": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-numbers": { "version": "1.13.2", @@ -3725,6 +3737,7 @@ "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.13.2", "@webassemblyjs/helper-api-error": "1.13.2", @@ -3736,7 +3749,8 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.14.1", @@ -3744,6 +3758,7 @@ "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -3757,6 +3772,7 @@ "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } @@ -3767,6 +3783,7 @@ "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@xtuc/long": "4.2.2" } @@ -3776,7 +3793,8 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@webassemblyjs/wasm-edit": { "version": "1.14.1", @@ -3784,6 +3802,7 @@ "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -3801,6 +3820,7 @@ "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-wasm-bytecode": "1.13.2", @@ -3815,6 +3835,7 @@ "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -3828,6 +3849,7 @@ "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-api-error": "1.13.2", @@ -3843,6 +3865,7 @@ "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" @@ -3853,21 +3876,22 @@ "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "license": "BSD-3-Clause", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "license": "Apache-2.0", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/acorn": { "version": "8.15.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -3881,6 +3905,7 @@ "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=10.13.0" }, @@ -3933,6 +3958,7 @@ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ajv": "^8.0.0" }, @@ -3951,6 +3977,7 @@ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -3967,7 +3994,8 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/ansi-regex": { "version": "5.0.1", @@ -3975,6 +4003,7 @@ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -4177,7 +4206,8 @@ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/brace-expansion": { "version": "1.1.12", @@ -4221,7 +4251,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -4241,7 +4270,8 @@ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/call-bind": { "version": "1.0.8", @@ -4308,6 +4338,7 @@ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "pascal-case": "^3.1.2", "tslib": "^2.0.3" @@ -4351,6 +4382,7 @@ "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.0" } @@ -4361,6 +4393,7 @@ "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "source-map": "~0.6.0" }, @@ -4394,6 +4427,7 @@ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 12" } @@ -4459,6 +4493,7 @@ "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.0.1", @@ -4476,6 +4511,7 @@ "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">= 6" }, @@ -4623,6 +4659,7 @@ "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "utila": "~0.4" } @@ -4633,6 +4670,7 @@ "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -4653,7 +4691,8 @@ } ], "license": "BSD-2-Clause", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/domhandler": { "version": "4.3.1", @@ -4661,6 +4700,7 @@ "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "domelementtype": "^2.2.0" }, @@ -4677,6 +4717,7 @@ "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -4692,6 +4733,7 @@ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -4730,6 +4772,7 @@ "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -4744,6 +4787,7 @@ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } @@ -4842,7 +4886,8 @@ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/es-object-atoms": { "version": "1.1.1", @@ -4993,6 +5038,7 @@ "hasShrinkwrap": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@babel/eslint-parser": "^7.28.4", "@babel/eslint-plugin": "^7.27.1", @@ -5024,6 +5070,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", @@ -5040,6 +5087,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -5105,6 +5153,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-rule-composer": "^0.3.0" }, @@ -5123,6 +5172,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/parser": "^7.28.5", "@babel/types": "^7.28.5", @@ -5141,6 +5191,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/types": "^7.27.3" }, @@ -5155,6 +5206,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/compat-data": "^7.27.2", "@babel/helper-validator-option": "^7.27.1", @@ -5173,6 +5225,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-member-expression-to-functions": "^7.28.5", @@ -5196,6 +5249,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "regexpu-core": "^6.3.1", @@ -5215,6 +5269,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -5233,6 +5288,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -5244,6 +5300,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/traverse": "^7.28.5", "@babel/types": "^7.28.5" @@ -5259,6 +5316,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -5274,6 +5332,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", @@ -5293,6 +5352,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/types": "^7.27.1" }, @@ -5307,6 +5367,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -5318,6 +5379,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-wrap-function": "^7.27.1", @@ -5337,6 +5399,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-member-expression-to-functions": "^7.27.1", "@babel/helper-optimise-call-expression": "^7.27.1", @@ -5356,6 +5419,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -5371,6 +5435,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -5382,6 +5447,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -5393,6 +5459,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -5404,6 +5471,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/template": "^7.27.2", "@babel/traverse": "^7.28.3", @@ -5420,6 +5488,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/template": "^7.27.2", "@babel/types": "^7.28.4" @@ -5435,6 +5504,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/types": "^7.28.5" }, @@ -5452,6 +5522,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.5" @@ -5470,6 +5541,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5487,6 +5559,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5504,6 +5577,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", @@ -5523,6 +5597,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.3" @@ -5541,6 +5616,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -5560,6 +5636,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5577,6 +5654,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" }, @@ -5591,6 +5669,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5608,6 +5687,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -5622,6 +5702,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5639,6 +5720,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5656,6 +5738,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5673,6 +5756,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5690,6 +5774,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -5708,6 +5793,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5725,6 +5811,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-remap-async-to-generator": "^7.27.1", @@ -5744,6 +5831,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -5763,6 +5851,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5780,6 +5869,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5797,6 +5887,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -5815,6 +5906,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1" @@ -5833,6 +5925,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-compilation-targets": "^7.27.2", @@ -5855,6 +5948,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/template": "^7.27.1" @@ -5873,6 +5967,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.5" @@ -5891,6 +5986,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -5909,6 +6005,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5926,6 +6023,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -5944,6 +6042,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5961,6 +6060,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0" @@ -5979,6 +6079,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -5996,6 +6097,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6013,6 +6115,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -6031,6 +6134,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -6050,6 +6154,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6067,6 +6172,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6084,6 +6190,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6101,6 +6208,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6118,6 +6226,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6136,6 +6245,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6154,6 +6264,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1", @@ -6174,6 +6285,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6192,6 +6304,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6210,6 +6323,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6227,6 +6341,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6244,6 +6359,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6261,6 +6377,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -6282,6 +6399,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1" @@ -6300,6 +6418,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6317,6 +6436,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -6335,6 +6455,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6352,6 +6473,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6370,6 +6492,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-create-class-features-plugin": "^7.27.1", @@ -6389,6 +6512,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6406,6 +6530,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6423,6 +6548,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -6444,6 +6570,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/plugin-transform-react-jsx": "^7.27.1" }, @@ -6461,6 +6588,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6479,6 +6607,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6496,6 +6625,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6514,6 +6644,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6531,6 +6662,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -6553,6 +6685,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6570,6 +6703,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -6588,6 +6722,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6605,6 +6740,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6622,6 +6758,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6639,6 +6776,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-create-class-features-plugin": "^7.28.5", @@ -6660,6 +6798,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -6677,6 +6816,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6695,6 +6835,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6713,6 +6854,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -6731,6 +6873,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/compat-data": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", @@ -6817,6 +6960,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -6833,6 +6977,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", @@ -6855,6 +7000,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", @@ -6876,6 +7022,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -6887,6 +7034,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/parser": "^7.27.2", @@ -6903,6 +7051,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -6923,6 +7072,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.28.5" @@ -6938,6 +7088,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-visitor-keys": "^3.4.3" }, @@ -6958,6 +7109,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -6972,6 +7124,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } @@ -6983,6 +7136,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@eslint/object-schema": "^2.1.7", "debug": "^4.3.1", @@ -6999,6 +7153,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -7011,6 +7166,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -7025,6 +7181,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@eslint/core": "^0.17.0" }, @@ -7039,6 +7196,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@types/json-schema": "^7.0.15" }, @@ -7053,6 +7211,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -7078,6 +7237,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -7090,6 +7250,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=18" }, @@ -7104,6 +7265,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 4" } @@ -7115,6 +7277,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -7129,6 +7292,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7143,6 +7307,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } @@ -7154,6 +7319,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@eslint/core": "^0.17.0", "levn": "^0.4.1" @@ -7169,6 +7335,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=18.18.0" } @@ -7180,6 +7347,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@humanfs/core": "^0.19.1", "@humanwhocodes/retry": "^0.4.0" @@ -7195,6 +7363,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=12.22" }, @@ -7210,6 +7379,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=18.18" }, @@ -7225,6 +7395,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "20 || >=22" } @@ -7236,6 +7407,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@isaacs/balanced-match": "^4.0.1" }, @@ -7250,6 +7422,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" @@ -7262,6 +7435,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -7274,6 +7448,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.0.0" } @@ -7284,7 +7459,8 @@ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/trace-mapping": { "version": "0.3.31", @@ -7293,6 +7469,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -7305,6 +7482,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-scope": "5.1.1" } @@ -7316,6 +7494,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -7331,6 +7510,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 8" } @@ -7342,6 +7522,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -7357,6 +7538,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" @@ -7375,6 +7557,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7388,7 +7571,8 @@ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@types/json-schema": { "version": "7.0.15", @@ -7396,7 +7580,8 @@ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/eslint-plugin": { "version": "8.46.4", @@ -7464,6 +7649,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/tsconfig-utils": "^8.46.4", "@typescript-eslint/types": "^8.46.4", @@ -7487,6 +7673,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/types": "8.46.4", "@typescript-eslint/visitor-keys": "8.46.4" @@ -7506,6 +7693,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7524,6 +7712,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/types": "8.46.4", "@typescript-eslint/typescript-estree": "8.46.4", @@ -7550,6 +7739,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7565,6 +7755,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/project-service": "8.46.4", "@typescript-eslint/tsconfig-utils": "8.46.4", @@ -7595,6 +7786,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "bin": { "semver": "bin/semver.js" }, @@ -7609,6 +7801,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", "@typescript-eslint/scope-manager": "8.46.4", @@ -7634,6 +7827,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/types": "8.46.4", "eslint-visitor-keys": "^4.2.1" @@ -7653,6 +7847,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -7682,6 +7877,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } @@ -7693,6 +7889,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -7711,6 +7908,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -7727,7 +7925,8 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, "license": "Python-2.0", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/aria-query": { "version": "5.3.2", @@ -7736,6 +7935,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -7747,6 +7947,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" @@ -7765,6 +7966,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -7789,6 +7991,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -7811,6 +8014,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -7831,6 +8035,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -7851,6 +8056,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -7869,6 +8075,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", @@ -7891,7 +8098,8 @@ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/async-function": { "version": "1.0.0", @@ -7900,6 +8108,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -7911,6 +8120,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -7928,6 +8138,7 @@ "dev": true, "license": "MPL-2.0", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -7939,6 +8150,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -7950,6 +8162,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "peerDependencies": { "@babel/core": "^7.0.0" } @@ -7961,6 +8174,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "object.assign": "^4.1.0" } @@ -7972,6 +8186,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/compat-data": "^7.27.7", "@babel/helper-define-polyfill-provider": "^0.6.5", @@ -7988,6 +8203,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5", "core-js-compat": "^3.43.0" @@ -8003,6 +8219,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5" }, @@ -8016,7 +8233,8 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/babel-preset-enact": { "version": "0.1.14", @@ -8025,6 +8243,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@babel/core": "^7.28.4", "@babel/plugin-proposal-decorators": "^7.28.0", @@ -8046,7 +8265,8 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/baseline-browser-mapping": { "version": "2.8.27", @@ -8055,6 +8275,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "bin": { "baseline-browser-mapping": "dist/cli.js" } @@ -8066,6 +8287,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0" } @@ -8077,6 +8299,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "fill-range": "^7.1.1" }, @@ -8127,6 +8350,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", @@ -8147,6 +8371,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" @@ -8162,6 +8387,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" @@ -8180,6 +8406,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -8204,7 +8431,8 @@ } ], "license": "CC-BY-4.0", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/chalk": { "version": "4.1.2", @@ -8213,6 +8441,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -8231,6 +8460,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -8244,7 +8474,8 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/concat-map": { "version": "0.0.1", @@ -8252,7 +8483,8 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/convert-source-map": { "version": "2.0.0", @@ -8260,7 +8492,8 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/core-js-compat": { "version": "3.46.0", @@ -8269,6 +8502,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "browserslist": "^4.26.3" }, @@ -8284,6 +8518,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -8299,7 +8534,8 @@ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", "dev": true, "license": "BSD-2-Clause", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/data-view-buffer": { "version": "1.0.2", @@ -8308,6 +8544,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -8327,6 +8564,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -8346,6 +8584,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -8365,6 +8604,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ms": "^2.1.3" }, @@ -8383,7 +8623,8 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/define-data-property": { "version": "1.1.4", @@ -8392,6 +8633,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -8411,6 +8653,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -8430,6 +8673,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -8444,6 +8688,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", @@ -8459,7 +8704,8 @@ "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/emoji-regex": { "version": "9.2.2", @@ -8467,7 +8713,8 @@ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/es-abstract": { "version": "1.24.0", @@ -8476,6 +8723,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", @@ -8546,6 +8794,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -8557,6 +8806,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -8568,6 +8818,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -8597,6 +8848,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0" }, @@ -8611,6 +8863,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", @@ -8628,6 +8881,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -8642,6 +8896,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", @@ -8661,6 +8916,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -8672,6 +8928,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=10" }, @@ -8748,6 +9005,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "doctrine": "^3.0.0", "jsx-ast-utils": "^3.3.5", @@ -8767,6 +9025,7 @@ "dev": true, "license": "BlueOak-1.0.0", "optional": true, + "peer": true, "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, @@ -8784,6 +9043,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, @@ -8811,6 +9071,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -8842,6 +9103,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -8854,6 +9116,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -8868,6 +9131,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -8902,6 +9166,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=10" }, @@ -8916,6 +9181,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -8928,6 +9194,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -8942,6 +9209,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -8956,6 +9224,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -8975,6 +9244,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "^8.15.0", "@typescript-eslint/utils": "^8.15.0" @@ -8994,6 +9264,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4.0.0" } @@ -9005,6 +9276,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -9020,6 +9292,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=4.0" } @@ -9031,6 +9304,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=10" } @@ -9042,6 +9316,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -9054,6 +9329,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -9072,6 +9348,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -9086,6 +9363,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 4" } @@ -9097,6 +9375,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -9111,6 +9390,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", @@ -9130,6 +9410,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -9144,6 +9425,7 @@ "dev": true, "license": "BSD-3-Clause", "optional": true, + "peer": true, "dependencies": { "estraverse": "^5.1.0" }, @@ -9158,6 +9440,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -9172,6 +9455,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=4.0" } @@ -9183,6 +9467,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -9193,7 +9478,8 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/fast-glob": { "version": "3.3.3", @@ -9202,6 +9488,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -9220,6 +9507,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "is-glob": "^4.0.1" }, @@ -9233,7 +9521,8 @@ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/fast-levenshtein": { "version": "2.0.6", @@ -9241,7 +9530,8 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/fastq": { "version": "1.19.1", @@ -9250,6 +9540,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "reusify": "^1.0.4" } @@ -9261,6 +9552,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "flat-cache": "^4.0.0" }, @@ -9275,6 +9567,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "to-regex-range": "^5.0.1" }, @@ -9289,6 +9582,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -9307,6 +9601,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.4" @@ -9321,7 +9616,8 @@ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/for-each": { "version": "0.3.5", @@ -9330,6 +9626,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-callable": "^1.2.7" }, @@ -9347,6 +9644,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -9358,6 +9656,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -9380,6 +9679,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -9391,6 +9691,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -9402,6 +9703,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -9413,6 +9715,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", @@ -9439,6 +9742,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" @@ -9454,6 +9758,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -9473,6 +9778,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "is-glob": "^4.0.3" }, @@ -9487,6 +9793,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=18" }, @@ -9501,6 +9808,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -9519,6 +9827,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -9532,7 +9841,8 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/has-bigints": { "version": "1.1.0", @@ -9541,6 +9851,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -9555,6 +9866,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -9566,6 +9878,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-define-property": "^1.0.0" }, @@ -9580,6 +9893,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "dunder-proto": "^1.0.0" }, @@ -9597,6 +9911,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -9611,6 +9926,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "has-symbols": "^1.0.3" }, @@ -9628,6 +9944,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "function-bind": "^1.1.2" }, @@ -9642,6 +9959,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 4" } @@ -9653,6 +9971,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -9671,6 +9990,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.8.19" } @@ -9682,6 +10002,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", @@ -9698,6 +10019,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -9717,6 +10039,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "async-function": "^1.0.0", "call-bound": "^1.0.3", @@ -9738,6 +10061,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "has-bigints": "^1.0.2" }, @@ -9755,6 +10079,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -9773,6 +10098,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -9787,6 +10113,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -9804,6 +10131,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", @@ -9823,6 +10151,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" @@ -9841,6 +10170,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -9852,6 +10182,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -9869,6 +10200,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.4", "generator-function": "^2.0.0", @@ -9890,6 +10222,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -9904,6 +10237,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -9918,6 +10252,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -9932,6 +10267,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.12.0" } @@ -9943,6 +10279,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -9961,6 +10298,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "gopd": "^1.2.0", @@ -9981,6 +10319,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -9995,6 +10334,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -10012,6 +10352,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -10030,6 +10371,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-symbols": "^1.1.0", @@ -10049,6 +10391,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "which-typed-array": "^1.1.16" }, @@ -10066,6 +10409,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -10080,6 +10424,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -10097,6 +10442,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" @@ -10114,7 +10460,8 @@ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/isexe": { "version": "2.0.0", @@ -10122,7 +10469,8 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/iterator.prototype": { "version": "1.1.5", @@ -10131,6 +10479,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-object-atoms": "^1.0.0", @@ -10149,7 +10498,8 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/js-yaml": { "version": "4.1.1", @@ -10158,6 +10508,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -10172,6 +10523,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "bin": { "jsesc": "bin/jsesc" }, @@ -10185,7 +10537,8 @@ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/json-schema-traverse": { "version": "0.4.1", @@ -10193,7 +10546,8 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", @@ -10201,7 +10555,8 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/json5": { "version": "2.2.3", @@ -10210,6 +10565,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "bin": { "json5": "lib/cli.js" }, @@ -10224,6 +10580,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", @@ -10241,6 +10598,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "json-buffer": "3.0.1" } @@ -10251,7 +10609,8 @@ "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", "dev": true, "license": "CC0-1.0", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/language-tags": { "version": "1.0.9", @@ -10260,6 +10619,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "language-subtag-registry": "^0.3.20" }, @@ -10274,6 +10634,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -10289,6 +10650,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "p-locate": "^5.0.0" }, @@ -10305,7 +10667,8 @@ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/lodash.merge": { "version": "4.6.2", @@ -10313,7 +10676,8 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/loose-envify": { "version": "1.4.0", @@ -10322,6 +10686,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -10336,6 +10701,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "yallist": "^3.0.2" } @@ -10347,6 +10713,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -10358,6 +10725,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 8" } @@ -10369,6 +10737,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -10384,6 +10753,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -10400,7 +10770,8 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/natural-compare": { "version": "1.4.0", @@ -10408,7 +10779,8 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/node-releases": { "version": "2.0.27", @@ -10416,7 +10788,8 @@ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/object-assign": { "version": "4.1.1", @@ -10425,6 +10798,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -10436,6 +10810,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -10450,6 +10825,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -10461,6 +10837,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -10483,6 +10860,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -10500,6 +10878,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -10520,6 +10899,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -10540,6 +10920,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -10559,6 +10940,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "get-intrinsic": "^1.2.6", "object-keys": "^1.1.1", @@ -10578,6 +10960,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "yocto-queue": "^0.1.0" }, @@ -10595,6 +10978,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "p-limit": "^3.0.2" }, @@ -10612,6 +10996,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "callsites": "^3.0.0" }, @@ -10626,6 +11011,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -10637,6 +11023,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -10647,7 +11034,8 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/picocolors": { "version": "1.1.1", @@ -10655,7 +11043,8 @@ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/picomatch": { "version": "2.3.1", @@ -10664,6 +11053,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8.6" }, @@ -10678,6 +11068,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -10689,6 +11080,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.8.0" } @@ -10700,6 +11092,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -10713,6 +11106,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -10737,7 +11131,8 @@ } ], "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/react": { "version": "19.2.0", @@ -10746,6 +11141,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -10756,7 +11152,8 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/reflect.getprototypeof": { "version": "1.0.10", @@ -10765,6 +11162,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -10788,7 +11186,8 @@ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/regenerate-unicode-properties": { "version": "10.2.2", @@ -10797,6 +11196,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "regenerate": "^1.4.2" }, @@ -10811,6 +11211,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -10833,6 +11234,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "regenerate": "^1.4.2", "regenerate-unicode-properties": "^10.2.2", @@ -10851,7 +11253,8 @@ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/regjsparser": { "version": "0.13.0", @@ -10860,6 +11263,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "jsesc": "~3.1.0" }, @@ -10874,6 +11278,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-core-module": "^2.16.1", "path-parse": "^1.0.7", @@ -10896,6 +11301,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -10907,6 +11313,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -10933,6 +11340,7 @@ ], "license": "MIT", "optional": true, + "peer": true, "dependencies": { "queue-microtask": "^1.2.2" } @@ -10944,6 +11352,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -10965,6 +11374,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "isarray": "^2.0.5" @@ -10983,6 +11393,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11002,6 +11413,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "bin": { "semver": "bin/semver.js" } @@ -11013,6 +11425,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -11032,6 +11445,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -11049,6 +11463,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-errors": "^1.3.0", @@ -11065,6 +11480,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "shebang-regex": "^3.0.0" }, @@ -11079,6 +11495,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -11090,6 +11507,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", @@ -11111,6 +11529,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" @@ -11129,6 +11548,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11149,6 +11569,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11170,6 +11591,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "internal-slot": "^1.1.0" @@ -11185,6 +11607,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -11201,6 +11624,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -11230,6 +11654,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -11242,6 +11667,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -11265,6 +11691,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -11285,6 +11712,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -11304,6 +11732,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" }, @@ -11318,6 +11747,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -11332,6 +11762,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -11346,6 +11777,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-number": "^7.0.0" }, @@ -11360,6 +11792,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=18.12" }, @@ -11374,6 +11807,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "prelude-ls": "^1.2.1" }, @@ -11388,6 +11822,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -11404,6 +11839,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "for-each": "^0.3.3", @@ -11425,6 +11861,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -11448,6 +11885,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -11486,6 +11924,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", @@ -11506,6 +11945,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -11517,6 +11957,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -11532,6 +11973,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -11543,6 +11985,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -11568,6 +12011,7 @@ ], "license": "MIT", "optional": true, + "peer": true, "dependencies": { "escalade": "^3.2.0", "picocolors": "^1.1.1" @@ -11586,6 +12030,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "punycode": "^2.1.0" } @@ -11597,6 +12042,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "isexe": "^2.0.0" }, @@ -11614,6 +12060,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-bigint": "^1.1.0", "is-boolean-object": "^1.2.1", @@ -11635,6 +12082,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "function.prototype.name": "^1.1.6", @@ -11664,6 +12112,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", @@ -11684,6 +12133,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -11707,6 +12157,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -11717,7 +12168,8 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/eslint-config-enact/node_modules/yocto-queue": { "version": "0.1.0", @@ -11726,6 +12178,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=10" }, @@ -11971,6 +12424,7 @@ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -11984,6 +12438,7 @@ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=4.0" } @@ -12004,6 +12459,7 @@ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.8.x" } @@ -12013,7 +12469,8 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/fast-diff": { "version": "1.3.0", @@ -12079,7 +12536,8 @@ } ], "license": "BSD-3-Clause", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/fastq": { "version": "1.19.1", @@ -12349,7 +12807,8 @@ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", "license": "BSD-2-Clause", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/globals": { "version": "16.5.0", @@ -12434,6 +12893,7 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -12514,6 +12974,7 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "license": "MIT", "optional": true, + "peer": true, "bin": { "he": "bin/he" } @@ -12530,6 +12991,7 @@ "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "camel-case": "^4.1.2", "clean-css": "^5.2.2", @@ -12593,6 +13055,7 @@ ], "license": "MIT", "optional": true, + "peer": true, "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", @@ -13059,6 +13522,7 @@ "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -13099,7 +13563,8 @@ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/json-schema-traverse": { "version": "0.4.1", @@ -13158,6 +13623,7 @@ "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.11.5" }, @@ -13196,7 +13662,8 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/lodash.merge": { "version": "4.6.2", @@ -13223,6 +13690,7 @@ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "tslib": "^2.0.3" } @@ -13242,7 +13710,8 @@ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/merge2": { "version": "1.4.1", @@ -13272,6 +13741,7 @@ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.6" } @@ -13282,6 +13752,7 @@ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "mime-db": "1.52.0" }, @@ -13353,7 +13824,8 @@ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/no-case": { "version": "3.0.4", @@ -13361,6 +13833,7 @@ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "lower-case": "^2.0.2", "tslib": "^2.0.3" @@ -13410,6 +13883,7 @@ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "boolbase": "^1.0.0" }, @@ -13606,6 +14080,7 @@ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" @@ -13629,6 +14104,7 @@ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -13748,6 +14224,7 @@ "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "lodash": "^4.17.20", "renderkid": "^3.0.0" @@ -13798,6 +14275,7 @@ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "safe-buffer": "^5.1.0" } @@ -13862,6 +14340,7 @@ "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.10" } @@ -13878,6 +14357,7 @@ "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "css-select": "^4.1.3", "dom-converter": "^0.2.0", @@ -13892,6 +14372,7 @@ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -13997,7 +14478,8 @@ } ], "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/safe-push-apply": { "version": "1.0.0", @@ -14040,6 +14522,7 @@ "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -14078,6 +14561,7 @@ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -14090,7 +14574,8 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/semver": { "version": "6.3.1", @@ -14108,6 +14593,7 @@ "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "license": "BSD-3-Clause", "optional": true, + "peer": true, "dependencies": { "randombytes": "^2.1.0" } @@ -14286,6 +14772,7 @@ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -14296,6 +14783,7 @@ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -14380,6 +14868,7 @@ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ansi-regex": "^5.0.1" }, @@ -14416,6 +14905,7 @@ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -14473,6 +14963,7 @@ "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.15.0", @@ -14492,6 +14983,7 @@ "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", @@ -14526,7 +15018,8 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/to-regex-range": { "version": "5.0.1", @@ -14573,7 +15066,8 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/type-check": { "version": "0.4.0", @@ -14716,7 +15210,8 @@ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/update-browserslist-db": { "version": "1.1.4", @@ -14763,7 +15258,8 @@ "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@enact/dev-utils/node_modules/watchpack": { "version": "2.4.4", @@ -14771,6 +15267,7 @@ "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", "license": "MIT", "optional": true, + "peer": true, "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -14885,6 +15382,7 @@ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -14899,6 +15397,7 @@ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=4.0" } @@ -15721,6 +16220,7 @@ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", "license": "MIT", + "peer": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -16359,7 +16859,8 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@types/babel__core": { "version": "7.20.5", @@ -16434,6 +16935,7 @@ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "license": "MIT", + "peer": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -16444,6 +16946,7 @@ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "license": "MIT", + "peer": true, "dependencies": { "@types/eslint": "*", "@types/estree": "*" @@ -16480,6 +16983,7 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", "license": "MIT", + "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -16564,6 +17068,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/helper-numbers": "1.13.2", "@webassemblyjs/helper-wasm-bytecode": "1.13.2" @@ -16573,25 +17078,29 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-api-error": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-buffer": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-numbers": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.13.2", "@webassemblyjs/helper-api-error": "1.13.2", @@ -16602,13 +17111,15 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -16621,6 +17132,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "license": "MIT", + "peer": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } @@ -16630,6 +17142,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "license": "Apache-2.0", + "peer": true, "dependencies": { "@xtuc/long": "4.2.2" } @@ -16638,13 +17151,15 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@webassemblyjs/wasm-edit": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -16661,6 +17176,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-wasm-bytecode": "1.13.2", @@ -16674,6 +17190,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -16686,6 +17203,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-api-error": "1.13.2", @@ -16700,6 +17218,7 @@ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "license": "MIT", + "peer": true, "dependencies": { "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" @@ -16709,13 +17228,15 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "license": "Apache-2.0" + "license": "Apache-2.0", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/abort-controller": { "version": "3.0.0", @@ -16747,6 +17268,7 @@ "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=10.13.0" }, @@ -16848,6 +17370,7 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=8" } @@ -17565,7 +18088,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -17608,7 +18130,8 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/buffer-xor": { "version": "1.0.3", @@ -17804,6 +18327,7 @@ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=6.0" } @@ -18439,7 +18963,8 @@ "version": "0.5.16", "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/dom-converter": { "version": "0.2.0", @@ -18591,6 +19116,7 @@ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", "license": "MIT", + "peer": true, "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -18731,7 +19257,8 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/es-object-atoms": { "version": "1.1.1", @@ -18798,7 +19325,6 @@ "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", "hasInstallScript": true, "license": "MIT", - "peer": true, "bin": { "esbuild": "bin/esbuild" }, @@ -18936,6 +19462,7 @@ "hasShrinkwrap": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@babel/eslint-parser": "^7.28.4", "@babel/eslint-plugin": "^7.27.1", @@ -18967,6 +19494,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", @@ -18983,6 +19511,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -19048,6 +19577,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-rule-composer": "^0.3.0" }, @@ -19066,6 +19596,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/parser": "^7.28.5", "@babel/types": "^7.28.5", @@ -19084,6 +19615,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/types": "^7.27.3" }, @@ -19098,6 +19630,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/compat-data": "^7.27.2", "@babel/helper-validator-option": "^7.27.1", @@ -19116,6 +19649,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-member-expression-to-functions": "^7.28.5", @@ -19139,6 +19673,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "regexpu-core": "^6.3.1", @@ -19158,6 +19693,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -19176,6 +19712,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -19187,6 +19724,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/traverse": "^7.28.5", "@babel/types": "^7.28.5" @@ -19202,6 +19740,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -19217,6 +19756,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", @@ -19236,6 +19776,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/types": "^7.27.1" }, @@ -19250,6 +19791,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -19261,6 +19803,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-wrap-function": "^7.27.1", @@ -19280,6 +19823,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-member-expression-to-functions": "^7.27.1", "@babel/helper-optimise-call-expression": "^7.27.1", @@ -19299,6 +19843,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -19314,6 +19859,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -19325,6 +19871,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -19336,6 +19883,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -19347,6 +19895,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/template": "^7.27.2", "@babel/traverse": "^7.28.3", @@ -19363,6 +19912,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/template": "^7.27.2", "@babel/types": "^7.28.4" @@ -19378,6 +19928,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/types": "^7.28.5" }, @@ -19395,6 +19946,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.5" @@ -19413,6 +19965,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19430,6 +19983,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19447,6 +20001,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", @@ -19466,6 +20021,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.3" @@ -19484,6 +20040,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -19503,6 +20060,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19520,6 +20078,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" }, @@ -19534,6 +20093,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19551,6 +20111,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -19565,6 +20126,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19582,6 +20144,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19599,6 +20162,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19616,6 +20180,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19633,6 +20198,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -19651,6 +20217,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19668,6 +20235,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-remap-async-to-generator": "^7.27.1", @@ -19687,6 +20255,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -19706,6 +20275,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19723,6 +20293,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19740,6 +20311,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -19758,6 +20330,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1" @@ -19776,6 +20349,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-compilation-targets": "^7.27.2", @@ -19798,6 +20372,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/template": "^7.27.1" @@ -19816,6 +20391,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.5" @@ -19834,6 +20410,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -19852,6 +20429,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19869,6 +20447,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -19887,6 +20466,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19904,6 +20484,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0" @@ -19922,6 +20503,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19939,6 +20521,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -19956,6 +20539,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -19974,6 +20558,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -19993,6 +20578,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20010,6 +20596,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20027,6 +20614,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20044,6 +20632,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20061,6 +20650,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20079,6 +20669,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20097,6 +20688,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1", @@ -20117,6 +20709,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20135,6 +20728,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20153,6 +20747,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20170,6 +20765,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20187,6 +20783,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20204,6 +20801,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -20225,6 +20823,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1" @@ -20243,6 +20842,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20260,6 +20860,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -20278,6 +20879,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20295,6 +20897,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20313,6 +20916,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-create-class-features-plugin": "^7.27.1", @@ -20332,6 +20936,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20349,6 +20954,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20366,6 +20972,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -20387,6 +20994,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/plugin-transform-react-jsx": "^7.27.1" }, @@ -20404,6 +21012,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20422,6 +21031,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20439,6 +21049,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20457,6 +21068,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20474,6 +21086,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -20496,6 +21109,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20513,6 +21127,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -20531,6 +21146,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20548,6 +21164,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20565,6 +21182,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20582,6 +21200,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-create-class-features-plugin": "^7.28.5", @@ -20603,6 +21222,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -20620,6 +21240,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20638,6 +21259,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20656,6 +21278,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -20674,6 +21297,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/compat-data": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", @@ -20760,6 +21384,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -20776,6 +21401,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", @@ -20798,6 +21424,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", @@ -20819,6 +21446,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -20830,6 +21458,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/parser": "^7.27.2", @@ -20846,6 +21475,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -20866,6 +21496,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.28.5" @@ -20881,6 +21512,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-visitor-keys": "^3.4.3" }, @@ -20901,6 +21533,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -20915,6 +21548,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } @@ -20926,6 +21560,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@eslint/object-schema": "^2.1.7", "debug": "^4.3.1", @@ -20942,6 +21577,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -20954,6 +21590,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -20968,6 +21605,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@eslint/core": "^0.17.0" }, @@ -20982,6 +21620,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@types/json-schema": "^7.0.15" }, @@ -20996,6 +21635,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -21021,6 +21661,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -21033,6 +21674,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=18" }, @@ -21047,6 +21689,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 4" } @@ -21058,6 +21701,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -21072,6 +21716,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -21086,6 +21731,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } @@ -21097,6 +21743,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@eslint/core": "^0.17.0", "levn": "^0.4.1" @@ -21112,6 +21759,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=18.18.0" } @@ -21123,6 +21771,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@humanfs/core": "^0.19.1", "@humanwhocodes/retry": "^0.4.0" @@ -21138,6 +21787,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=12.22" }, @@ -21153,6 +21803,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=18.18" }, @@ -21168,6 +21819,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "20 || >=22" } @@ -21179,6 +21831,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@isaacs/balanced-match": "^4.0.1" }, @@ -21193,6 +21846,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" @@ -21205,6 +21859,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -21217,6 +21872,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.0.0" } @@ -21227,7 +21883,8 @@ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@jridgewell/trace-mapping": { "version": "0.3.31", @@ -21236,6 +21893,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -21248,6 +21906,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-scope": "5.1.1" } @@ -21259,6 +21918,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -21274,6 +21934,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 8" } @@ -21285,6 +21946,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -21300,6 +21962,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" @@ -21318,6 +21981,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -21331,7 +21995,8 @@ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@types/json-schema": { "version": "7.0.15", @@ -21339,7 +22004,8 @@ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/@typescript-eslint/eslint-plugin": { "version": "8.46.4", @@ -21407,6 +22073,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/tsconfig-utils": "^8.46.4", "@typescript-eslint/types": "^8.46.4", @@ -21430,6 +22097,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/types": "8.46.4", "@typescript-eslint/visitor-keys": "8.46.4" @@ -21449,6 +22117,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -21467,6 +22136,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/types": "8.46.4", "@typescript-eslint/typescript-estree": "8.46.4", @@ -21493,6 +22163,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -21508,6 +22179,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/project-service": "8.46.4", "@typescript-eslint/tsconfig-utils": "8.46.4", @@ -21538,6 +22210,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "bin": { "semver": "bin/semver.js" }, @@ -21552,6 +22225,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", "@typescript-eslint/scope-manager": "8.46.4", @@ -21577,6 +22251,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/types": "8.46.4", "eslint-visitor-keys": "^4.2.1" @@ -21596,6 +22271,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -21625,6 +22301,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } @@ -21636,6 +22313,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -21654,6 +22332,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -21670,7 +22349,8 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, "license": "Python-2.0", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/aria-query": { "version": "5.3.2", @@ -21679,6 +22359,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -21690,6 +22371,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" @@ -21708,6 +22390,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -21732,6 +22415,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -21754,6 +22438,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -21774,6 +22459,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -21794,6 +22480,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -21812,6 +22499,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", @@ -21834,7 +22522,8 @@ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/async-function": { "version": "1.0.0", @@ -21843,6 +22532,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -21854,6 +22544,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -21871,6 +22562,7 @@ "dev": true, "license": "MPL-2.0", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -21882,6 +22574,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -21893,6 +22586,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "peerDependencies": { "@babel/core": "^7.0.0" } @@ -21904,6 +22598,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "object.assign": "^4.1.0" } @@ -21915,6 +22610,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/compat-data": "^7.27.7", "@babel/helper-define-polyfill-provider": "^0.6.5", @@ -21931,6 +22627,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5", "core-js-compat": "^3.43.0" @@ -21946,6 +22643,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5" }, @@ -21959,7 +22657,8 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/babel-preset-enact": { "version": "0.1.14", @@ -21968,6 +22667,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "@babel/core": "^7.28.4", "@babel/plugin-proposal-decorators": "^7.28.0", @@ -21989,7 +22689,8 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/baseline-browser-mapping": { "version": "2.8.27", @@ -21998,6 +22699,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "bin": { "baseline-browser-mapping": "dist/cli.js" } @@ -22009,6 +22711,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0" } @@ -22020,6 +22723,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "fill-range": "^7.1.1" }, @@ -22070,6 +22774,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", @@ -22090,6 +22795,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" @@ -22105,6 +22811,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" @@ -22123,6 +22830,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -22147,7 +22855,8 @@ } ], "license": "CC-BY-4.0", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/chalk": { "version": "4.1.2", @@ -22156,6 +22865,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -22174,6 +22884,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -22187,7 +22898,8 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/concat-map": { "version": "0.0.1", @@ -22195,7 +22907,8 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/convert-source-map": { "version": "2.0.0", @@ -22203,7 +22916,8 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/core-js-compat": { "version": "3.46.0", @@ -22212,6 +22926,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "browserslist": "^4.26.3" }, @@ -22227,6 +22942,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -22242,7 +22958,8 @@ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", "dev": true, "license": "BSD-2-Clause", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/data-view-buffer": { "version": "1.0.2", @@ -22251,6 +22968,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -22270,6 +22988,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -22289,6 +23008,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -22308,6 +23028,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "ms": "^2.1.3" }, @@ -22326,7 +23047,8 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/define-data-property": { "version": "1.1.4", @@ -22335,6 +23057,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -22354,6 +23077,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -22373,6 +23097,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -22387,6 +23112,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", @@ -22402,7 +23128,8 @@ "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/emoji-regex": { "version": "9.2.2", @@ -22410,7 +23137,8 @@ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/es-abstract": { "version": "1.24.0", @@ -22419,6 +23147,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", @@ -22489,6 +23218,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -22500,6 +23230,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -22511,6 +23242,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -22540,6 +23272,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0" }, @@ -22554,6 +23287,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", @@ -22571,6 +23305,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -22585,6 +23320,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", @@ -22604,6 +23340,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -22615,6 +23352,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=10" }, @@ -22691,6 +23429,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "doctrine": "^3.0.0", "jsx-ast-utils": "^3.3.5", @@ -22710,6 +23449,7 @@ "dev": true, "license": "BlueOak-1.0.0", "optional": true, + "peer": true, "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, @@ -22727,6 +23467,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, @@ -22754,6 +23495,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -22785,6 +23527,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -22797,6 +23540,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -22811,6 +23555,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -22845,6 +23590,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=10" }, @@ -22859,6 +23605,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -22871,6 +23618,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "dependencies": { "esutils": "^2.0.2" }, @@ -22885,6 +23633,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -22899,6 +23648,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -22918,6 +23668,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "^8.15.0", "@typescript-eslint/utils": "^8.15.0" @@ -22937,6 +23688,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4.0.0" } @@ -22948,6 +23700,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -22963,6 +23716,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=4.0" } @@ -22974,6 +23728,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": ">=10" } @@ -22985,6 +23740,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -22997,6 +23753,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -23015,6 +23772,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -23029,6 +23787,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 4" } @@ -23040,6 +23799,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -23054,6 +23814,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", @@ -23073,6 +23834,7 @@ "dev": true, "license": "Apache-2.0", "optional": true, + "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -23087,6 +23849,7 @@ "dev": true, "license": "BSD-3-Clause", "optional": true, + "peer": true, "dependencies": { "estraverse": "^5.1.0" }, @@ -23101,6 +23864,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -23115,6 +23879,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=4.0" } @@ -23126,6 +23891,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -23136,7 +23902,8 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/fast-glob": { "version": "3.3.3", @@ -23145,6 +23912,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -23163,6 +23931,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "is-glob": "^4.0.1" }, @@ -23176,7 +23945,8 @@ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/fast-levenshtein": { "version": "2.0.6", @@ -23184,7 +23954,8 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/fastq": { "version": "1.19.1", @@ -23193,6 +23964,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "reusify": "^1.0.4" } @@ -23204,6 +23976,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "flat-cache": "^4.0.0" }, @@ -23218,6 +23991,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "to-regex-range": "^5.0.1" }, @@ -23232,6 +24006,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -23250,6 +24025,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.4" @@ -23264,7 +24040,8 @@ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/for-each": { "version": "0.3.5", @@ -23273,6 +24050,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-callable": "^1.2.7" }, @@ -23290,6 +24068,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -23301,6 +24080,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -23323,6 +24103,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -23334,6 +24115,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -23345,6 +24127,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6.9.0" } @@ -23356,6 +24139,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", @@ -23382,6 +24166,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" @@ -23397,6 +24182,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -23416,6 +24202,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "is-glob": "^4.0.3" }, @@ -23430,6 +24217,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=18" }, @@ -23444,6 +24232,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -23462,6 +24251,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -23475,7 +24265,8 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/has-bigints": { "version": "1.1.0", @@ -23484,6 +24275,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -23498,6 +24290,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -23509,6 +24302,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-define-property": "^1.0.0" }, @@ -23523,6 +24317,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "dunder-proto": "^1.0.0" }, @@ -23540,6 +24335,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -23554,6 +24350,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "has-symbols": "^1.0.3" }, @@ -23571,6 +24368,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "function-bind": "^1.1.2" }, @@ -23585,6 +24383,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 4" } @@ -23596,6 +24395,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -23614,6 +24414,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.8.19" } @@ -23625,6 +24426,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", @@ -23641,6 +24443,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -23660,6 +24463,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "async-function": "^1.0.0", "call-bound": "^1.0.3", @@ -23681,6 +24485,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "has-bigints": "^1.0.2" }, @@ -23698,6 +24503,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -23716,6 +24522,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -23730,6 +24537,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "hasown": "^2.0.2" }, @@ -23747,6 +24555,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", @@ -23766,6 +24575,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" @@ -23784,6 +24594,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -23795,6 +24606,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -23812,6 +24624,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.4", "generator-function": "^2.0.0", @@ -23833,6 +24646,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -23847,6 +24661,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -23861,6 +24676,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -23875,6 +24691,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.12.0" } @@ -23886,6 +24703,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -23904,6 +24722,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "gopd": "^1.2.0", @@ -23924,6 +24743,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -23938,6 +24758,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -23955,6 +24776,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -23973,6 +24795,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "has-symbols": "^1.1.0", @@ -23992,6 +24815,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "which-typed-array": "^1.1.16" }, @@ -24009,6 +24833,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -24023,6 +24848,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3" }, @@ -24040,6 +24866,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" @@ -24057,7 +24884,8 @@ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/isexe": { "version": "2.0.0", @@ -24065,7 +24893,8 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/iterator.prototype": { "version": "1.1.5", @@ -24074,6 +24903,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-object-atoms": "^1.0.0", @@ -24092,7 +24922,8 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/js-yaml": { "version": "4.1.1", @@ -24101,6 +24932,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -24115,6 +24947,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "bin": { "jsesc": "bin/jsesc" }, @@ -24128,7 +24961,8 @@ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/json-schema-traverse": { "version": "0.4.1", @@ -24136,7 +24970,8 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", @@ -24144,7 +24979,8 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/json5": { "version": "2.2.3", @@ -24153,6 +24989,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "bin": { "json5": "lib/cli.js" }, @@ -24167,6 +25004,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", @@ -24184,6 +25022,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "json-buffer": "3.0.1" } @@ -24194,7 +25033,8 @@ "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", "dev": true, "license": "CC0-1.0", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/language-tags": { "version": "1.0.9", @@ -24203,6 +25043,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "language-subtag-registry": "^0.3.20" }, @@ -24217,6 +25058,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -24232,6 +25074,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "p-locate": "^5.0.0" }, @@ -24248,7 +25091,8 @@ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/lodash.merge": { "version": "4.6.2", @@ -24256,7 +25100,8 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/loose-envify": { "version": "1.4.0", @@ -24265,6 +25110,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -24279,6 +25125,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "yallist": "^3.0.2" } @@ -24290,6 +25137,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -24301,6 +25149,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 8" } @@ -24312,6 +25161,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -24327,6 +25177,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -24343,7 +25194,8 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/natural-compare": { "version": "1.4.0", @@ -24351,7 +25203,8 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/node-releases": { "version": "2.0.27", @@ -24359,7 +25212,8 @@ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/object-assign": { "version": "4.1.1", @@ -24368,6 +25222,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -24379,6 +25234,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -24393,6 +25249,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -24404,6 +25261,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -24426,6 +25284,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -24443,6 +25302,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -24463,6 +25323,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -24483,6 +25344,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -24502,6 +25364,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "get-intrinsic": "^1.2.6", "object-keys": "^1.1.1", @@ -24521,6 +25384,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "yocto-queue": "^0.1.0" }, @@ -24538,6 +25402,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "p-limit": "^3.0.2" }, @@ -24555,6 +25420,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "callsites": "^3.0.0" }, @@ -24569,6 +25435,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -24580,6 +25447,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -24590,7 +25458,8 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/picocolors": { "version": "1.1.1", @@ -24598,7 +25467,8 @@ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/picomatch": { "version": "2.3.1", @@ -24607,6 +25477,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8.6" }, @@ -24621,6 +25492,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" } @@ -24632,6 +25504,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.8.0" } @@ -24643,6 +25516,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -24656,6 +25530,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -24680,7 +25555,8 @@ } ], "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/react": { "version": "19.2.0", @@ -24689,6 +25565,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -24699,7 +25576,8 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/reflect.getprototypeof": { "version": "1.0.10", @@ -24708,6 +25586,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -24731,7 +25610,8 @@ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/regenerate-unicode-properties": { "version": "10.2.2", @@ -24740,6 +25620,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "regenerate": "^1.4.2" }, @@ -24754,6 +25635,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -24776,6 +25658,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "regenerate": "^1.4.2", "regenerate-unicode-properties": "^10.2.2", @@ -24794,7 +25677,8 @@ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", "dev": true, "license": "MIT", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/regjsparser": { "version": "0.13.0", @@ -24803,6 +25687,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "jsesc": "~3.1.0" }, @@ -24817,6 +25702,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-core-module": "^2.16.1", "path-parse": "^1.0.7", @@ -24839,6 +25725,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -24850,6 +25737,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -24876,6 +25764,7 @@ ], "license": "MIT", "optional": true, + "peer": true, "dependencies": { "queue-microtask": "^1.2.2" } @@ -24887,6 +25776,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -24908,6 +25798,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "isarray": "^2.0.5" @@ -24926,6 +25817,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -24945,6 +25837,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "bin": { "semver": "bin/semver.js" } @@ -24956,6 +25849,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -24975,6 +25869,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -24992,6 +25887,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "dunder-proto": "^1.0.1", "es-errors": "^1.3.0", @@ -25008,6 +25904,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "shebang-regex": "^3.0.0" }, @@ -25022,6 +25919,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -25033,6 +25931,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", @@ -25054,6 +25953,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" @@ -25072,6 +25972,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -25092,6 +25993,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -25113,6 +26015,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "es-errors": "^1.3.0", "internal-slot": "^1.1.0" @@ -25128,6 +26031,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -25144,6 +26048,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -25173,6 +26078,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -25185,6 +26091,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -25208,6 +26115,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -25228,6 +26136,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -25247,6 +26156,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=8" }, @@ -25261,6 +26171,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -25275,6 +26186,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">= 0.4" }, @@ -25289,6 +26201,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-number": "^7.0.0" }, @@ -25303,6 +26216,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=18.12" }, @@ -25317,6 +26231,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "prelude-ls": "^1.2.1" }, @@ -25331,6 +26246,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -25347,6 +26263,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "for-each": "^0.3.3", @@ -25368,6 +26285,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -25391,6 +26309,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -25429,6 +26348,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", @@ -25449,6 +26369,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -25460,6 +26381,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -25475,6 +26397,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -25486,6 +26409,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -25511,6 +26435,7 @@ ], "license": "MIT", "optional": true, + "peer": true, "dependencies": { "escalade": "^3.2.0", "picocolors": "^1.1.1" @@ -25529,6 +26454,7 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, + "peer": true, "dependencies": { "punycode": "^2.1.0" } @@ -25540,6 +26466,7 @@ "dev": true, "license": "ISC", "optional": true, + "peer": true, "dependencies": { "isexe": "^2.0.0" }, @@ -25557,6 +26484,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-bigint": "^1.1.0", "is-boolean-object": "^1.2.1", @@ -25578,6 +26506,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "call-bound": "^1.0.2", "function.prototype.name": "^1.1.6", @@ -25607,6 +26536,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", @@ -25627,6 +26557,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -25650,6 +26581,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -25660,7 +26592,8 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true, "license": "ISC", - "optional": true + "optional": true, + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/eslint-config-enact/node_modules/yocto-queue": { "version": "0.1.0", @@ -25669,6 +26602,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "engines": { "node": ">=10" }, @@ -25963,6 +26897,7 @@ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "license": "BSD-2-Clause", + "peer": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -25975,6 +26910,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "license": "BSD-2-Clause", + "peer": true, "engines": { "node": ">=4.0" } @@ -26431,7 +27367,8 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "license": "BSD-2-Clause" + "license": "BSD-2-Clause", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/globals": { "version": "16.5.0", @@ -26499,6 +27436,7 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=8" } @@ -27355,6 +28293,7 @@ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "license": "MIT", + "peer": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -27369,6 +28308,7 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "license": "MIT", + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -27384,7 +28324,6 @@ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", "license": "MIT", - "peer": true, "bin": { "jiti": "lib/jiti-cli.mjs" } @@ -27582,6 +28521,7 @@ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "license": "MIT", + "peer": true, "engines": { "node": ">=6.11.5" }, @@ -27656,6 +28596,7 @@ "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", "license": "MIT", + "peer": true, "bin": { "lz-string": "bin/bin.js" } @@ -27722,7 +28663,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/micromatch": { "version": "4.0.8", @@ -27775,6 +28717,7 @@ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "license": "MIT", + "peer": true, "engines": { "node": ">= 0.6" } @@ -27784,6 +28727,7 @@ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "license": "MIT", + "peer": true, "dependencies": { "mime-db": "1.52.0" }, @@ -27825,7 +28769,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -28589,7 +29532,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -29474,7 +30416,6 @@ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", "license": "MIT", - "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -29532,6 +30473,7 @@ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "license": "MIT", + "peer": true, "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", @@ -29546,6 +30488,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "license": "MIT", + "peer": true, "engines": { "node": ">=10" }, @@ -29734,7 +30677,8 @@ "version": "17.0.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/readable-stream": { "version": "4.7.0", @@ -30274,6 +31218,7 @@ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "license": "BSD-3-Clause", + "peer": true, "dependencies": { "randombytes": "^2.1.0" } @@ -30470,6 +31415,7 @@ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "license": "MIT", + "peer": true, "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -30789,6 +31735,7 @@ "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz", "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==", "license": "BSD-2-Clause", + "peer": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.15.0", @@ -30807,6 +31754,7 @@ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", "license": "MIT", + "peer": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", @@ -30858,6 +31806,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -30869,13 +31818,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/terser-webpack-plugin/node_modules/schema-utils": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", + "peer": true, "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -30894,7 +31845,8 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/timers-browserify": { "version": "2.0.12", @@ -31136,7 +32088,8 @@ "version": "7.16.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", @@ -31297,6 +32250,7 @@ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", "license": "MIT", + "peer": true, "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -31457,6 +32411,7 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", "license": "MIT", + "peer": true, "engines": { "node": ">=10.13.0" } @@ -31490,6 +32445,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -31502,6 +32458,7 @@ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "license": "BSD-2-Clause", + "peer": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -31515,6 +32472,7 @@ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "license": "BSD-2-Clause", + "peer": true, "engines": { "node": ">=4.0" } @@ -31523,13 +32481,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@enact/storybook-utils/node_modules/webpack/node_modules/schema-utils": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", + "peer": true, "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -31725,21 +32685,21 @@ } }, "node_modules/@enact/ui": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@enact/ui/-/ui-5.3.2.tgz", - "integrity": "sha512-qHdgtonalJ0IwsFXw5xFKdJVneJDl+JI5c8SRuAKghwzPxA+ByhCNlkt+cP1eH5lCvOsGuC6iwpRLqJcEye3/g==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@enact/ui/-/ui-5.4.0.tgz", + "integrity": "sha512-ssrqs9HE8c9uswZItaSHBQv2Cu5oTeQ9Ghf0burMMiBxT2I0QCTZ107psEASLVp5gjpq8f3PvOrqcq5fsbtxzg==", "license": "Apache-2.0", "dependencies": { - "@enact/core": "^5.3.2", - "@enact/i18n": "^5.3.2", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", "classnames": "^2.5.1", - "ilib": "^14.21.1", + "ilib": "^14.21.2", "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.1.1", - "react-dom": "^19.1.1", - "react-is": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "react-is": "^19.2.0", "warning": "^4.0.3" } }, @@ -32527,7 +33487,8 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@types/babel__core": { "version": "7.20.5", @@ -32890,7 +33851,6 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -32915,7 +33875,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -33140,7 +34099,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -33459,7 +34417,8 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/debug": { "version": "4.4.3", @@ -33536,7 +34495,8 @@ "version": "0.5.16", "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/dom-converter": { "version": "0.2.0", @@ -33689,7 +34649,6 @@ "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", "hasInstallScript": true, "license": "MIT", - "peer": true, "bin": { "esbuild": "bin/esbuild" }, @@ -34201,11 +35160,13 @@ } }, "node_modules/ilib": { - "version": "14.21.1", - "resolved": "https://registry.npmjs.org/ilib/-/ilib-14.21.1.tgz", - "integrity": "sha512-HpiZsfjdsl2pKhLkdxWXM/inenTWE/tgiwIHeyaqck8YjzUCQI4/8eos+1jAbU5L++OcGbOyjOIjbwxLrOj/3g==", + "version": "14.21.2", + "resolved": "https://registry.npmjs.org/ilib/-/ilib-14.21.2.tgz", + "integrity": "sha512-N9fRHde7I1SsFdGYn+uflPgANXDtbLe9mEZX21LXV1XWB1JfCWfKqPxzH5vbcN4yqk16EFzowt8c77cwwt1xFg==", "license": "Apache-2.0", - "peer": true + "engines": { + "node": ">=8 <25" + } }, "node_modules/import-fresh": { "version": "3.3.1", @@ -34533,6 +35494,7 @@ "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", "license": "MIT", + "peer": true, "bin": { "lz-string": "bin/bin.js" } @@ -35022,7 +35984,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -35125,6 +36086,7 @@ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "license": "MIT", + "peer": true, "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", @@ -35139,6 +36101,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "license": "MIT", + "peer": true, "engines": { "node": ">=10" }, @@ -35150,7 +36113,8 @@ "version": "17.0.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/process": { "version": "0.11.10", @@ -35216,11 +36180,10 @@ } }, "node_modules/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", - "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz", + "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -35256,16 +36219,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz", - "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.1.tgz", + "integrity": "sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==", "license": "MIT", - "peer": true, "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.0" + "react": "^19.2.1" } }, "node_modules/react-is": { @@ -35501,7 +36463,6 @@ "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.16.tgz", "integrity": "sha512-339U14K6l46EFyRvaPS2ZlL7v7Pb+LlcXT8KAETrGPxq8v1sAjj2HAOB6zrlAK3M+0+ricssfAwsLCwt7Eg8TQ==", "license": "MIT", - "peer": true, "dependencies": { "@storybook/global": "^5.0.0", "@testing-library/jest-dom": "^6.6.3", @@ -35701,7 +36662,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -35953,7 +36913,6 @@ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz", "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.8", @@ -36030,7 +36989,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -36110,7 +37068,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", diff --git a/samples/sampler/package.json b/samples/sampler/package.json index 0d9e660f6..fc0394381 100644 --- a/samples/sampler/package.json +++ b/samples/sampler/package.json @@ -21,18 +21,18 @@ }, "dependencies": { "@enact/agate": "../../", - "@enact/core": "^5.3.0", - "@enact/i18n": "^5.3.0", - "@enact/spotlight": "^5.3.0", + "@enact/core": "^5.4.0", + "@enact/i18n": "^5.4.0", + "@enact/spotlight": "^5.4.0", "@enact/storybook-utils": "^7.0.2", - "@enact/ui": "^5.3.0", + "@enact/ui": "^5.4.0", "@storybook/addon-docs": "^9.1.9", "@storybook/react-webpack5": "^9.1.9", "dotenv": "^16.5.0", - "ilib": "^14.21.1", + "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.1", + "react-dom": "^19.2.1", "storybook": "^9.1.9" } } From 444528fd22f87b3990dba723a52c86a2556bb316 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:25:10 +0200 Subject: [PATCH 7/9] NXT-4196: Updates node modules' version - Fix CVE-2025-67779 (#851) * Updates node modules' version - Fix CVE-2025-67779 * Updated `npm-shrinkwrap` --- package.json | 4 ++-- samples/event-logger/package.json | 4 ++-- samples/perf-scroller-native/package.json | 4 ++-- samples/perf-scroller-translate/package.json | 4 ++-- .../perf-virtualgridlist-native/package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- samples/perf-virtuallist-native/package.json | 4 ++-- .../perf-virtuallist-translate/package.json | 4 ++-- samples/qa-a11y/package.json | 4 ++-- samples/qa-drag-and-drop/package.json | 4 ++-- samples/qa-dropdown/package.json | 4 ++-- samples/qa-fonts/package.json | 4 ++-- samples/qa-i18n-async/package.json | 4 ++-- samples/qa-i18n/package.json | 4 ++-- samples/qa-scroller/package.json | 4 ++-- samples/qa-virtualgridlist/package.json | 4 ++-- .../package.json | 4 ++-- samples/qa-virtuallist/package.json | 4 ++-- samples/sampler/npm-shrinkwrap.json | 22 +++++++++---------- samples/sampler/package.json | 4 ++-- 21 files changed, 51 insertions(+), 51 deletions(-) diff --git a/package.json b/package.json index 45d4d8d9c..7591ca3ba 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "warning": "^4.0.3", "ilib": "^14.21.2" }, diff --git a/samples/event-logger/package.json b/samples/event-logger/package.json index 026568691..44f4211e3 100644 --- a/samples/event-logger/package.json +++ b/samples/event-logger/package.json @@ -30,8 +30,8 @@ "@reduxjs/toolkit": "^2.11.1", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/perf-scroller-native/package.json b/samples/perf-scroller-native/package.json index eb3e56478..96b007312 100644 --- a/samples/perf-scroller-native/package.json +++ b/samples/perf-scroller-native/package.json @@ -29,7 +29,7 @@ "@enact/ui": "^5.4.0", "classnames": "^2.5.1", "ilib": "^14.21.2", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/perf-scroller-translate/package.json b/samples/perf-scroller-translate/package.json index c9ed5fbb3..01cf655a9 100644 --- a/samples/perf-scroller-translate/package.json +++ b/samples/perf-scroller-translate/package.json @@ -30,7 +30,7 @@ "@enact/ui": "^5.4.0", "classnames": "^2.5.1", "ilib": "^14.21.2", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/perf-virtualgridlist-native/package.json b/samples/perf-virtualgridlist-native/package.json index 45c7e36e2..1f1fe0508 100644 --- a/samples/perf-virtualgridlist-native/package.json +++ b/samples/perf-virtualgridlist-native/package.json @@ -28,7 +28,7 @@ "@enact/spotlight": "^5.4.0", "@enact/ui": "^5.4.0", "ilib": "^14.21.2", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/perf-virtualgridlist-translate/package.json b/samples/perf-virtualgridlist-translate/package.json index e10727ea5..ce568a9aa 100644 --- a/samples/perf-virtualgridlist-translate/package.json +++ b/samples/perf-virtualgridlist-translate/package.json @@ -28,7 +28,7 @@ "@enact/spotlight": "^5.4.0", "@enact/ui": "^5.4.0", "ilib": "^14.21.2", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/perf-virtuallist-native-with-different-item-size/package.json b/samples/perf-virtuallist-native-with-different-item-size/package.json index 9d67c1d49..68e579971 100644 --- a/samples/perf-virtuallist-native-with-different-item-size/package.json +++ b/samples/perf-virtuallist-native-with-different-item-size/package.json @@ -28,7 +28,7 @@ "@enact/spotlight": "^5.4.0", "@enact/ui": "^5.4.0", "ilib": "^14.21.2", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/perf-virtuallist-native/package.json b/samples/perf-virtuallist-native/package.json index eb43e5195..e28d2569a 100644 --- a/samples/perf-virtuallist-native/package.json +++ b/samples/perf-virtuallist-native/package.json @@ -28,7 +28,7 @@ "@enact/spotlight": "^5.4.0", "@enact/ui": "^5.4.0", "ilib": "^14.21.2", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/perf-virtuallist-translate/package.json b/samples/perf-virtuallist-translate/package.json index 8f64e3eff..cb913d999 100644 --- a/samples/perf-virtuallist-translate/package.json +++ b/samples/perf-virtuallist-translate/package.json @@ -28,7 +28,7 @@ "@enact/spotlight": "^5.4.0", "@enact/ui": "^5.4.0", "ilib": "^14.21.2", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-a11y/package.json b/samples/qa-a11y/package.json index c38ad64aa..78d0180bf 100644 --- a/samples/qa-a11y/package.json +++ b/samples/qa-a11y/package.json @@ -30,7 +30,7 @@ "@enact/webos": "^5.4.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-drag-and-drop/package.json b/samples/qa-drag-and-drop/package.json index 15e82957d..8e4a42a3e 100644 --- a/samples/qa-drag-and-drop/package.json +++ b/samples/qa-drag-and-drop/package.json @@ -30,7 +30,7 @@ "@enact/webos": "^5.4.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-dropdown/package.json b/samples/qa-dropdown/package.json index 9b77bd011..e01d4ee74 100644 --- a/samples/qa-dropdown/package.json +++ b/samples/qa-dropdown/package.json @@ -29,7 +29,7 @@ "@enact/ui": "^5.4.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-fonts/package.json b/samples/qa-fonts/package.json index 44a262239..cb97719ad 100644 --- a/samples/qa-fonts/package.json +++ b/samples/qa-fonts/package.json @@ -29,7 +29,7 @@ "@enact/ui": "^5.4.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-i18n-async/package.json b/samples/qa-i18n-async/package.json index 5b1eec957..c70ba75cf 100644 --- a/samples/qa-i18n-async/package.json +++ b/samples/qa-i18n-async/package.json @@ -29,7 +29,7 @@ "@enact/ui": "^5.4.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-i18n/package.json b/samples/qa-i18n/package.json index ad8ccf38f..484394f1c 100644 --- a/samples/qa-i18n/package.json +++ b/samples/qa-i18n/package.json @@ -30,7 +30,7 @@ "@enact/webos": "^5.4.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-scroller/package.json b/samples/qa-scroller/package.json index f387d8ea9..0e4e2381c 100644 --- a/samples/qa-scroller/package.json +++ b/samples/qa-scroller/package.json @@ -29,7 +29,7 @@ "@enact/ui": "^5.4.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1" + "react": "^19.2.3", + "react-dom": "^19.2.3" } } diff --git a/samples/qa-virtualgridlist/package.json b/samples/qa-virtualgridlist/package.json index f18a48374..39ecfe46b 100644 --- a/samples/qa-virtualgridlist/package.json +++ b/samples/qa-virtualgridlist/package.json @@ -30,8 +30,8 @@ "@reduxjs/toolkit": "^2.11.1", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/qa-virtualgridlistnative-preserve-focus/package.json b/samples/qa-virtualgridlistnative-preserve-focus/package.json index a230d4290..4b941151c 100644 --- a/samples/qa-virtualgridlistnative-preserve-focus/package.json +++ b/samples/qa-virtualgridlistnative-preserve-focus/package.json @@ -30,8 +30,8 @@ "@reduxjs/toolkit": "^2.11.1", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/qa-virtuallist/package.json b/samples/qa-virtuallist/package.json index 49acb227b..fb2ef4ec5 100644 --- a/samples/qa-virtuallist/package.json +++ b/samples/qa-virtuallist/package.json @@ -30,8 +30,8 @@ "@reduxjs/toolkit": "^2.11.1", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "react-redux": "^9.2.0", "redux": "^5.0.1" } diff --git a/samples/sampler/npm-shrinkwrap.json b/samples/sampler/npm-shrinkwrap.json index a155de83d..c5d9b04f5 100644 --- a/samples/sampler/npm-shrinkwrap.json +++ b/samples/sampler/npm-shrinkwrap.json @@ -20,8 +20,8 @@ "dotenv": "^16.5.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "storybook": "^9.1.9" } }, @@ -42,8 +42,8 @@ "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "warning": "^4.0.3" }, "devDependencies": { @@ -36180,9 +36180,9 @@ } }, "node_modules/react": { - "version": "19.2.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz", - "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -36219,15 +36219,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.1.tgz", - "integrity": "sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz", + "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.1" + "react": "^19.2.3" } }, "node_modules/react-is": { diff --git a/samples/sampler/package.json b/samples/sampler/package.json index fc0394381..2994be7d6 100644 --- a/samples/sampler/package.json +++ b/samples/sampler/package.json @@ -31,8 +31,8 @@ "dotenv": "^16.5.0", "ilib": "^14.21.2", "prop-types": "^15.8.1", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "storybook": "^9.1.9" } } From e439cea91a0b4c04ba32f644e60866f0681edaa1 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:20:45 +0200 Subject: [PATCH 8/9] NXT-7084: Updated node modules' major version (#852) * Updated node modules' major version * `color-convert` downgrade --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7591ca3ba..28da158c7 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eases": "^1.0.8", "invariant": "^2.2.4", "prop-types": "^15.8.1", - "ramda": "^0.31.3", + "ramda": "^0.32.0", "react": "^19.2.3", "react-dom": "^19.2.3", "warning": "^4.0.3", From 7f1e5b0f50c67955c031e32fc8fa49e3a08181ae Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 4 Jan 2026 01:53:43 +0000 Subject: [PATCH 9/9] update license Let's keep legal happy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ea3a116..af9bc137c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Alright, chill. We built several apps based on Agate that you can check out at t Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2012-2025 LG Electronics +Copyright (c) 2012-2026 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at