diff --git a/package.json b/package.json index 5c5067cb..430d4d94 100644 --- a/package.json +++ b/package.json @@ -57,24 +57,24 @@ "playwright:install": "pnpm exec playwright install" }, "devDependencies": { - "@biomejs/biome": "^1.9.0", - "@lerna-lite/cli": "^3.9.0", - "@lerna-lite/publish": "^3.9.0", - "@lerna-lite/watch": "^3.9.0", - "@playwright/test": "^1.46.1", - "@types/node": "^22.5.2", + "@biomejs/biome": "^1.9.2", + "@lerna-lite/cli": "^3.9.1", + "@lerna-lite/publish": "^3.9.1", + "@lerna-lite/watch": "^3.9.1", + "@playwright/test": "^1.47.2", + "@types/node": "^22.5.5", "conventional-changelog-conventionalcommits": "^7.0.2", "cross-env": "^7.0.3", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.3", "pnpm": "^8.15.9", "rimraf": "^5.0.10", - "typescript": "5.5.4" + "typescript": "5.6.2" }, "packageManager": "pnpm@8.15.9", "pnpm": { "overrides": { "braces": "^3.0.3", - "express": "^4.19.2", + "express": "^4.21.0", "ws": "^8.18.0" } } diff --git a/packages/demo/package.json b/packages/demo/package.json index 7a509b7d..b20de6b8 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@types/dompurify": "^3.0.5", "sass": "^1.79.3", - "typescript": "5.5.4", - "vite": "^5.4.2" + "typescript": "5.6.2", + "vite": "^5.4.7" } } \ No newline at end of file diff --git a/packages/multiple-select-vanilla/package.json b/packages/multiple-select-vanilla/package.json index c3a98e34..fa8174d5 100644 --- a/packages/multiple-select-vanilla/package.json +++ b/packages/multiple-select-vanilla/package.json @@ -72,13 +72,13 @@ "autoprefixer": "^10.4.20", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", - "cssnano": "^7.0.5", + "cssnano": "^7.0.6", "esbuild": "^0.23.1", "fs-extra": "^11.2.0", "glob": "^10.4.5", - "postcss": "^8.4.44", + "postcss": "^8.4.47", "postcss-cli": "^11.0.0", "sass": "^1.79.3", - "typescript": "5.5.4" + "typescript": "5.6.2" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64a5fd4a..eeb6ba9b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: overrides: braces: ^3.0.3 - express: ^4.19.2 + express: ^4.21.0 ws: ^8.18.0 importers: @@ -14,23 +14,23 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: ^1.9.0 - version: 1.9.0 + specifier: ^1.9.2 + version: 1.9.2 '@lerna-lite/cli': - specifier: ^3.9.0 - version: 3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/version@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4) + specifier: ^3.9.1 + version: 3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/version@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2) '@lerna-lite/publish': - specifier: ^3.9.0 - version: 3.9.0(@lerna-lite/watch@3.9.0)(typescript@5.5.4) + specifier: ^3.9.1 + version: 3.9.1(@lerna-lite/watch@3.9.1)(typescript@5.6.2) '@lerna-lite/watch': - specifier: ^3.9.0 - version: 3.9.0(@lerna-lite/publish@3.9.0)(typescript@5.5.4) + specifier: ^3.9.1 + version: 3.9.1(@lerna-lite/publish@3.9.1)(typescript@5.6.2) '@playwright/test': - specifier: ^1.46.1 - version: 1.46.1 + specifier: ^1.47.2 + version: 1.47.2 '@types/node': - specifier: ^22.5.2 - version: 22.5.2 + specifier: ^22.5.5 + version: 22.5.5 conventional-changelog-conventionalcommits: specifier: ^7.0.2 version: 7.0.2 @@ -38,8 +38,8 @@ importers: specifier: ^7.0.3 version: 7.0.3 npm-run-all2: - specifier: ^6.2.2 - version: 6.2.2 + specifier: ^6.2.3 + version: 6.2.3 pnpm: specifier: ^8.15.9 version: 8.15.9 @@ -47,8 +47,8 @@ importers: specifier: ^5.0.10 version: 5.0.10 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: 5.6.2 + version: 5.6.2 packages/demo: dependencies: @@ -75,11 +75,11 @@ importers: specifier: ^1.79.3 version: 1.79.3 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: 5.6.2 + version: 5.6.2 vite: - specifier: ^5.4.2 - version: 5.4.6(@types/node@22.5.2)(sass@1.79.3) + specifier: ^5.4.7 + version: 5.4.7(@types/node@22.5.5)(sass@1.79.3) packages/multiple-select-vanilla: dependencies: @@ -89,7 +89,7 @@ importers: devDependencies: autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.44) + version: 10.4.20(postcss@8.4.47) copyfiles: specifier: ^2.4.1 version: 2.4.1 @@ -97,8 +97,8 @@ importers: specifier: ^7.0.3 version: 7.0.3 cssnano: - specifier: ^7.0.5 - version: 7.0.5(postcss@8.4.44) + specifier: ^7.0.6 + version: 7.0.6(postcss@8.4.47) esbuild: specifier: ^0.23.1 version: 0.23.1 @@ -109,17 +109,17 @@ importers: specifier: ^10.4.5 version: 10.4.5 postcss: - specifier: ^8.4.44 - version: 8.4.44 + specifier: ^8.4.47 + version: 8.4.47 postcss-cli: specifier: ^11.0.0 - version: 11.0.0(postcss@8.4.44) + version: 11.0.0(postcss@8.4.47) sass: specifier: ^1.79.3 version: 1.79.3 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: 5.6.2 + version: 5.6.2 packages: @@ -145,24 +145,24 @@ packages: js-tokens: 4.0.0 dev: true - /@biomejs/biome@1.9.0: - resolution: {integrity: sha512-NlWh2F1wbxB3O/wE+aohGL0BziTS6e+6+dyFvpdeqLsbQZY7EsiklFb9W5Xs41U4vEmY7ANgdNp+oVDij6sQdA==} + /@biomejs/biome@1.9.2: + resolution: {integrity: sha512-4j2Gfwft8Jqp1X0qLYvK4TEy4xhTo4o6rlvJPsjPeEame8gsmbGQfOPBkw7ur+7/Z/f0HZmCZKqbMvR7vTXQYQ==} engines: {node: '>=14.21.3'} hasBin: true requiresBuild: true optionalDependencies: - '@biomejs/cli-darwin-arm64': 1.9.0 - '@biomejs/cli-darwin-x64': 1.9.0 - '@biomejs/cli-linux-arm64': 1.9.0 - '@biomejs/cli-linux-arm64-musl': 1.9.0 - '@biomejs/cli-linux-x64': 1.9.0 - '@biomejs/cli-linux-x64-musl': 1.9.0 - '@biomejs/cli-win32-arm64': 1.9.0 - '@biomejs/cli-win32-x64': 1.9.0 - dev: true - - /@biomejs/cli-darwin-arm64@1.9.0: - resolution: {integrity: sha512-2w9v/NRtYSmodx5QWQ49OGcyGKSECdWKbzc7n532Iq5sBhkKk996fd19icT6BuL54f01KFKRCRibAW+A2rg1Kw==} + '@biomejs/cli-darwin-arm64': 1.9.2 + '@biomejs/cli-darwin-x64': 1.9.2 + '@biomejs/cli-linux-arm64': 1.9.2 + '@biomejs/cli-linux-arm64-musl': 1.9.2 + '@biomejs/cli-linux-x64': 1.9.2 + '@biomejs/cli-linux-x64-musl': 1.9.2 + '@biomejs/cli-win32-arm64': 1.9.2 + '@biomejs/cli-win32-x64': 1.9.2 + dev: true + + /@biomejs/cli-darwin-arm64@1.9.2: + resolution: {integrity: sha512-rbs9uJHFmhqB3Td0Ro+1wmeZOHhAPTL3WHr8NtaVczUmDhXkRDWScaxicG9+vhSLj1iLrW47itiK6xiIJy6vaA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] @@ -170,8 +170,8 @@ packages: dev: true optional: true - /@biomejs/cli-darwin-x64@1.9.0: - resolution: {integrity: sha512-fBVt8jJQi0zX0SJ1C+tdzUbRpuX/07sgtBXEhunWRkPjdi6W/2S1sYHQ1wKn4OKiRAKfHM2Cf2FNO7hQvY61dA==} + /@biomejs/cli-darwin-x64@1.9.2: + resolution: {integrity: sha512-BlfULKijNaMigQ9GH9fqJVt+3JTDOSiZeWOQtG/1S1sa8Lp046JHG3wRJVOvekTPL9q/CNFW1NVG8J0JN+L1OA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] @@ -179,8 +179,8 @@ packages: dev: true optional: true - /@biomejs/cli-linux-arm64-musl@1.9.0: - resolution: {integrity: sha512-Jy84mZ4vcppdmWMgQWOCfd8qIVC/vHmlaS5gy7GXkdWlBKSQ56YxEXTU58MHTbZ16LwJQpK2IulqRCC/rqWLBA==} + /@biomejs/cli-linux-arm64-musl@1.9.2: + resolution: {integrity: sha512-ZATvbUWhNxegSALUnCKWqetTZqrK72r2RsFD19OK5jXDj/7o1hzI1KzDNG78LloZxftrwr3uI9SqCLh06shSZw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] @@ -188,8 +188,8 @@ packages: dev: true optional: true - /@biomejs/cli-linux-arm64@1.9.0: - resolution: {integrity: sha512-l8U2lcqsl9yKPP5WUdIrKH//C1pWyM2cSUfcTBn6GSvXmsSjBNEdGSdM4Wfne777Oe/9ONaD1Ga53U2HksHHLw==} + /@biomejs/cli-linux-arm64@1.9.2: + resolution: {integrity: sha512-T8TJuSxuBDeQCQzxZu2o3OU4eyLumTofhCxxFd3+aH2AEWVMnH7Z/c3QP1lHI5RRMBP9xIJeMORqDQ5j+gVZzw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] @@ -197,8 +197,8 @@ packages: dev: true optional: true - /@biomejs/cli-linux-x64-musl@1.9.0: - resolution: {integrity: sha512-N3enoFoIrkB6qJWyYfTiYmFdB1R/Mrij1dd1xBHqxxCKZY9GRkEswRX3F1Uqzo5T+9Iu8nAQobDqI/ygicYy/Q==} + /@biomejs/cli-linux-x64-musl@1.9.2: + resolution: {integrity: sha512-CjPM6jT1miV5pry9C7qv8YJk0FIZvZd86QRD3atvDgfgeh9WQU0k2Aoo0xUcPdTnoz0WNwRtDicHxwik63MmSg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] @@ -206,8 +206,8 @@ packages: dev: true optional: true - /@biomejs/cli-linux-x64@1.9.0: - resolution: {integrity: sha512-8jAzjrrJTj510pwq4aVs7ZKkOvEy1D+nzl9DKvrPh4TOyUw5Ie+0EDwXGE2RAkCKHkGNOQBZ78WtIdsATgz5sA==} + /@biomejs/cli-linux-x64@1.9.2: + resolution: {integrity: sha512-T0cPk3C3Jr2pVlsuQVTBqk2qPjTm8cYcTD9p/wmR9MeVqui1C/xTVfOIwd3miRODFMrJaVQ8MYSXnVIhV9jTjg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] @@ -215,8 +215,8 @@ packages: dev: true optional: true - /@biomejs/cli-win32-arm64@1.9.0: - resolution: {integrity: sha512-AIjwJTGfdWGMRluSQ9pDB29nzce077dfHh0/HMqzztKzgD3spyuo2R9VoaFpbR0hLHPWEH6g6OxxDO7hfkXNkQ==} + /@biomejs/cli-win32-arm64@1.9.2: + resolution: {integrity: sha512-2x7gSty75bNIeD23ZRPXyox6Z/V0M71ObeJtvQBhi1fgrvPdtkEuw7/0wEHg6buNCubzOFuN9WYJm6FKoUHfhg==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] @@ -224,8 +224,8 @@ packages: dev: true optional: true - /@biomejs/cli-win32-x64@1.9.0: - resolution: {integrity: sha512-4/4wTjNSoyNkm1SzcUaStDx46baX1VJRXtUoeEHjX9LfedR5N3qwZz5KfrRUnCd2fl5bmXK1CwMqKBkoF6zEiA==} + /@biomejs/cli-win32-x64@1.9.2: + resolution: {integrity: sha512-JC3XvdYcjmu1FmAehVwVV0SebLpeNTnO2ZaMdGCSOdS7f8O9Fq14T2P1gTG1Q29Q8Dt1S03hh0IdVpIZykOL8g==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -661,17 +661,16 @@ packages: engines: {node: '>=10.13.0'} dev: true - /@inquirer/core@9.0.10: - resolution: {integrity: sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==} + /@inquirer/core@9.2.1: + resolution: {integrity: sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==} engines: {node: '>=18'} dependencies: - '@inquirer/figures': 1.0.5 - '@inquirer/type': 1.5.2 + '@inquirer/figures': 1.0.6 + '@inquirer/type': 2.0.0 '@types/mute-stream': 0.0.4 - '@types/node': 22.5.2 + '@types/node': 22.5.5 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 - cli-spinners: 2.9.2 cli-width: 4.1.0 mute-stream: 1.0.0 signal-exit: 4.1.0 @@ -680,12 +679,12 @@ packages: yoctocolors-cjs: 2.1.2 dev: true - /@inquirer/expand@2.1.22: - resolution: {integrity: sha512-wTZOBkzH+ItPuZ3ZPa9lynBsdMp6kQ9zbjVPYEtSBG7UulGjg2kQiAnUjgyG4SlntpTce5bOmXAPvE4sguXjpA==} + /@inquirer/expand@2.3.0: + resolution: {integrity: sha512-qnJsUcOGCSG1e5DTOErmv2BPQqrtT6uzqn1vI/aYGiPKq+FgslGZmtdnXbhuI7IlT7OByDoEEqdnhUnVR2hhLw==} engines: {node: '>=18'} dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.2.1 + '@inquirer/type': 1.5.5 yoctocolors-cjs: 2.1.2 dev: true @@ -694,27 +693,39 @@ packages: engines: {node: '>=18'} dev: true - /@inquirer/input@2.2.9: - resolution: {integrity: sha512-7Z6N+uzkWM7+xsE+3rJdhdG/+mQgejOVqspoW+w0AbSZnL6nq5tGMEVASaYVWbkoSzecABWwmludO2evU3d31g==} + /@inquirer/figures@1.0.6: + resolution: {integrity: sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==} + engines: {node: '>=18'} + dev: true + + /@inquirer/input@2.3.0: + resolution: {integrity: sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==} engines: {node: '>=18'} dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.2.1 + '@inquirer/type': 1.5.5 dev: true - /@inquirer/select@2.4.7: - resolution: {integrity: sha512-JH7XqPEkBpNWp3gPCqWqY8ECbyMoFcCZANlL6pV9hf59qK6dGmkOlx1ydyhY+KZ0c5X74+W6Mtp+nm2QX0/MAQ==} + /@inquirer/select@2.5.0: + resolution: {integrity: sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==} engines: {node: '>=18'} dependencies: - '@inquirer/core': 9.0.10 + '@inquirer/core': 9.2.1 '@inquirer/figures': 1.0.5 - '@inquirer/type': 1.5.2 + '@inquirer/type': 1.5.5 ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 dev: true - /@inquirer/type@1.5.2: - resolution: {integrity: sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==} + /@inquirer/type@1.5.5: + resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} + engines: {node: '>=18'} + dependencies: + mute-stream: 1.0.0 + dev: true + + /@inquirer/type@2.0.0: + resolution: {integrity: sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==} engines: {node: '>=18'} dependencies: mute-stream: 1.0.0 @@ -736,8 +747,8 @@ packages: resolution: {integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==} dev: true - /@lerna-lite/cli@3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/version@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4): - resolution: {integrity: sha512-sw7vVf9YDDjlLJVjcHyWkUSXF7cnwYNSFHaVjagmXyEoeeK5RtDBTEgCDkO17GP5mff1lRHoahrt/SCDV7KBxg==} + /@lerna-lite/cli@3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/version@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2): + resolution: {integrity: sha512-WAqBZZbXJsRZRRLUwIUCI21croYF9AiOQI86nXV75u0booqZJhUQyp7bnj54Eb23+Y0PEjN1qxMiIhiAPRPYOQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -761,12 +772,12 @@ packages: '@lerna-lite/watch': optional: true dependencies: - '@lerna-lite/core': 3.9.0(typescript@5.5.4) - '@lerna-lite/init': 3.9.0(typescript@5.5.4) + '@lerna-lite/core': 3.9.1(typescript@5.6.2) + '@lerna-lite/init': 3.9.1(typescript@5.6.2) '@lerna-lite/npmlog': 3.8.0 - '@lerna-lite/publish': 3.9.0(@lerna-lite/watch@3.9.0)(typescript@5.5.4) - '@lerna-lite/version': 3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4) - '@lerna-lite/watch': 3.9.0(@lerna-lite/publish@3.9.0)(typescript@5.5.4) + '@lerna-lite/publish': 3.9.1(@lerna-lite/watch@3.9.1)(typescript@5.6.2) + '@lerna-lite/version': 3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2) + '@lerna-lite/watch': 3.9.1(@lerna-lite/publish@3.9.1)(typescript@5.6.2) dedent: 1.5.3 dotenv: 16.4.5 import-local: 3.2.0 @@ -779,19 +790,19 @@ packages: - typescript dev: true - /@lerna-lite/core@3.9.0(typescript@5.5.4): - resolution: {integrity: sha512-gpQ8TYB5HE1R31zmaNsSuutm8QBPIw7Fyxd0/xbY3VZ76tEt0PtpU0BIcoPlFx1ZvRAWWUCr/Obq8rvpyF622Q==} + /@lerna-lite/core@3.9.1(typescript@5.6.2): + resolution: {integrity: sha512-xIJcHu6be937nNNtkHaaj37pdc+GtwdiO60iURGqHZJNPaN2lq00bqcSQ3OVuszpBQXGaMI3DuvDTdxoZR7clg==} engines: {node: ^18.0.0 || >=20.0.0} dependencies: - '@inquirer/expand': 2.1.22 - '@inquirer/input': 2.2.9 - '@inquirer/select': 2.4.7 + '@inquirer/expand': 2.3.0 + '@inquirer/input': 2.3.0 + '@inquirer/select': 2.5.0 '@lerna-lite/npmlog': 3.8.0 '@npmcli/run-script': 8.1.0 chalk: 5.3.0 clone-deep: 4.0.1 config-chain: 1.1.13 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.6.2) dedent: 1.5.3 execa: 8.0.1 fs-extra: 11.2.0 @@ -818,11 +829,11 @@ packages: - typescript dev: true - /@lerna-lite/filter-packages@3.9.0(typescript@5.5.4): - resolution: {integrity: sha512-O8yKh7iElPUfhEDvLNUoCGCV9WWwvJNjxyNdoT5UWXryT5mQBEQUjDClfHDr8ebAehIIOKMTh7TCWC11fPqBQw==} + /@lerna-lite/filter-packages@3.9.1(typescript@5.6.2): + resolution: {integrity: sha512-q43dm046Hotg5ITbfkvDLffrjhpGzFvVUAlhwTdC5vFti6wFKHvu4+0Uv1CJeIp1Wb1X88hyU4zaPWRJzaCkTA==} engines: {node: ^18.0.0 || >=20.0.0} dependencies: - '@lerna-lite/core': 3.9.0(typescript@5.5.4) + '@lerna-lite/core': 3.9.1(typescript@5.6.2) '@lerna-lite/npmlog': 3.8.0 multimatch: 7.0.0 transitivePeerDependencies: @@ -832,11 +843,11 @@ packages: - typescript dev: true - /@lerna-lite/init@3.9.0(typescript@5.5.4): - resolution: {integrity: sha512-OwKpywZAllU/gLdH+abESjp5+mvuoCyNaokhyaF/aeu6qVkEK0NONgU+5fnJwQrbMWYNLiujKtP0HQzmIW8YyA==} + /@lerna-lite/init@3.9.1(typescript@5.6.2): + resolution: {integrity: sha512-2QwvKiMOLOpBxXxZxMo28LF/M6JTfjdyah7nWgWUaJDbr2ew6ZL23fLIq/irtWaOn4LTViwWzEdY4zGGQKrNmg==} engines: {node: ^18.0.0 || >=20.0.0} dependencies: - '@lerna-lite/core': 3.9.0(typescript@5.5.4) + '@lerna-lite/core': 3.9.1(typescript@5.6.2) fs-extra: 11.2.0 p-map: 7.0.2 write-json-file: 6.0.0 @@ -862,14 +873,14 @@ packages: wide-align: 1.1.5 dev: true - /@lerna-lite/publish@3.9.0(@lerna-lite/watch@3.9.0)(typescript@5.5.4): - resolution: {integrity: sha512-D5YVwTtMFjZa1sMQ4mQ/TiaFD1b/S9N+XL4L5/hsy8JiTPE8S8O1SyyqJQ5iyaGAdi/sLXT+xyF5Z9aAeIvwhw==} + /@lerna-lite/publish@3.9.1(@lerna-lite/watch@3.9.1)(typescript@5.6.2): + resolution: {integrity: sha512-j85gQZ4B+S/e13lwoQhzlJ3YQHBuR80xvCqMf+oFrCxsyfOHXtZB1kdAsOQFCR9j1jcAiCnz+6V2xr06visJ8Q==} engines: {node: ^18.0.0 || >=20.0.0} dependencies: - '@lerna-lite/cli': 3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/version@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4) - '@lerna-lite/core': 3.9.0(typescript@5.5.4) + '@lerna-lite/cli': 3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/version@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2) + '@lerna-lite/core': 3.9.1(typescript@5.6.2) '@lerna-lite/npmlog': 3.8.0 - '@lerna-lite/version': 3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4) + '@lerna-lite/version': 3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2) '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 byte-size: 9.0.0 @@ -888,7 +899,7 @@ packages: p-pipe: 4.0.0 pacote: 18.0.6 semver: 7.6.3 - ssri: 10.0.6 + ssri: 11.0.0 tar: 6.2.1 temp-dir: 3.0.0 transitivePeerDependencies: @@ -902,12 +913,12 @@ packages: - typescript dev: true - /@lerna-lite/version@3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4): - resolution: {integrity: sha512-tVtZL4c7+9lTOxIVWlztJGjGxQvJxG7gojApHcoCJ2MAq0mtIPAOIts2JJWjPxKXOzqKq1S5N3Ke+e74/zx/4g==} + /@lerna-lite/version@3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2): + resolution: {integrity: sha512-gljKw4HvmL+YSOYqMEXV2BhcrVrh+k5fO3ecVo8NxC0t43DTCLgKWvY6BAp9XJuxD/achTaw2nr1QbIsfpsylQ==} engines: {node: ^18.0.0 || >=20.0.0} dependencies: - '@lerna-lite/cli': 3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/version@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4) - '@lerna-lite/core': 3.9.0(typescript@5.5.4) + '@lerna-lite/cli': 3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/version@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2) + '@lerna-lite/core': 3.9.1(typescript@5.6.2) '@lerna-lite/npmlog': 3.8.0 '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 21.0.2 @@ -951,13 +962,13 @@ packages: - typescript dev: true - /@lerna-lite/watch@3.9.0(@lerna-lite/publish@3.9.0)(typescript@5.5.4): - resolution: {integrity: sha512-zmvZfvAWj+/QZ+eoUyFpHadJiXoxD0VfAMHkLTnClk+fBmNuOaATYtzk7i6pgGIho1DH7KHJnjpUArYMzQsm5A==} + /@lerna-lite/watch@3.9.1(@lerna-lite/publish@3.9.1)(typescript@5.6.2): + resolution: {integrity: sha512-pxezZNSYh6Fe7XEoErXi96vbuuU/aCoNkOrKqXfxJJCi1mOBM3YsOV3Xavt3QQQ6DdT8MFz2TG/KdLxpqS7cMA==} engines: {node: ^18.0.0 || >=20.0.0} dependencies: - '@lerna-lite/cli': 3.9.0(@lerna-lite/publish@3.9.0)(@lerna-lite/version@3.9.0)(@lerna-lite/watch@3.9.0)(typescript@5.5.4) - '@lerna-lite/core': 3.9.0(typescript@5.5.4) - '@lerna-lite/filter-packages': 3.9.0(typescript@5.5.4) + '@lerna-lite/cli': 3.9.1(@lerna-lite/publish@3.9.1)(@lerna-lite/version@3.9.1)(@lerna-lite/watch@3.9.1)(typescript@5.6.2) + '@lerna-lite/core': 3.9.1(typescript@5.6.2) + '@lerna-lite/filter-packages': 3.9.1(typescript@5.6.2) chokidar: 3.6.0 transitivePeerDependencies: - '@lerna-lite/exec' @@ -1277,12 +1288,12 @@ packages: dev: true optional: true - /@playwright/test@1.46.1: - resolution: {integrity: sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==} + /@playwright/test@1.47.2: + resolution: {integrity: sha512-jTXRsoSPONAs8Za9QEQdyjFn+0ZQFjCiIztAIF6bi1HqhBzG9Ma7g1WotyiGqFSBRZjIEqMdT8RUlbk1QVhzCQ==} engines: {node: '>=18'} hasBin: true dependencies: - playwright: 1.46.1 + playwright: 1.47.2 dev: true /@popperjs/core@2.11.8: @@ -1505,11 +1516,11 @@ packages: /@types/mute-stream@0.0.4: resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} dependencies: - '@types/node': 22.5.2 + '@types/node': 22.5.5 dev: true - /@types/node@22.5.2: - resolution: {integrity: sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==} + /@types/node@22.5.5: + resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==} dependencies: undici-types: 6.19.6 dev: true @@ -1625,7 +1636,7 @@ packages: engines: {node: '>=12'} dev: true - /autoprefixer@10.4.20(postcss@8.4.44): + /autoprefixer@10.4.20(postcss@8.4.47): resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -1637,7 +1648,7 @@ packages: fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true @@ -1810,11 +1821,6 @@ packages: engines: {node: '>=6'} dev: true - /cli-spinners@2.9.2: - resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} - engines: {node: '>=6'} - dev: true - /cli-width@4.1.0: resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} engines: {node: '>= 12'} @@ -2019,7 +2025,7 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cosmiconfig@9.0.0(typescript@5.5.4): + /cosmiconfig@9.0.0(typescript@5.6.2): resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} peerDependencies: @@ -2032,7 +2038,7 @@ packages: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 - typescript: 5.5.4 + typescript: 5.6.2 dev: true /cross-env@7.0.3: @@ -2052,13 +2058,13 @@ packages: which: 2.0.2 dev: true - /css-declaration-sorter@7.2.0(postcss@8.4.44): + /css-declaration-sorter@7.2.0(postcss@8.4.47): resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 dev: true /css-select@5.1.0: @@ -2098,63 +2104,63 @@ packages: hasBin: true dev: true - /cssnano-preset-default@7.0.5(postcss@8.4.44): - resolution: {integrity: sha512-Jbzja0xaKwc5JzxPQoc+fotKpYtWEu4wQLMQe29CM0FjjdRjA4omvbGHl2DTGgARKxSTpPssBsok+ixv8uTBqw==} + /cssnano-preset-default@7.0.6(postcss@8.4.47): + resolution: {integrity: sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.3 - css-declaration-sorter: 7.2.0(postcss@8.4.44) - cssnano-utils: 5.0.0(postcss@8.4.44) - postcss: 8.4.44 - postcss-calc: 10.0.2(postcss@8.4.44) - postcss-colormin: 7.0.2(postcss@8.4.44) - postcss-convert-values: 7.0.3(postcss@8.4.44) - postcss-discard-comments: 7.0.2(postcss@8.4.44) - postcss-discard-duplicates: 7.0.1(postcss@8.4.44) - postcss-discard-empty: 7.0.0(postcss@8.4.44) - postcss-discard-overridden: 7.0.0(postcss@8.4.44) - postcss-merge-longhand: 7.0.3(postcss@8.4.44) - postcss-merge-rules: 7.0.3(postcss@8.4.44) - postcss-minify-font-values: 7.0.0(postcss@8.4.44) - postcss-minify-gradients: 7.0.0(postcss@8.4.44) - postcss-minify-params: 7.0.2(postcss@8.4.44) - postcss-minify-selectors: 7.0.3(postcss@8.4.44) - postcss-normalize-charset: 7.0.0(postcss@8.4.44) - postcss-normalize-display-values: 7.0.0(postcss@8.4.44) - postcss-normalize-positions: 7.0.0(postcss@8.4.44) - postcss-normalize-repeat-style: 7.0.0(postcss@8.4.44) - postcss-normalize-string: 7.0.0(postcss@8.4.44) - postcss-normalize-timing-functions: 7.0.0(postcss@8.4.44) - postcss-normalize-unicode: 7.0.2(postcss@8.4.44) - postcss-normalize-url: 7.0.0(postcss@8.4.44) - postcss-normalize-whitespace: 7.0.0(postcss@8.4.44) - postcss-ordered-values: 7.0.1(postcss@8.4.44) - postcss-reduce-initial: 7.0.2(postcss@8.4.44) - postcss-reduce-transforms: 7.0.0(postcss@8.4.44) - postcss-svgo: 7.0.1(postcss@8.4.44) - postcss-unique-selectors: 7.0.2(postcss@8.4.44) - dev: true - - /cssnano-utils@5.0.0(postcss@8.4.44): + css-declaration-sorter: 7.2.0(postcss@8.4.47) + cssnano-utils: 5.0.0(postcss@8.4.47) + postcss: 8.4.47 + postcss-calc: 10.0.2(postcss@8.4.47) + postcss-colormin: 7.0.2(postcss@8.4.47) + postcss-convert-values: 7.0.4(postcss@8.4.47) + postcss-discard-comments: 7.0.3(postcss@8.4.47) + postcss-discard-duplicates: 7.0.1(postcss@8.4.47) + postcss-discard-empty: 7.0.0(postcss@8.4.47) + postcss-discard-overridden: 7.0.0(postcss@8.4.47) + postcss-merge-longhand: 7.0.4(postcss@8.4.47) + postcss-merge-rules: 7.0.4(postcss@8.4.47) + postcss-minify-font-values: 7.0.0(postcss@8.4.47) + postcss-minify-gradients: 7.0.0(postcss@8.4.47) + postcss-minify-params: 7.0.2(postcss@8.4.47) + postcss-minify-selectors: 7.0.4(postcss@8.4.47) + postcss-normalize-charset: 7.0.0(postcss@8.4.47) + postcss-normalize-display-values: 7.0.0(postcss@8.4.47) + postcss-normalize-positions: 7.0.0(postcss@8.4.47) + postcss-normalize-repeat-style: 7.0.0(postcss@8.4.47) + postcss-normalize-string: 7.0.0(postcss@8.4.47) + postcss-normalize-timing-functions: 7.0.0(postcss@8.4.47) + postcss-normalize-unicode: 7.0.2(postcss@8.4.47) + postcss-normalize-url: 7.0.0(postcss@8.4.47) + postcss-normalize-whitespace: 7.0.0(postcss@8.4.47) + postcss-ordered-values: 7.0.1(postcss@8.4.47) + postcss-reduce-initial: 7.0.2(postcss@8.4.47) + postcss-reduce-transforms: 7.0.0(postcss@8.4.47) + postcss-svgo: 7.0.1(postcss@8.4.47) + postcss-unique-selectors: 7.0.3(postcss@8.4.47) + dev: true + + /cssnano-utils@5.0.0(postcss@8.4.47): resolution: {integrity: sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 dev: true - /cssnano@7.0.5(postcss@8.4.44): - resolution: {integrity: sha512-Aq0vqBLtpTT5Yxj+hLlLfNPFuRQCDIjx5JQAhhaedQKLNDvDGeVziF24PS+S1f0Z5KCxWvw0QVI3VNHNBITxVQ==} + /cssnano@7.0.6(postcss@8.4.47): + resolution: {integrity: sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - cssnano-preset-default: 7.0.5(postcss@8.4.44) + cssnano-preset-default: 7.0.6(postcss@8.4.47) lilconfig: 3.1.2 - postcss: 8.4.44 + postcss: 8.4.47 dev: true /csso@5.0.5: @@ -3379,8 +3385,8 @@ packages: - supports-color dev: true - /npm-run-all2@6.2.2: - resolution: {integrity: sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==} + /npm-run-all2@6.2.3: + resolution: {integrity: sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==} engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'} hasBin: true dependencies: @@ -3661,18 +3667,18 @@ packages: find-up: 4.1.0 dev: true - /playwright-core@1.46.1: - resolution: {integrity: sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==} + /playwright-core@1.47.2: + resolution: {integrity: sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==} engines: {node: '>=18'} hasBin: true dev: true - /playwright@1.46.1: - resolution: {integrity: sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==} + /playwright@1.47.2: + resolution: {integrity: sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==} engines: {node: '>=18'} hasBin: true dependencies: - playwright-core: 1.46.1 + playwright-core: 1.47.2 optionalDependencies: fsevents: 2.3.2 dev: true @@ -3683,18 +3689,18 @@ packages: hasBin: true dev: true - /postcss-calc@10.0.2(postcss@8.4.44): + /postcss-calc@10.0.2(postcss@8.4.47): resolution: {integrity: sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==} engines: {node: ^18.12 || ^20.9 || >=22.0} peerDependencies: postcss: ^8.4.38 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 dev: true - /postcss-cli@11.0.0(postcss@8.4.44): + /postcss-cli@11.0.0(postcss@8.4.47): resolution: {integrity: sha512-xMITAI7M0u1yolVcXJ9XTZiO9aO49mcoKQy6pCDFdMh9kGqhzLVpWxeD/32M/QBmkhcGypZFFOLNLmIW4Pg4RA==} engines: {node: '>=18'} hasBin: true @@ -3707,9 +3713,9 @@ packages: get-stdin: 9.0.0 globby: 14.0.1 picocolors: 1.0.0 - postcss: 8.4.44 - postcss-load-config: 5.0.3(postcss@8.4.44) - postcss-reporter: 7.1.0(postcss@8.4.44) + postcss: 8.4.47 + postcss-load-config: 5.0.3(postcss@8.4.47) + postcss-reporter: 7.1.0(postcss@8.4.47) pretty-hrtime: 1.0.3 read-cache: 1.0.0 slash: 5.1.0 @@ -3718,7 +3724,7 @@ packages: - jiti dev: true - /postcss-colormin@7.0.2(postcss@8.4.44): + /postcss-colormin@7.0.2(postcss@8.4.47): resolution: {integrity: sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: @@ -3727,59 +3733,59 @@ packages: browserslist: 4.23.3 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values@7.0.3(postcss@8.4.44): - resolution: {integrity: sha512-yJhocjCs2SQer0uZ9lXTMOwDowbxvhwFVrZeS6NPEij/XXthl73ggUmfwVvJM+Vaj5gtCKJV1jiUu4IhAUkX/Q==} + /postcss-convert-values@7.0.4(postcss@8.4.47): + resolution: {integrity: sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.3 - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments@7.0.2(postcss@8.4.44): - resolution: {integrity: sha512-/Hje9Ls1IYcB9duELO/AyDUJI6aQVY3h5Rj1ziXgaLYCTi1iVBLnjg/TS0D6NszR/kDG6I86OwLmAYe+bvJjiQ==} + /postcss-discard-comments@7.0.3(postcss@8.4.47): + resolution: {integrity: sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-selector-parser: 6.1.2 dev: true - /postcss-discard-duplicates@7.0.1(postcss@8.4.44): + /postcss-discard-duplicates@7.0.1(postcss@8.4.47): resolution: {integrity: sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 dev: true - /postcss-discard-empty@7.0.0(postcss@8.4.44): + /postcss-discard-empty@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 dev: true - /postcss-discard-overridden@7.0.0(postcss@8.4.44): + /postcss-discard-overridden@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 dev: true - /postcss-load-config@5.0.3(postcss@8.4.44): + /postcss-load-config@5.0.3(postcss@8.4.47): resolution: {integrity: sha512-90pBBI5apUVruIEdCxZic93Wm+i9fTrp7TXbgdUCH+/L+2WnfpITSpq5dFU/IPvbv7aNiMlQISpUkAm3fEcvgQ==} engines: {node: '>= 18'} peerDependencies: @@ -3792,181 +3798,181 @@ packages: optional: true dependencies: lilconfig: 3.1.2 - postcss: 8.4.44 + postcss: 8.4.47 yaml: 2.4.1 dev: true - /postcss-merge-longhand@7.0.3(postcss@8.4.44): - resolution: {integrity: sha512-8waYomFxshdv6M9Em3QRM9MettRLDRcH2JQi2l0Z1KlYD/vhal3gbkeSES0NuACXOlZBB0V/B0AseHZaklzWOA==} + /postcss-merge-longhand@7.0.4(postcss@8.4.47): + resolution: {integrity: sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 - stylehacks: 7.0.3(postcss@8.4.44) + stylehacks: 7.0.4(postcss@8.4.47) dev: true - /postcss-merge-rules@7.0.3(postcss@8.4.44): - resolution: {integrity: sha512-2eSas2p3voPxNfdI5sQrvIkMaeUHpVc3EezgVs18hz/wRTQAC9U99tp9j3W5Jx9/L3qHkEDvizEx/LdnmumIvQ==} + /postcss-merge-rules@7.0.4(postcss@8.4.47): + resolution: {integrity: sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - cssnano-utils: 5.0.0(postcss@8.4.44) - postcss: 8.4.44 + cssnano-utils: 5.0.0(postcss@8.4.47) + postcss: 8.4.47 postcss-selector-parser: 6.1.2 dev: true - /postcss-minify-font-values@7.0.0(postcss@8.4.44): + /postcss-minify-font-values@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients@7.0.0(postcss@8.4.44): + /postcss-minify-gradients@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: colord: 2.9.3 - cssnano-utils: 5.0.0(postcss@8.4.44) - postcss: 8.4.44 + cssnano-utils: 5.0.0(postcss@8.4.47) + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params@7.0.2(postcss@8.4.44): + /postcss-minify-params@7.0.2(postcss@8.4.47): resolution: {integrity: sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.3 - cssnano-utils: 5.0.0(postcss@8.4.44) - postcss: 8.4.44 + cssnano-utils: 5.0.0(postcss@8.4.47) + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors@7.0.3(postcss@8.4.44): - resolution: {integrity: sha512-SxTgUQSgBk6wEqzQZKEv1xQYIp9UBju6no9q+npohzSdhuSICQdkqmD1UMKkZWItS3olJSJMDDEY9WOJ5oGJew==} + /postcss-minify-selectors@7.0.4(postcss@8.4.47): + resolution: {integrity: sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: cssesc: 3.0.0 - postcss: 8.4.44 + postcss: 8.4.47 postcss-selector-parser: 6.1.2 dev: true - /postcss-normalize-charset@7.0.0(postcss@8.4.44): + /postcss-normalize-charset@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 dev: true - /postcss-normalize-display-values@7.0.0(postcss@8.4.44): + /postcss-normalize-display-values@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions@7.0.0(postcss@8.4.44): + /postcss-normalize-positions@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style@7.0.0(postcss@8.4.44): + /postcss-normalize-repeat-style@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string@7.0.0(postcss@8.4.44): + /postcss-normalize-string@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions@7.0.0(postcss@8.4.44): + /postcss-normalize-timing-functions@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode@7.0.2(postcss@8.4.44): + /postcss-normalize-unicode@7.0.2(postcss@8.4.47): resolution: {integrity: sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.3 - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url@7.0.0(postcss@8.4.44): + /postcss-normalize-url@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace@7.0.0(postcss@8.4.44): + /postcss-normalize-whitespace@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values@7.0.1(postcss@8.4.44): + /postcss-ordered-values@7.0.1(postcss@8.4.47): resolution: {integrity: sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - cssnano-utils: 5.0.0(postcss@8.4.44) - postcss: 8.4.44 + cssnano-utils: 5.0.0(postcss@8.4.47) + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial@7.0.2(postcss@8.4.44): + /postcss-reduce-initial@7.0.2(postcss@8.4.47): resolution: {integrity: sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: @@ -3974,27 +3980,27 @@ packages: dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - postcss: 8.4.44 + postcss: 8.4.47 dev: true - /postcss-reduce-transforms@7.0.0(postcss@8.4.44): + /postcss-reduce-transforms@7.0.0(postcss@8.4.47): resolution: {integrity: sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 dev: true - /postcss-reporter@7.1.0(postcss@8.4.44): + /postcss-reporter@7.1.0(postcss@8.4.47): resolution: {integrity: sha512-/eoEylGWyy6/DOiMP5lmFRdmDKThqgn7D6hP2dXKJI/0rJSO1ADFNngZfDzxL0YAxFvws+Rtpuji1YIHj4mySA==} engines: {node: '>=10'} peerDependencies: postcss: ^8.1.0 dependencies: - picocolors: 1.0.0 - postcss: 8.4.44 + picocolors: 1.1.0 + postcss: 8.4.47 thenby: 1.3.4 dev: true @@ -4006,24 +4012,24 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-svgo@7.0.1(postcss@8.4.44): + /postcss-svgo@7.0.1(postcss@8.4.47): resolution: {integrity: sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==} engines: {node: ^18.12.0 || ^20.9.0 || >= 18} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-value-parser: 4.2.0 svgo: 3.3.2 dev: true - /postcss-unique-selectors@7.0.2(postcss@8.4.44): - resolution: {integrity: sha512-CjSam+7Vf8cflJQsHrMS0P2hmy9u0+n/P001kb5eAszLmhjMqrt/i5AqQuNFihhViwDvEAezqTmXqaYXL2ugMw==} + /postcss-unique-selectors@7.0.3(postcss@8.4.47): + resolution: {integrity: sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.44 + postcss: 8.4.47 postcss-selector-parser: 6.1.2 dev: true @@ -4031,15 +4037,6 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.4.44: - resolution: {integrity: sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 - dev: true - /postcss@8.4.47: resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} @@ -4424,6 +4421,13 @@ packages: minipass: 7.1.2 dev: true + /ssri@11.0.0: + resolution: {integrity: sha512-aZpUoMN/Jj2MqA4vMCeiKGnc/8SuSyHbGSBdgFbZxP8OJGF/lFkIuElzPxsN0q8TQQ+prw3P4EDfB3TBHHgfXw==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + minipass: 7.1.2 + dev: true + /string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} @@ -4490,14 +4494,14 @@ packages: through: 2.3.8 dev: true - /stylehacks@7.0.3(postcss@8.4.44): - resolution: {integrity: sha512-4DqtecvI/Nd+2BCvW9YEF6lhBN5UM50IJ1R3rnEAhBwbCKf4VehRf+uqvnVArnBayjYD/WtT3g0G/HSRxWfTRg==} + /stylehacks@7.0.4(postcss@8.4.47): + resolution: {integrity: sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.3 - postcss: 8.4.44 + postcss: 8.4.47 postcss-selector-parser: 6.1.2 dev: true @@ -4602,8 +4606,8 @@ packages: engines: {node: '>=16'} dev: true - /typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} + /typescript@5.6.2: + resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} engines: {node: '>=14.17'} hasBin: true dev: true @@ -4661,7 +4665,7 @@ packages: dependencies: browserslist: 4.23.3 escalade: 3.1.2 - picocolors: 1.0.1 + picocolors: 1.1.0 dev: true /util-deprecate@1.0.2: @@ -4687,8 +4691,8 @@ packages: builtins: 5.0.1 dev: true - /vite@5.4.6(@types/node@22.5.2)(sass@1.79.3): - resolution: {integrity: sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==} + /vite@5.4.7(@types/node@22.5.5)(sass@1.79.3): + resolution: {integrity: sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -4718,7 +4722,7 @@ packages: terser: optional: true dependencies: - '@types/node': 22.5.2 + '@types/node': 22.5.5 esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.22.2