From 35dfb8eae2fe2f5f74642ca4833ff551ec0ccb4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:56:25 +0000 Subject: [PATCH 1/2] chore: Bump undici from 7.24.2 to 7.28.0 Bumps [undici](https://github.com/nodejs/undici) from 7.24.2 to 7.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.24.2...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 367 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 317 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9faaae2..3c074b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1304,6 +1304,255 @@ "specificity": "bin/cli.js" } }, + "node_modules/@cloudscape-design/browser-test-tools": { + "version": "3.0.131", + "resolved": "https://registry.npmjs.org/@cloudscape-design/browser-test-tools/-/browser-test-tools-3.0.131.tgz", + "integrity": "sha512-4Tqcm4tu9gMSpekvdLIKBQRzJrO700dlYhX3qxjNPW4wAgIA+IpLdPMLp2je7DN4L00Frc+IS5mcMGGsy5RjiA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/client-device-farm": "^3.996.0", + "@types/pngjs": "^6.0.4", + "@wdio/globals": "^9.23.0", + "@wdio/types": "^9.24.0", + "get-stream": "^6.0.1", + "lodash": "^4.18.1", + "p-retry": "^4.6.2", + "pixelmatch": "^5.3.0", + "pngjs": "^6.0.0", + "wait-on": "^8.0.5", + "webdriverio": "^9.24.0" + } + }, + "node_modules/@cloudscape-design/build-tools": { + "version": "3.0.0", + "resolved": "git+ssh://git@github.com/cloudscape-design/build-tools.git#3af35c8206c9f41e7efd04e1b15bcf0afb97634d", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "lodash": "^4.18.1", + "minimatch": "^10.2.4" + }, + "bin": { + "prepare-package-lock": "lib/scripts/prepare-package-lock.js" + }, + "peerDependencies": { + "stylelint": "^16.8.1" + } + }, + "node_modules/@cloudscape-design/collection-hooks": { + "version": "1.0.98", + "resolved": "https://registry.npmjs.org/@cloudscape-design/collection-hooks/-/collection-hooks-1.0.98.tgz", + "integrity": "sha512-/jI9JQrWonfdr4/PU/PwMmUBYl1m7+X+7M96o0N14k7R50NBi5v3eehexsWRnxX5x/J5Ddf5dQrgKNFGpMpTIg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@cloudscape-design/component-toolkit": "^1.0.0-beta" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@cloudscape-design/component-toolkit": { + "version": "1.0.0-beta.167", + "resolved": "https://registry.npmjs.org/@cloudscape-design/component-toolkit/-/component-toolkit-1.0.0-beta.167.tgz", + "integrity": "sha512-PdIdHsG47tkQ5Q/hO1SUQW61B2iKLifepxf9rLeNGzRltTIQrXBger9B6VpkiSPWUmI5532xGFyaCcdyaK5pHA==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1", + "weekstart": "^2.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@cloudscape-design/component-toolkit/node_modules/weekstart": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/weekstart/-/weekstart-2.0.0.tgz", + "integrity": "sha512-HjYc14IQUwDcnGICuc8tVtqAd6EFpoAQMqgrqcNtWWZB+F1b7iTq44GzwM1qvnH4upFgbhJsaNHuK93NOFheSg==", + "license": "MIT" + }, + "node_modules/@cloudscape-design/components": { + "version": "3.0.1314", + "resolved": "https://registry.npmjs.org/@cloudscape-design/components/-/components-3.0.1314.tgz", + "integrity": "sha512-q3Y3lSUGvENtz/fraupV6pMByVOodIrrHaJg7V/h2qhKB+7+hAV20MufM3VU3RIVSILuhVsExLwXXfTgEwwL5w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@cloudscape-design/collection-hooks": "^1.0.0", + "@cloudscape-design/component-toolkit": "^1.0.0-beta", + "@cloudscape-design/test-utils-core": "^1.0.0", + "@cloudscape-design/theming-runtime": "^1.0.0", + "@dnd-kit/core": "^6.0.8", + "@dnd-kit/sortable": "^7.0.2", + "@dnd-kit/utilities": "^3.2.1", + "ace-builds": "^1.34.0", + "clsx": "^1.1.0", + "d3-shape": "^1.3.7", + "date-fns": "^2.25.0", + "intl-messageformat": "^10.3.1", + "mnth": "^2.0.0", + "react-is": "^18.2.0", + "react-transition-group": "^4.4.2", + "tslib": "^2.4.0", + "weekstart": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@cloudscape-design/components/node_modules/react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@cloudscape-design/components/node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "node_modules/@cloudscape-design/design-tokens": { + "version": "3.0.96", + "resolved": "https://registry.npmjs.org/@cloudscape-design/design-tokens/-/design-tokens-3.0.96.tgz", + "integrity": "sha512-w/BHuqKGEzETzsSp0GZJQ7VfN139OP9uT+3B5Tu8iy15flJqldFym7yun+WkIUSI6IxdXTCU5tNco2CHIVfbcg==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/@cloudscape-design/documenter": { + "version": "1.0.80", + "resolved": "https://registry.npmjs.org/@cloudscape-design/documenter/-/documenter-1.0.80.tgz", + "integrity": "sha512-wuLvMPzwIZcoln2VBMyDcm7g+1kOsbpHXwJnj8RIWM+wh6u2JcIP7LQOFUjzglOIwaw/UyxvILQZ6TBxNFmWNw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "change-case": "^4.1.1", + "micromatch": "^4.0.8", + "pathe": "^1.1.2" + } + }, + "node_modules/@cloudscape-design/global-styles": { + "version": "1.0.60", + "resolved": "https://registry.npmjs.org/@cloudscape-design/global-styles/-/global-styles-1.0.60.tgz", + "integrity": "sha512-GIAjVl726yUIj8EXYeSjMQYg6toJ55i8dq3U4SqHAz03cgdUO0QUICHSLHrGAHKRiu/KgyrSomuhXwT40D09wg==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/@cloudscape-design/test-utils-converter": { + "version": "1.0.84", + "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-converter/-/test-utils-converter-1.0.84.tgz", + "integrity": "sha512-io8oShQCX5scG8tTG41hfYuagWtlbk1K3vCRX+6DsxX556LKhJ+BAbaI5xgNs9DCHYjZsqdETKUi8Fo3KWk57A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@babel/core": "^7.16.0", + "@babel/plugin-syntax-decorators": "^7.16.0", + "@babel/plugin-syntax-typescript": "^7.16.0", + "glob": "^13.0.6" + } + }, + "node_modules/@cloudscape-design/test-utils-converter/node_modules/glob": { + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", + "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "minimatch": "^10.2.2", + "minipass": "^7.1.3", + "path-scurry": "^2.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@cloudscape-design/test-utils-converter/node_modules/lru-cache": { + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", + "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/@cloudscape-design/test-utils-converter/node_modules/path-scurry": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", + "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@cloudscape-design/test-utils-core": { + "version": "1.0.84", + "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-core/-/test-utils-core-1.0.84.tgz", + "integrity": "sha512-Fm4hB9JPBpClyLt7D8ur8fofrv7rRVefuqsNJGMTS+5crs7yw8mdFio9WpiZobnlh59tRpzyTc6dAkVkcYYebg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "css-selector-tokenizer": "^0.8.0", + "css.escape": "^1.5.1" + } + }, + "node_modules/@cloudscape-design/theming-build": { + "version": "1.0.122", + "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-build/-/theming-build-1.0.122.tgz", + "integrity": "sha512-Bsabe1RMrUGuMsjyU/hQXG5H6hBWjFphCA4fbGbsS2hV/sRuET7G+zEKhhPKgyTBlwU5YYohxJN1742juCp45g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@material/material-color-utilities": "^0.3.0", + "autoprefixer": "^10.4.8", + "glob": "^10.5.0", + "jsonschema": "^1.4.1", + "loader-utils": "^3.2.1", + "lodash": "^4.17.21", + "postcss": "^8.5.10", + "postcss-discard-empty": "^6.0.0", + "postcss-inline-svg": "^6.0.0", + "postcss-modules": "^6.0.0", + "sass": "^1.77.8", + "string-hash": "^1.1.3", + "tslib": "^2.4.0" + } + }, + "node_modules/@cloudscape-design/theming-runtime": { + "version": "1.0.115", + "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-runtime/-/theming-runtime-1.0.115.tgz", + "integrity": "sha512-TbuEwXXp+73+L2q604eGDZLrzqIE4bC0KWnoQ1hqzMsifKABKWqCGRYJTJBXa66WdPgsepM5V2icM5yDi7QNwA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@material/material-color-utilities": "^0.3.0", + "tslib": "^2.4.0" + } + }, "node_modules/@csstools/color-helpers": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz", @@ -2219,21 +2468,58 @@ "tslib": "^2.8.0" } }, + "node_modules/@hapi/address": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-5.1.1.tgz", + "integrity": "sha512-A+po2d/dVoY7cYajycYI43ZbYMXukuopIsqCjh5QzsBCipDtdofHntljDlpccMjIfTy6UOkg+5KPriwYch2bXA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^11.0.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@hapi/formula": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-3.0.2.tgz", + "integrity": "sha512-hY5YPNXzw1He7s0iqkRQi+uMGh383CGdyyIGYtB+W5N3KHPXoqychklvHhKCC9M3Xtv0OCs/IHw+r4dcHtBYWw==", + "dev": true, + "license": "BSD-3-Clause" + }, "node_modules/@hapi/hoek": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", + "version": "11.0.7", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz", + "integrity": "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ==", "dev": true, "license": "BSD-3-Clause" }, + "node_modules/@hapi/pinpoint": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-2.0.1.tgz", + "integrity": "sha512-EKQmr16tM8s16vTT3cA5L0kZZcTMU5DUOZTuvpnY738m+jyP3JIUj+Mm1xc1rsLkGBQ/gVnfKYPwOmPg1tUR4Q==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@hapi/tlds": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@hapi/tlds/-/tlds-1.1.7.tgz", + "integrity": "sha512-MgNjRwy9Ti92yVAixLmDc8dd1bJIKwO9qlWCfFQRwRmUEDPQHYn4G6hwPFvFGUTzAa0FsS+inMjLin7GnyBRhA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@hapi/topo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-6.0.2.tgz", + "integrity": "sha512-KR3rD5inZbGMrHmgPxsJ9dbi6zEK+C3ZwUwTa+eMwWLz7oijWUTWD2pMSNNYJAU6Qq+65NkxXjqHr/7LM2Xkqg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "@hapi/hoek": "^9.0.0" + "@hapi/hoek": "^11.0.2" } }, "node_modules/@humanfs/core": { @@ -3498,30 +3784,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@sideway/address": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", - "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@hapi/hoek": "^9.0.0" - } - }, - "node_modules/@sideway/formula": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", - "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/@sideway/pinpoint": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", - "dev": true, - "license": "BSD-3-Clause" - }, "node_modules/@sinclair/typebox": { "version": "0.34.37", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.37.tgz", @@ -10602,17 +10864,22 @@ } }, "node_modules/joi": { - "version": "17.13.3", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", - "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", + "version": "18.2.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.3.tgz", + "integrity": "sha512-N5A3KTWQpPWT4ExxxPlUx7WmykGXRzhNidWhV41d6Abu9YfI2NyWCJuxdPnslJCPWtbRpSVOWSnSS6GakLM/Rg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "@hapi/hoek": "^9.3.0", - "@hapi/topo": "^5.1.0", - "@sideway/address": "^4.1.5", - "@sideway/formula": "^3.0.1", - "@sideway/pinpoint": "^2.0.0" + "@hapi/address": "^5.1.1", + "@hapi/formula": "^3.0.2", + "@hapi/hoek": "^11.0.7", + "@hapi/pinpoint": "^2.0.1", + "@hapi/tlds": "^1.1.1", + "@hapi/topo": "^6.0.2", + "@standard-schema/spec": "^1.1.0" + }, + "engines": { + "node": ">= 20" } }, "node_modules/js-tokens": { @@ -15533,9 +15800,9 @@ } }, "node_modules/undici": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz", - "integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "dev": true, "license": "MIT", "engines": { @@ -15872,14 +16139,14 @@ } }, "node_modules/wait-on": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.3.tgz", - "integrity": "sha512-nQFqAFzZDeRxsu7S3C7LbuxslHhk+gnJZHyethuGKAn2IVleIbTB9I3vJSQiSR+DifUqmdzfPMoMPJfLqMF2vw==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.5.tgz", + "integrity": "sha512-J3WlS0txVHkhLRb2FsmRg3dkMTCV1+M6Xra3Ho7HzZDHpE7DCOnoSoCJsZotrmW3uRMhvIJGSKUKrh/MeF4iag==", "dev": true, "license": "MIT", "dependencies": { - "axios": "^1.8.2", - "joi": "^17.13.3", + "axios": "^1.12.1", + "joi": "^18.0.1", "lodash": "^4.17.21", "minimist": "^1.2.8", "rxjs": "^7.8.2" @@ -15960,9 +16227,9 @@ } }, "node_modules/webdriver/node_modules/undici": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", - "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "dev": true, "license": "MIT", "engines": { From de4cdf700d366cfeccfeda911cca3cf408c5e189 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jun 2026 09:57:01 +0000 Subject: [PATCH 2/2] chore: remove @cloudscape-design deps from lockfile --- package-lock.json | 249 ---------------------------------------------- 1 file changed, 249 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c074b5..056ee7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1304,255 +1304,6 @@ "specificity": "bin/cli.js" } }, - "node_modules/@cloudscape-design/browser-test-tools": { - "version": "3.0.131", - "resolved": "https://registry.npmjs.org/@cloudscape-design/browser-test-tools/-/browser-test-tools-3.0.131.tgz", - "integrity": "sha512-4Tqcm4tu9gMSpekvdLIKBQRzJrO700dlYhX3qxjNPW4wAgIA+IpLdPMLp2je7DN4L00Frc+IS5mcMGGsy5RjiA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/client-device-farm": "^3.996.0", - "@types/pngjs": "^6.0.4", - "@wdio/globals": "^9.23.0", - "@wdio/types": "^9.24.0", - "get-stream": "^6.0.1", - "lodash": "^4.18.1", - "p-retry": "^4.6.2", - "pixelmatch": "^5.3.0", - "pngjs": "^6.0.0", - "wait-on": "^8.0.5", - "webdriverio": "^9.24.0" - } - }, - "node_modules/@cloudscape-design/build-tools": { - "version": "3.0.0", - "resolved": "git+ssh://git@github.com/cloudscape-design/build-tools.git#3af35c8206c9f41e7efd04e1b15bcf0afb97634d", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "lodash": "^4.18.1", - "minimatch": "^10.2.4" - }, - "bin": { - "prepare-package-lock": "lib/scripts/prepare-package-lock.js" - }, - "peerDependencies": { - "stylelint": "^16.8.1" - } - }, - "node_modules/@cloudscape-design/collection-hooks": { - "version": "1.0.98", - "resolved": "https://registry.npmjs.org/@cloudscape-design/collection-hooks/-/collection-hooks-1.0.98.tgz", - "integrity": "sha512-/jI9JQrWonfdr4/PU/PwMmUBYl1m7+X+7M96o0N14k7R50NBi5v3eehexsWRnxX5x/J5Ddf5dQrgKNFGpMpTIg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@cloudscape-design/component-toolkit": "^1.0.0-beta" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@cloudscape-design/component-toolkit": { - "version": "1.0.0-beta.167", - "resolved": "https://registry.npmjs.org/@cloudscape-design/component-toolkit/-/component-toolkit-1.0.0-beta.167.tgz", - "integrity": "sha512-PdIdHsG47tkQ5Q/hO1SUQW61B2iKLifepxf9rLeNGzRltTIQrXBger9B6VpkiSPWUmI5532xGFyaCcdyaK5pHA==", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.3.1", - "weekstart": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@cloudscape-design/component-toolkit/node_modules/weekstart": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/weekstart/-/weekstart-2.0.0.tgz", - "integrity": "sha512-HjYc14IQUwDcnGICuc8tVtqAd6EFpoAQMqgrqcNtWWZB+F1b7iTq44GzwM1qvnH4upFgbhJsaNHuK93NOFheSg==", - "license": "MIT" - }, - "node_modules/@cloudscape-design/components": { - "version": "3.0.1314", - "resolved": "https://registry.npmjs.org/@cloudscape-design/components/-/components-3.0.1314.tgz", - "integrity": "sha512-q3Y3lSUGvENtz/fraupV6pMByVOodIrrHaJg7V/h2qhKB+7+hAV20MufM3VU3RIVSILuhVsExLwXXfTgEwwL5w==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@cloudscape-design/collection-hooks": "^1.0.0", - "@cloudscape-design/component-toolkit": "^1.0.0-beta", - "@cloudscape-design/test-utils-core": "^1.0.0", - "@cloudscape-design/theming-runtime": "^1.0.0", - "@dnd-kit/core": "^6.0.8", - "@dnd-kit/sortable": "^7.0.2", - "@dnd-kit/utilities": "^3.2.1", - "ace-builds": "^1.34.0", - "clsx": "^1.1.0", - "d3-shape": "^1.3.7", - "date-fns": "^2.25.0", - "intl-messageformat": "^10.3.1", - "mnth": "^2.0.0", - "react-is": "^18.2.0", - "react-transition-group": "^4.4.2", - "tslib": "^2.4.0", - "weekstart": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@cloudscape-design/components/node_modules/react-is": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@cloudscape-design/components/node_modules/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", - "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/@cloudscape-design/design-tokens": { - "version": "3.0.96", - "resolved": "https://registry.npmjs.org/@cloudscape-design/design-tokens/-/design-tokens-3.0.96.tgz", - "integrity": "sha512-w/BHuqKGEzETzsSp0GZJQ7VfN139OP9uT+3B5Tu8iy15flJqldFym7yun+WkIUSI6IxdXTCU5tNco2CHIVfbcg==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/@cloudscape-design/documenter": { - "version": "1.0.80", - "resolved": "https://registry.npmjs.org/@cloudscape-design/documenter/-/documenter-1.0.80.tgz", - "integrity": "sha512-wuLvMPzwIZcoln2VBMyDcm7g+1kOsbpHXwJnj8RIWM+wh6u2JcIP7LQOFUjzglOIwaw/UyxvILQZ6TBxNFmWNw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "change-case": "^4.1.1", - "micromatch": "^4.0.8", - "pathe": "^1.1.2" - } - }, - "node_modules/@cloudscape-design/global-styles": { - "version": "1.0.60", - "resolved": "https://registry.npmjs.org/@cloudscape-design/global-styles/-/global-styles-1.0.60.tgz", - "integrity": "sha512-GIAjVl726yUIj8EXYeSjMQYg6toJ55i8dq3U4SqHAz03cgdUO0QUICHSLHrGAHKRiu/KgyrSomuhXwT40D09wg==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/@cloudscape-design/test-utils-converter": { - "version": "1.0.84", - "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-converter/-/test-utils-converter-1.0.84.tgz", - "integrity": "sha512-io8oShQCX5scG8tTG41hfYuagWtlbk1K3vCRX+6DsxX556LKhJ+BAbaI5xgNs9DCHYjZsqdETKUi8Fo3KWk57A==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@babel/core": "^7.16.0", - "@babel/plugin-syntax-decorators": "^7.16.0", - "@babel/plugin-syntax-typescript": "^7.16.0", - "glob": "^13.0.6" - } - }, - "node_modules/@cloudscape-design/test-utils-converter/node_modules/glob": { - "version": "13.0.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", - "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "minimatch": "^10.2.2", - "minipass": "^7.1.3", - "path-scurry": "^2.0.2" - }, - "engines": { - "node": "18 || 20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@cloudscape-design/test-utils-converter/node_modules/lru-cache": { - "version": "11.5.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", - "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", - "dev": true, - "license": "BlueOak-1.0.0", - "engines": { - "node": "20 || >=22" - } - }, - "node_modules/@cloudscape-design/test-utils-converter/node_modules/path-scurry": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", - "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "lru-cache": "^11.0.0", - "minipass": "^7.1.2" - }, - "engines": { - "node": "18 || 20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@cloudscape-design/test-utils-core": { - "version": "1.0.84", - "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-core/-/test-utils-core-1.0.84.tgz", - "integrity": "sha512-Fm4hB9JPBpClyLt7D8ur8fofrv7rRVefuqsNJGMTS+5crs7yw8mdFio9WpiZobnlh59tRpzyTc6dAkVkcYYebg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "css-selector-tokenizer": "^0.8.0", - "css.escape": "^1.5.1" - } - }, - "node_modules/@cloudscape-design/theming-build": { - "version": "1.0.122", - "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-build/-/theming-build-1.0.122.tgz", - "integrity": "sha512-Bsabe1RMrUGuMsjyU/hQXG5H6hBWjFphCA4fbGbsS2hV/sRuET7G+zEKhhPKgyTBlwU5YYohxJN1742juCp45g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@material/material-color-utilities": "^0.3.0", - "autoprefixer": "^10.4.8", - "glob": "^10.5.0", - "jsonschema": "^1.4.1", - "loader-utils": "^3.2.1", - "lodash": "^4.17.21", - "postcss": "^8.5.10", - "postcss-discard-empty": "^6.0.0", - "postcss-inline-svg": "^6.0.0", - "postcss-modules": "^6.0.0", - "sass": "^1.77.8", - "string-hash": "^1.1.3", - "tslib": "^2.4.0" - } - }, - "node_modules/@cloudscape-design/theming-runtime": { - "version": "1.0.115", - "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-runtime/-/theming-runtime-1.0.115.tgz", - "integrity": "sha512-TbuEwXXp+73+L2q604eGDZLrzqIE4bC0KWnoQ1hqzMsifKABKWqCGRYJTJBXa66WdPgsepM5V2icM5yDi7QNwA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@material/material-color-utilities": "^0.3.0", - "tslib": "^2.4.0" - } - }, "node_modules/@csstools/color-helpers": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz",