From e45f1020d290621e0d63312d0b2ed3a8e421e8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:20:16 +0000 Subject: [PATCH 1/2] chore: Bump postcss from 8.5.12 to 8.5.23 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.12 to 8.5.23. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.12...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 269 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 266 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e937432f97..57bf0e16f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1207,6 +1207,265 @@ "dev": true, "license": "MIT" }, + "node_modules/@cloudscape-design/browser-test-tools": { + "version": "3.0.139", + "resolved": "https://registry.npmjs.org/@cloudscape-design/browser-test-tools/-/browser-test-tools-3.0.139.tgz", + "integrity": "sha512-w4Iu7vJ1uPUfEYcNIrbIQpL4IcTa3j3Yge7aWHF04yiwgxOKF5pVTnMxxcENsUpEW8To+HCmGyxA85W5fiAxjw==", + "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.28.0" + } + }, + "node_modules/@cloudscape-design/build-tools": { + "version": "3.0.0", + "resolved": "git+ssh://git@github.com/cloudscape-design/build-tools.git#d437ccd9d65a379123f6ad8fe07c0a9f4c9d5b16", + "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": { + "react": ">=16.14.0", + "react-router-dom": "^5.3.0 || ^6.0.0", + "stylelint": "^16.8.1" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-router-dom": { + "optional": true + }, + "stylelint": { + "optional": true + } + } + }, + "node_modules/@cloudscape-design/collection-hooks": { + "version": "1.0.103", + "resolved": "https://registry.npmjs.org/@cloudscape-design/collection-hooks/-/collection-hooks-1.0.103.tgz", + "integrity": "sha512-/0XDm7POsE+tbNxNssK3TlLMr36iAVx74nGA1/0A8V9+5B90vW7q2uzBwtTW8Elci3raRHjSa+Vb0IMrpk2GvQ==", + "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.171", + "resolved": "https://registry.npmjs.org/@cloudscape-design/component-toolkit/-/component-toolkit-1.0.0-beta.171.tgz", + "integrity": "sha512-TN3/ByT8cUOY3RAVbMz3Fk0XxAQtUIo8Twmc6VSN3NmS1rmn4onvBDux5RK4vwU/1WO+piAzADuV/SnNLaT4Cw==", + "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/documenter": { + "version": "1.0.81", + "resolved": "https://registry.npmjs.org/@cloudscape-design/documenter/-/documenter-1.0.81.tgz", + "integrity": "sha512-McsBL8Q3tWhibBGoZgCOlnQAVgE7BMcmpgM0a6Zu4XO/WJyjTBirpSwyVH1nXpI4l4zdvJNvBVhqv8k3PlwsRQ==", + "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.63", + "resolved": "https://registry.npmjs.org/@cloudscape-design/global-styles/-/global-styles-1.0.63.tgz", + "integrity": "sha512-TRn21zlanZa6GY1ivVo8rHZ10/AxNjZ1ecMAmgCh6M13r5knCTe2QaypuUruyDhlHnnXWQc3QkWCDZdkH8cE3g==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/@cloudscape-design/jest-preset": { + "version": "2.0.59", + "resolved": "https://registry.npmjs.org/@cloudscape-design/jest-preset/-/jest-preset-2.0.59.tgz", + "integrity": "sha512-Z2IT2pG5BtBSxnDzRIkxQ7VRuRkxBmTXTHuXvLR6iySKxNz18TSsu4ZAcG8zjnw6tdW7gEzpX7/tLvo7TgLpCw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@babel/plugin-transform-modules-commonjs": "^7.9.0", + "lodash": "^4.18.1" + }, + "peerDependencies": { + "babel-jest": ">=24", + "jest": ">=24" + } + }, + "node_modules/@cloudscape-design/test-utils-converter": { + "version": "1.0.86", + "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-converter/-/test-utils-converter-1.0.86.tgz", + "integrity": "sha512-+/gGfCij9a8Z4dsbsd/VWoYB7FJIY/71Fcr/R5uzCe4fknaGwc5R9WZpuKXKsrp8MviNqipCmU99ciy9OvNXMw==", + "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.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", + "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.86", + "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-core/-/test-utils-core-1.0.86.tgz", + "integrity": "sha512-9uCDjGExZlpP1lc0QKTQRdII0lQt/fLmK7cMMXTRrs3ZOqKkg5iL6lzFiKG0nYnf7fXw966C6gpgIe+9NLIu8g==", + "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.134", + "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-build/-/theming-build-1.0.134.tgz", + "integrity": "sha512-sJvdICvV2Vfq2oW4FXZpCwU/ZDOG9r7HyyOlkuqylf8Xz4AOVU3jfDA6+1o3S4qlH2I+A5h0Gr3imtEKAndjZQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@material/material-color-utilities": "^0.3.0", + "autoprefixer": "^10.4.8", + "glob": "^13.0.6", + "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-build/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/theming-build/node_modules/lru-cache": { + "version": "11.5.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/@cloudscape-design/theming-build/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/theming-runtime": { + "version": "1.0.123", + "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-runtime/-/theming-runtime-1.0.123.tgz", + "integrity": "sha512-8bY95l+K/oxTYEVJlakyVpppP6LK3Ptx3INcq3eMVJX1GZlZhm4YPPSMjMTMZQwj6NYKRatkmqFmoFyKV7x4gA==", + "license": "Apache-2.0", + "dependencies": { + "@material/material-color-utilities": "^0.3.0", + "tslib": "^2.4.0" + } + }, "node_modules/@csstools/css-parser-algorithms": { "version": "3.0.5", "dev": true, @@ -16545,7 +16804,9 @@ } }, "node_modules/postcss": { - "version": "8.5.12", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "dev": true, "funding": [ { @@ -16563,7 +16824,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -17190,7 +17451,9 @@ "license": "MIT" }, "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.11", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", "dev": true, "funding": [ { From fcd5b89a70db07a049420bc16ed61753aba8e295 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jul 2026 23:22:03 +0000 Subject: [PATCH 2/2] chore: remove @cloudscape-design deps from lockfile --- package-lock.json | 259 ---------------------------------------------- 1 file changed, 259 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57bf0e16f3..5d9ef88cbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1207,265 +1207,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@cloudscape-design/browser-test-tools": { - "version": "3.0.139", - "resolved": "https://registry.npmjs.org/@cloudscape-design/browser-test-tools/-/browser-test-tools-3.0.139.tgz", - "integrity": "sha512-w4Iu7vJ1uPUfEYcNIrbIQpL4IcTa3j3Yge7aWHF04yiwgxOKF5pVTnMxxcENsUpEW8To+HCmGyxA85W5fiAxjw==", - "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.28.0" - } - }, - "node_modules/@cloudscape-design/build-tools": { - "version": "3.0.0", - "resolved": "git+ssh://git@github.com/cloudscape-design/build-tools.git#d437ccd9d65a379123f6ad8fe07c0a9f4c9d5b16", - "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": { - "react": ">=16.14.0", - "react-router-dom": "^5.3.0 || ^6.0.0", - "stylelint": "^16.8.1" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-router-dom": { - "optional": true - }, - "stylelint": { - "optional": true - } - } - }, - "node_modules/@cloudscape-design/collection-hooks": { - "version": "1.0.103", - "resolved": "https://registry.npmjs.org/@cloudscape-design/collection-hooks/-/collection-hooks-1.0.103.tgz", - "integrity": "sha512-/0XDm7POsE+tbNxNssK3TlLMr36iAVx74nGA1/0A8V9+5B90vW7q2uzBwtTW8Elci3raRHjSa+Vb0IMrpk2GvQ==", - "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.171", - "resolved": "https://registry.npmjs.org/@cloudscape-design/component-toolkit/-/component-toolkit-1.0.0-beta.171.tgz", - "integrity": "sha512-TN3/ByT8cUOY3RAVbMz3Fk0XxAQtUIo8Twmc6VSN3NmS1rmn4onvBDux5RK4vwU/1WO+piAzADuV/SnNLaT4Cw==", - "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/documenter": { - "version": "1.0.81", - "resolved": "https://registry.npmjs.org/@cloudscape-design/documenter/-/documenter-1.0.81.tgz", - "integrity": "sha512-McsBL8Q3tWhibBGoZgCOlnQAVgE7BMcmpgM0a6Zu4XO/WJyjTBirpSwyVH1nXpI4l4zdvJNvBVhqv8k3PlwsRQ==", - "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.63", - "resolved": "https://registry.npmjs.org/@cloudscape-design/global-styles/-/global-styles-1.0.63.tgz", - "integrity": "sha512-TRn21zlanZa6GY1ivVo8rHZ10/AxNjZ1ecMAmgCh6M13r5knCTe2QaypuUruyDhlHnnXWQc3QkWCDZdkH8cE3g==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/@cloudscape-design/jest-preset": { - "version": "2.0.59", - "resolved": "https://registry.npmjs.org/@cloudscape-design/jest-preset/-/jest-preset-2.0.59.tgz", - "integrity": "sha512-Z2IT2pG5BtBSxnDzRIkxQ7VRuRkxBmTXTHuXvLR6iySKxNz18TSsu4ZAcG8zjnw6tdW7gEzpX7/tLvo7TgLpCw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@babel/plugin-transform-modules-commonjs": "^7.9.0", - "lodash": "^4.18.1" - }, - "peerDependencies": { - "babel-jest": ">=24", - "jest": ">=24" - } - }, - "node_modules/@cloudscape-design/test-utils-converter": { - "version": "1.0.86", - "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-converter/-/test-utils-converter-1.0.86.tgz", - "integrity": "sha512-+/gGfCij9a8Z4dsbsd/VWoYB7FJIY/71Fcr/R5uzCe4fknaGwc5R9WZpuKXKsrp8MviNqipCmU99ciy9OvNXMw==", - "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.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", - "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", - "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.86", - "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-core/-/test-utils-core-1.0.86.tgz", - "integrity": "sha512-9uCDjGExZlpP1lc0QKTQRdII0lQt/fLmK7cMMXTRrs3ZOqKkg5iL6lzFiKG0nYnf7fXw966C6gpgIe+9NLIu8g==", - "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.134", - "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-build/-/theming-build-1.0.134.tgz", - "integrity": "sha512-sJvdICvV2Vfq2oW4FXZpCwU/ZDOG9r7HyyOlkuqylf8Xz4AOVU3jfDA6+1o3S4qlH2I+A5h0Gr3imtEKAndjZQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@material/material-color-utilities": "^0.3.0", - "autoprefixer": "^10.4.8", - "glob": "^13.0.6", - "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-build/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/theming-build/node_modules/lru-cache": { - "version": "11.5.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", - "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", - "dev": true, - "license": "BlueOak-1.0.0", - "engines": { - "node": "20 || >=22" - } - }, - "node_modules/@cloudscape-design/theming-build/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/theming-runtime": { - "version": "1.0.123", - "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-runtime/-/theming-runtime-1.0.123.tgz", - "integrity": "sha512-8bY95l+K/oxTYEVJlakyVpppP6LK3Ptx3INcq3eMVJX1GZlZhm4YPPSMjMTMZQwj6NYKRatkmqFmoFyKV7x4gA==", - "license": "Apache-2.0", - "dependencies": { - "@material/material-color-utilities": "^0.3.0", - "tslib": "^2.4.0" - } - }, "node_modules/@csstools/css-parser-algorithms": { "version": "3.0.5", "dev": true,