From b31ca765cbe5140565d396419a2d3f4e17413eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:02:18 +0000 Subject: [PATCH 1/2] chore: Bump axios from 1.16.0 to 1.18.1 Bumps [axios](https://github.com/axios/axios) from 1.16.0 to 1.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.16.0...v1.18.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 268 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 267 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 1503dccfe7..23faae5c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1207,6 +1207,269 @@ "dev": true, "license": "MIT" }, + "node_modules/@cloudscape-design/browser-test-tools": { + "version": "3.0.137", + "resolved": "https://registry.npmjs.org/@cloudscape-design/browser-test-tools/-/browser-test-tools-3.0.137.tgz", + "integrity": "sha512-bFKzmbxfwkLtj1bUSnH4zVL4LmnK2O68h9MWKIGFMMNd0mHWtKrPEinllnQCJMnPiERzx4+t/8C5zGguQ7B6Xw==", + "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#23f2f5e114b987742dc3c315847454d403da4e0c", + "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": { + "@cloudscape-design/global-styles": "^1.0.0", + "react": ">=16.14.0", + "react-router-dom": "^5.3.0 || ^6.0.0", + "stylelint": "^16.8.1" + }, + "peerDependenciesMeta": { + "@cloudscape-design/global-styles": { + "optional": true + }, + "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.170", + "resolved": "https://registry.npmjs.org/@cloudscape-design/component-toolkit/-/component-toolkit-1.0.0-beta.170.tgz", + "integrity": "sha512-3O+tNmCACZDL9qe5YZhBg/d2RA18m4P669N5A2EzEDlw7fvrp7q76CzkrpaGTUGzSaqlqI1SCce7eZKtkNeBUA==", + "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.62", + "resolved": "https://registry.npmjs.org/@cloudscape-design/global-styles/-/global-styles-1.0.62.tgz", + "integrity": "sha512-8ll8m/Z2/nwHNBhGtEj/pqkBb08OkboyXoKef+D73HmUFgAOhhXCKUaqtF2SVOsvjHm5IffEQRvKK3/CQUeR1g==", + "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.85", + "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-converter/-/test-utils-converter-1.0.85.tgz", + "integrity": "sha512-EPtbGO/Uqb+zM7nZKVrBddOH8dO9U42Vusde4TOtX7oD49D/TB7eNEFlMblU6/q0aqiJ7V7/QblV3Joi9LQMiQ==", + "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.85", + "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-core/-/test-utils-core-1.0.85.tgz", + "integrity": "sha512-9zHTaYWdEmnBl83EVr3ZXck2NPAf1ctoj7Tro+n7q6G7boqL8PpGXDVwr9xyMAywBVgZi+RppyRd1/MLqngl3g==", + "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.130", + "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-build/-/theming-build-1.0.130.tgz", + "integrity": "sha512-KpOIVXjs570W6PVBIRANhvohY1GmvGAf7RWFgi/kqcQvi0UfEeadY/3Ds/eUccOIeJXFKOwmUwFyu5RefweCZg==", + "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.121", + "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-runtime/-/theming-runtime-1.0.121.tgz", + "integrity": "sha512-6pUVgs4u4/QYnhpwExpSBsTnt9oVyfCFlDbLFa8Vv/33v9uaWPW4w1dSxSDDIu/nDGHO25mWfLyfMbfIC5+8Eg==", + "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, @@ -6523,12 +6786,15 @@ } }, "node_modules/axios": { - "version": "1.16.0", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "dev": true, "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", "form-data": "^4.0.5", + "https-proxy-agent": "^5.0.1", "proxy-from-env": "^2.1.0" } }, From 39a5e70d578c0586b5b180841f44804bb76c5e7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Jul 2026 18:03:17 +0000 Subject: [PATCH 2/2] chore: remove @cloudscape-design deps from lockfile --- package-lock.json | 263 ---------------------------------------------- 1 file changed, 263 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23faae5c57..184171a9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1207,269 +1207,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@cloudscape-design/browser-test-tools": { - "version": "3.0.137", - "resolved": "https://registry.npmjs.org/@cloudscape-design/browser-test-tools/-/browser-test-tools-3.0.137.tgz", - "integrity": "sha512-bFKzmbxfwkLtj1bUSnH4zVL4LmnK2O68h9MWKIGFMMNd0mHWtKrPEinllnQCJMnPiERzx4+t/8C5zGguQ7B6Xw==", - "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#23f2f5e114b987742dc3c315847454d403da4e0c", - "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": { - "@cloudscape-design/global-styles": "^1.0.0", - "react": ">=16.14.0", - "react-router-dom": "^5.3.0 || ^6.0.0", - "stylelint": "^16.8.1" - }, - "peerDependenciesMeta": { - "@cloudscape-design/global-styles": { - "optional": true - }, - "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.170", - "resolved": "https://registry.npmjs.org/@cloudscape-design/component-toolkit/-/component-toolkit-1.0.0-beta.170.tgz", - "integrity": "sha512-3O+tNmCACZDL9qe5YZhBg/d2RA18m4P669N5A2EzEDlw7fvrp7q76CzkrpaGTUGzSaqlqI1SCce7eZKtkNeBUA==", - "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.62", - "resolved": "https://registry.npmjs.org/@cloudscape-design/global-styles/-/global-styles-1.0.62.tgz", - "integrity": "sha512-8ll8m/Z2/nwHNBhGtEj/pqkBb08OkboyXoKef+D73HmUFgAOhhXCKUaqtF2SVOsvjHm5IffEQRvKK3/CQUeR1g==", - "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.85", - "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-converter/-/test-utils-converter-1.0.85.tgz", - "integrity": "sha512-EPtbGO/Uqb+zM7nZKVrBddOH8dO9U42Vusde4TOtX7oD49D/TB7eNEFlMblU6/q0aqiJ7V7/QblV3Joi9LQMiQ==", - "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.85", - "resolved": "https://registry.npmjs.org/@cloudscape-design/test-utils-core/-/test-utils-core-1.0.85.tgz", - "integrity": "sha512-9zHTaYWdEmnBl83EVr3ZXck2NPAf1ctoj7Tro+n7q6G7boqL8PpGXDVwr9xyMAywBVgZi+RppyRd1/MLqngl3g==", - "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.130", - "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-build/-/theming-build-1.0.130.tgz", - "integrity": "sha512-KpOIVXjs570W6PVBIRANhvohY1GmvGAf7RWFgi/kqcQvi0UfEeadY/3Ds/eUccOIeJXFKOwmUwFyu5RefweCZg==", - "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.121", - "resolved": "https://registry.npmjs.org/@cloudscape-design/theming-runtime/-/theming-runtime-1.0.121.tgz", - "integrity": "sha512-6pUVgs4u4/QYnhpwExpSBsTnt9oVyfCFlDbLFa8Vv/33v9uaWPW4w1dSxSDDIu/nDGHO25mWfLyfMbfIC5+8Eg==", - "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,