From 4c304961347ddad39ee10c9a4129411c6fae9d6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:19:38 +0000 Subject: [PATCH] Deps: Update all non-major dependencies --- .github/workflows/e2e.yml | 2 +- .github/workflows/test.yaml | 6 +- apps/demo/package.json | 6 +- apps/storybook/package.json | 2 +- apps/web-twig-demo/package.json | 8 +- configs/jest-config-spirit/package.json | 2 +- examples/next-with-app-router/package.json | 2 +- examples/next-with-pages-router/package.json | 2 +- exporters/js/package.json | 2 +- exporters/scss/package.json | 2 +- exporters/tokens/package.json | 2 +- package.json | 16 +- packages/analytics/package.json | 2 +- packages/codemods/package.json | 2 +- packages/common/package.json | 2 +- packages/design-tokens/package.json | 4 +- packages/form-validations/package.json | 6 +- packages/icons/package.json | 2 +- packages/web-react/package.json | 16 +- packages/web/package.json | 8 +- yarn.lock | 735 ++++++++++++++----- 21 files changed, 583 insertions(+), 246 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c26631da52..7b5add5c2d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -66,7 +66,7 @@ jobs: run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT" - name: Run Playwright tests - uses: docker://mcr.microsoft.com/playwright:v1.48.0-jammy + uses: docker://mcr.microsoft.com/playwright:v1.48.1-jammy with: args: 'sh -c "corepack install && corepack enable && yarn test:e2e"' env: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c2bb32bc08..f0a1584f0e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -89,7 +89,7 @@ jobs: - name: Publish Web Package Code Coverage # When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash if: ${{ hashFiles('./packages/web/.coverage/lcov.info') != '' }} - uses: coverallsapp/github-action@v2.3.1 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} file: ./packages/web/.coverage/lcov.info @@ -99,7 +99,7 @@ jobs: - name: Publish Web-React Package Code Coverage # When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash if: ${{ hashFiles('./packages/web-react/.coverage/lcov.info') != '' }} - uses: coverallsapp/github-action@v2.3.1 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} file: ./packages/web-react/.coverage/lcov.info @@ -109,7 +109,7 @@ jobs: - name: Publish Analytics Package Code Coverage # When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash if: ${{ hashFiles('./packages/analytics/.coverage/lcov.info') != '' }} - uses: coverallsapp/github-action@v2.3.1 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} file: ./packages/analytics/.coverage/lcov.info diff --git a/apps/demo/package.json b/apps/demo/package.json index f0d5fd8fc4..1b647a9124 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -19,13 +19,13 @@ }, "devDependencies": { "@rollup/plugin-terser": "0.4.4", - "@rollup/plugin-typescript": "12.1.0", + "@rollup/plugin-typescript": "12.1.1", "autoprefixer": "10.4.20", "clean-css-cli": "5.6.3", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.6", "postcss": "8.4.47", "rollup": "4.24.0", - "sass": "1.79.5", + "sass": "1.80.3", "sass-true": "8.1.0", "shx": "0.3.4", "typescript": "5.6.3", diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 61ddf09080..84ce53f6b9 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -24,7 +24,7 @@ "@storybook/react-vite": "8.3.5", "@storybook/test": "8.3.5", "@storybook/theming": "8.3.5", - "@vitejs/plugin-react": "4.3.2", + "@vitejs/plugin-react": "4.3.3", "react": "18.3.1", "react-dom": "18.3.1", "storybook": "8.3.5", diff --git a/apps/web-twig-demo/package.json b/apps/web-twig-demo/package.json index 771a52be3c..dac47c57d4 100644 --- a/apps/web-twig-demo/package.json +++ b/apps/web-twig-demo/package.json @@ -11,15 +11,15 @@ "@floating-ui/dom": "1.6.11", "@hotwired/stimulus": "3.2.2", "@lmc-eu/spirit-demo": "0.1.3", - "@lmc-eu/spirit-form-validations": "2.0.4", - "@lmc-eu/spirit-web": "2.5.0", - "@lmc-eu/spirit-design-tokens": "2.1.1", + "@lmc-eu/spirit-form-validations": "2.0.6", + "@lmc-eu/spirit-web": "2.5.1", + "@lmc-eu/spirit-design-tokens": "2.1.2", "@symfony/stimulus-bridge": "3.2.2", "@symfony/webpack-encore": "4.7.0", "core-js": "3.38.1", "regenerator-runtime": "0.14.1", "sass-loader": "14.2.1", - "sass": "1.79.5", + "sass": "1.80.3", "ts-loader": "9.5.1", "typescript": "5.6.3", "webpack-cli": "5.1.4", diff --git a/configs/jest-config-spirit/package.json b/configs/jest-config-spirit/package.json index bd68d28488..c7177afc52 100644 --- a/configs/jest-config-spirit/package.json +++ b/configs/jest-config-spirit/package.json @@ -20,7 +20,7 @@ "type": "module", "module": "./index.js", "dependencies": { - "@swc/core": "1.7.35", + "@swc/core": "1.7.36", "@swc/jest": "0.2.36", "@testing-library/jest-dom": "^6.4.5", "@types/jest": "29.5.13", diff --git a/examples/next-with-app-router/package.json b/examples/next-with-app-router/package.json index 0d3ab57357..f4aae6510a 100644 --- a/examples/next-with-app-router/package.json +++ b/examples/next-with-app-router/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@next/eslint-plugin-next": "14.2.15", - "@types/node": "20.16.11", + "@types/node": "20.16.13", "@types/react": "18.3.11", "@types/react-dom": "18.3.1", "eslint": "8.57.1", diff --git a/examples/next-with-pages-router/package.json b/examples/next-with-pages-router/package.json index 0d3100d0cf..d43b2d7c77 100644 --- a/examples/next-with-pages-router/package.json +++ b/examples/next-with-pages-router/package.json @@ -22,7 +22,7 @@ "@babel/preset-typescript": "7.25.7", "@next/eslint-plugin-next": "14.2.15", "@types/babel__core": "7.20.5", - "@types/node": "20.16.11", + "@types/node": "20.16.13", "@types/react": "18.3.11", "@types/react-dom": "18.3.1", "eslint": "8.57.1", diff --git a/exporters/js/package.json b/exporters/js/package.json index d5affaed49..7fb9e5a2c2 100644 --- a/exporters/js/package.json +++ b/exporters/js/package.json @@ -15,7 +15,7 @@ "types": "tsc" }, "devDependencies": { - "@swc/core": "1.7.35", + "@swc/core": "1.7.36", "@swc/jest": "0.2.36", "eslint": "8.57.1", "jest": "29.7.0", diff --git a/exporters/scss/package.json b/exporters/scss/package.json index 803188aa88..4900d84fae 100644 --- a/exporters/scss/package.json +++ b/exporters/scss/package.json @@ -15,7 +15,7 @@ "types": "tsc" }, "devDependencies": { - "@swc/core": "1.7.35", + "@swc/core": "1.7.36", "@swc/jest": "0.2.36", "eslint": "8.57.1", "jest": "29.7.0", diff --git a/exporters/tokens/package.json b/exporters/tokens/package.json index 908222ff0a..3f00c6d81f 100644 --- a/exporters/tokens/package.json +++ b/exporters/tokens/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@lmc-eu/eslint-config-typescript": "2.1.4", - "@swc/core": "1.7.35", + "@swc/core": "1.7.36", "@swc/jest": "0.2.36", "eslint": "8.57.1", "jest": "29.7.0", diff --git a/package.json b/package.json index e39881284c..5250cb95fb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@lmc-eu/conventional-changelog-lmc-github": "3.0.3", "@lmc-eu/eslint-config-react": "2.0.5", "@omlet/cli": "1.11.0", - "@playwright/test": "1.48.0", + "@playwright/test": "1.48.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-node-resolve": "15.3.0", "@svgr/webpack": "8.1.0", @@ -74,25 +74,25 @@ "core-js": "3.38.1", "css-loader": "7.1.2", "eslint": "8.57.1", - "eslint-plugin-jsx-a11y": "6.10.0", + "eslint-plugin-jsx-a11y": "6.10.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.9.0", + "eslint-plugin-storybook": "0.10.1", "husky": "9.1.6", "is-ci": "3.0.1", "lerna": "8.1.8", "lint-staged": "15.2.10", - "netlify-cli": "17.37.0", - "npm-run-all2": "6.2.3", - "nx": "19.7.2", + "netlify-cli": "17.37.1", + "npm-run-all2": "6.2.6", + "nx": "19.8.6", "postcss": "8.4.47", "prettier": "3.3.3", "prettier-config-spirit": "workspace:^", "prettier-plugin-toml": "2.0.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-syntax-highlighter": "15.5.0", + "react-syntax-highlighter": "15.6.1", "react-textarea-autosize": "8.5.4", "remark-cli": "12.0.1", "remark-lint-heading-capitalization": "1.2.0", @@ -106,5 +106,5 @@ "resolutions": { "typescript": "4.7.4" }, - "packageManager": "yarn@4.5.0" + "packageManager": "yarn@4.5.1" } diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 143359ca36..3ac4125586 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -52,7 +52,7 @@ "@lmc-eu/eslint-config-jest": "3.0.5", "@types/eslint": "8.56.12", "@types/jest": "29.5.13", - "@types/node": "20.16.11", + "@types/node": "20.16.13", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint": "8.57.1", diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 404902e554..d11915e3b0 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -58,7 +58,7 @@ "@lmc-eu/eslint-config-jest": "3.0.5", "@types/eslint": "8.56.12", "@types/jest": "29.5.13", - "@types/node": "20.16.11", + "@types/node": "20.16.13", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint": "8.57.1", diff --git a/packages/common/package.json b/packages/common/package.json index 8f188817ec..bb4f693eca 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@types/jest": "29.5.13", - "@types/node": "20.16.11", + "@types/node": "20.16.13", "jest": "29.7.0" } } diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 6286823b2b..f7725b24b0 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -37,12 +37,12 @@ "types": "tsc" }, "devDependencies": { - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.6", "rimraf": "5.0.10", "shx": "0.3.4", "stylelint": "16.10.0", "stylelint-config-spirit": "workspace:^", - "typescript": "5.6.2", + "typescript": "5.6.3", "vite": "5.4.9", "vite-plugin-dts": "4.2.4" } diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index 9f39dae3cd..67b43edc30 100644 --- a/packages/form-validations/package.json +++ b/packages/form-validations/package.json @@ -37,10 +37,10 @@ "@types/jest": "29.5.13", "jest": "29.7.0", "npm-run-all": "4.1.5", - "sass": "1.79.5", + "sass": "1.80.3", "shx": "0.3.4", - "tslib": "2.7.0", - "typescript": "5.6.2", + "tslib": "2.8.0", + "typescript": "5.6.3", "vite": "5.4.9" }, "nx": { diff --git a/packages/icons/package.json b/packages/icons/package.json index 76a91b9062..46b8d08cac 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "jsdom": "25.0.1", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.6", "shx": "0.3.4", "svg2react-icon": "3.1.178" } diff --git a/packages/web-react/package.json b/packages/web-react/package.json index 2685db85ee..6e103bf49a 100644 --- a/packages/web-react/package.json +++ b/packages/web-react/package.json @@ -44,14 +44,14 @@ "@rollup/plugin-replace": "6.0.1", "@rollup/plugin-terser": "0.4.4", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.5.0", + "@testing-library/jest-dom": "6.6.2", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/babel__core": "7.20.5", "@types/jest": "29.5.13", - "@types/node": "20.14.9", - "@types/react": "18.3.3", - "@types/react-dom": "18.3.0", + "@types/node": "20.16.13", + "@types/react": "18.3.11", + "@types/react-dom": "18.3.1", "@types/react-transition-group": "4.4.11", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", @@ -59,12 +59,12 @@ "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsx-a11y": "6.10.0", + "eslint-plugin-jsx-a11y": "6.10.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "6.6.0", "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-react-refresh": "0.4.12", + "eslint-plugin-react-refresh": "0.4.13", "eslint-plugin-standard": "5.0.0", "glob": "10.4.5", "jest": "29.7.0", @@ -74,12 +74,12 @@ "react-dom": "18.3.1", "recast": "0.23.9", "rollup": "4.24.0", - "sass": "1.79.5", + "sass": "1.80.3", "shx": "0.3.4", "terser-webpack-plugin": "5.3.10", "ts-loader": "9.5.1", "ts-node": "10.9.2", - "typescript": "5.6.2", + "typescript": "5.6.3", "webpack": "5.95.0", "webpack-cli": "5.1.4", "webpack-merge": "6.0.1" diff --git a/packages/web/package.json b/packages/web/package.json index d5633f3b3b..69e47e7b2b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -62,7 +62,7 @@ "@lmc-eu/spirit-demo": "^0.1.3", "@rollup/plugin-replace": "6.0.1", "@rollup/plugin-terser": "0.4.4", - "@rollup/plugin-typescript": "12.1.0", + "@rollup/plugin-typescript": "12.1.1", "@types/eslint": "9.6.1", "@types/jest": "29.5.13", "autoprefixer": "10.4.20", @@ -74,13 +74,13 @@ "postcss": "8.4.47", "postcss-cli": "11.0.0", "rollup": "4.24.0", - "sass": "1.79.5", + "sass": "1.80.3", "sass-true": "8.1.0", "shx": "0.3.4", "stylelint": "16.10.0", "stylelint-config-spirit": "workspace:^", - "tslib": "2.7.0", - "typescript": "5.6.2" + "tslib": "2.8.0", + "typescript": "5.6.3" }, "peerDependencies": { "sass": ">=1.57.0 < 2" diff --git a/yarn.lock b/yarn.lock index af3b9f3632..d5100797bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -32,7 +32,7 @@ __metadata: "@lmc-eu/spirit-web": "workspace:^" "@lmc-eu/spirit-web-react": "workspace:^" "@next/eslint-plugin-next": "npm:14.2.15" - "@types/node": "npm:20.16.11" + "@types/node": "npm:20.16.13" "@types/react": "npm:18.3.11" "@types/react-dom": "npm:18.3.1" eslint: "npm:8.57.1" @@ -56,7 +56,7 @@ __metadata: "@lmc-eu/spirit-web-react": "workspace:^" "@next/eslint-plugin-next": "npm:14.2.15" "@types/babel__core": "npm:7.20.5" - "@types/node": "npm:20.16.11" + "@types/node": "npm:20.16.13" "@types/react": "npm:18.3.11" "@types/react-dom": "npm:18.3.1" eslint: "npm:8.57.1" @@ -75,7 +75,7 @@ __metadata: "@lmc-eu/eslint-config-typescript": "npm:2.1.4" "@supernovaio/export-helpers": "npm:1.0.16" "@supernovaio/sdk-exporters": "npm:2.0.23" - "@swc/core": "npm:1.7.35" + "@swc/core": "npm:1.7.36" "@swc/jest": "npm:0.2.36" eslint: "npm:8.57.1" jest: "npm:29.7.0" @@ -4675,7 +4675,7 @@ __metadata: "@lmc-eu/eslint-config-jest": "npm:3.0.5" "@types/eslint": "npm:8.56.12" "@types/jest": "npm:29.5.13" - "@types/node": "npm:20.16.11" + "@types/node": "npm:20.16.13" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" eslint: "npm:8.57.1" @@ -4701,7 +4701,7 @@ __metadata: "@types/eslint": "npm:8.56.12" "@types/jest": "npm:29.5.13" "@types/jscodeshift": "npm:^0.12.0" - "@types/node": "npm:20.16.11" + "@types/node": "npm:20.16.13" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" eslint: "npm:8.57.1" @@ -4724,7 +4724,7 @@ __metadata: resolution: "@lmc-eu/spirit-common@workspace:packages/common" dependencies: "@types/jest": "npm:29.5.13" - "@types/node": "npm:20.16.11" + "@types/node": "npm:20.16.13" jest: "npm:29.7.0" languageName: unknown linkType: soft @@ -4734,13 +4734,13 @@ __metadata: resolution: "@lmc-eu/spirit-demo-app@workspace:apps/demo" dependencies: "@rollup/plugin-terser": "npm:0.4.4" - "@rollup/plugin-typescript": "npm:12.1.0" + "@rollup/plugin-typescript": "npm:12.1.1" autoprefixer: "npm:10.4.20" clean-css-cli: "npm:5.6.3" - npm-run-all2: "npm:6.2.3" + npm-run-all2: "npm:6.2.6" postcss: "npm:8.4.47" rollup: "npm:4.24.0" - sass: "npm:1.79.5" + sass: "npm:1.80.3" sass-true: "npm:8.1.0" shx: "npm:0.3.4" typescript: "npm:5.6.3" @@ -4759,12 +4759,12 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-design-tokens@workspace:packages/design-tokens" dependencies: - npm-run-all2: "npm:6.2.3" + npm-run-all2: "npm:6.2.6" rimraf: "npm:5.0.10" shx: "npm:0.3.4" stylelint: "npm:16.10.0" stylelint-config-spirit: "workspace:^" - typescript: "npm:5.6.2" + typescript: "npm:5.6.3" vite: "npm:5.4.9" vite-plugin-dts: "npm:4.2.4" languageName: unknown @@ -4774,7 +4774,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-exporters-js@workspace:exporters/js" dependencies: - "@swc/core": "npm:1.7.35" + "@swc/core": "npm:1.7.36" "@swc/jest": "npm:0.2.36" eslint: "npm:8.57.1" jest: "npm:29.7.0" @@ -4788,7 +4788,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-exporters-scss@workspace:exporters/scss" dependencies: - "@swc/core": "npm:1.7.35" + "@swc/core": "npm:1.7.36" "@swc/jest": "npm:0.2.36" eslint: "npm:8.57.1" jest: "npm:29.7.0" @@ -4806,10 +4806,10 @@ __metadata: "@types/jest": "npm:29.5.13" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" - sass: "npm:1.79.5" + sass: "npm:1.80.3" shx: "npm:0.3.4" - tslib: "npm:2.7.0" - typescript: "npm:5.6.2" + tslib: "npm:2.8.0" + typescript: "npm:5.6.3" vite: "npm:5.4.9" languageName: unknown linkType: soft @@ -4826,7 +4826,7 @@ __metadata: resolution: "@lmc-eu/spirit-icons@workspace:packages/icons" dependencies: jsdom: "npm:25.0.1" - npm-run-all2: "npm:6.2.3" + npm-run-all2: "npm:6.2.6" shx: "npm:0.3.4" svg2react-icon: "npm:3.1.178" languageName: unknown @@ -4846,7 +4846,7 @@ __metadata: "@storybook/react-vite": "npm:8.3.5" "@storybook/test": "npm:8.3.5" "@storybook/theming": "npm:8.3.5" - "@vitejs/plugin-react": "npm:4.3.2" + "@vitejs/plugin-react": "npm:4.3.3" react: "npm:18.3.1" react-dom: "npm:18.3.1" storybook: "npm:8.3.5" @@ -4876,14 +4876,14 @@ __metadata: "@rollup/plugin-replace": "npm:6.0.1" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.4.0" - "@testing-library/jest-dom": "npm:6.5.0" + "@testing-library/jest-dom": "npm:6.6.2" "@testing-library/react": "npm:16.0.1" "@testing-library/user-event": "npm:14.5.2" "@types/babel__core": "npm:7.20.5" "@types/jest": "npm:29.5.13" - "@types/node": "npm:20.14.9" - "@types/react": "npm:18.3.3" - "@types/react-dom": "npm:18.3.0" + "@types/node": "npm:20.16.13" + "@types/react": "npm:18.3.11" + "@types/react-dom": "npm:18.3.1" "@types/react-transition-group": "npm:4.4.11" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" @@ -4892,12 +4892,12 @@ __metadata: eslint-config-airbnb: "npm:19.0.4" eslint-config-prettier: "npm:9.1.0" eslint-plugin-import: "npm:2.31.0" - eslint-plugin-jsx-a11y: "npm:6.10.0" + eslint-plugin-jsx-a11y: "npm:6.10.1" eslint-plugin-prettier: "npm:5.2.1" eslint-plugin-promise: "npm:6.6.0" eslint-plugin-react: "npm:7.37.1" eslint-plugin-react-hooks: "npm:4.6.2" - eslint-plugin-react-refresh: "npm:0.4.12" + eslint-plugin-react-refresh: "npm:0.4.13" eslint-plugin-standard: "npm:5.0.0" glob: "npm:10.4.5" html-dom-parser: "npm:5.0.10" @@ -4910,12 +4910,12 @@ __metadata: react-transition-group: "npm:^4.4.5" recast: "npm:0.23.9" rollup: "npm:4.24.0" - sass: "npm:1.79.5" + sass: "npm:1.80.3" shx: "npm:0.3.4" terser-webpack-plugin: "npm:5.3.10" ts-loader: "npm:9.5.1" ts-node: "npm:10.9.2" - typescript: "npm:5.6.2" + typescript: "npm:5.6.3" usehooks-ts: "npm:^3.1.0" webpack: "npm:5.95.0" webpack-cli: "npm:5.1.4" @@ -4948,7 +4948,7 @@ __metadata: "@lmc-eu/spirit-icons": "npm:^0.10.2" "@rollup/plugin-replace": "npm:6.0.1" "@rollup/plugin-terser": "npm:0.4.4" - "@rollup/plugin-typescript": "npm:12.1.0" + "@rollup/plugin-typescript": "npm:12.1.1" "@types/eslint": "npm:9.6.1" "@types/jest": "npm:29.5.13" autoprefixer: "npm:10.4.20" @@ -4960,13 +4960,13 @@ __metadata: postcss: "npm:8.4.47" postcss-cli: "npm:11.0.0" rollup: "npm:4.24.0" - sass: "npm:1.79.5" + sass: "npm:1.80.3" sass-true: "npm:8.1.0" shx: "npm:0.3.4" stylelint: "npm:16.10.0" stylelint-config-spirit: "workspace:^" - tslib: "npm:2.7.0" - typescript: "npm:5.6.2" + tslib: "npm:2.8.0" + typescript: "npm:5.6.3" peerDependencies: sass: ">=1.57.0 < 2" peerDependenciesMeta: @@ -5084,10 +5084,10 @@ __metadata: languageName: node linkType: hard -"@netlify/blobs@npm:8.0.1": - version: 8.0.1 - resolution: "@netlify/blobs@npm:8.0.1" - checksum: 10/da81a2823d24494cc7817657951c6ac92e5f08b30ea3da25b21be0c6ae63385d84d8de78397d3b03446d151cf7b144ed4fb75d1c708085c09671a3f95566ca41 +"@netlify/blobs@npm:8.1.0": + version: 8.1.0 + resolution: "@netlify/blobs@npm:8.1.0" + checksum: 10/1cc89aba053f87335c6dc320aac5cec60d3bdb0b6a28692f5f7080a5e461a3da5e1a218edefe5aba19d952f04dc7aff0008b54524386881af0319439d9e00089 languageName: node linkType: hard @@ -5915,6 +5915,18 @@ __metadata: languageName: node linkType: hard +"@nrwl/tao@npm:19.8.6": + version: 19.8.6 + resolution: "@nrwl/tao@npm:19.8.6" + dependencies: + nx: "npm:19.8.6" + tslib: "npm:^2.3.0" + bin: + tao: index.js + checksum: 10/5c335b06b063fc404e69ccefd971ebe8f425bdf3fc013839458c109e471a35dd06f298fa4baab80edbac12a53748d9edab5c99fb79003835aa25d0f871b03af3 + languageName: node + linkType: hard + "@nx/devkit@npm:19.7.2, @nx/devkit@npm:>=17.1.2 < 20": version: 19.7.2 resolution: "@nx/devkit@npm:19.7.2" @@ -5941,6 +5953,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-darwin-arm64@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-darwin-arm64@npm:19.8.6" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@nx/nx-darwin-x64@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-darwin-x64@npm:19.7.2" @@ -5948,6 +5967,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-darwin-x64@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-darwin-x64@npm:19.8.6" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@nx/nx-freebsd-x64@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-freebsd-x64@npm:19.7.2" @@ -5955,6 +5981,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-freebsd-x64@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-freebsd-x64@npm:19.8.6" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + "@nx/nx-linux-arm-gnueabihf@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.7.2" @@ -5962,6 +5995,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-arm-gnueabihf@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.8.6" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@nx/nx-linux-arm64-gnu@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-linux-arm64-gnu@npm:19.7.2" @@ -5969,6 +6009,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-arm64-gnu@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-linux-arm64-gnu@npm:19.8.6" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@nx/nx-linux-arm64-musl@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-linux-arm64-musl@npm:19.7.2" @@ -5976,6 +6023,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-arm64-musl@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-linux-arm64-musl@npm:19.8.6" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + "@nx/nx-linux-x64-gnu@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-linux-x64-gnu@npm:19.7.2" @@ -5983,6 +6037,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-x64-gnu@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-linux-x64-gnu@npm:19.8.6" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@nx/nx-linux-x64-musl@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-linux-x64-musl@npm:19.7.2" @@ -5990,6 +6051,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-x64-musl@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-linux-x64-musl@npm:19.8.6" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@nx/nx-win32-arm64-msvc@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-win32-arm64-msvc@npm:19.7.2" @@ -5997,6 +6065,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-win32-arm64-msvc@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-win32-arm64-msvc@npm:19.8.6" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@nx/nx-win32-x64-msvc@npm:19.7.2": version: 19.7.2 resolution: "@nx/nx-win32-x64-msvc@npm:19.7.2" @@ -6004,6 +6079,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-win32-x64-msvc@npm:19.8.6": + version: 19.8.6 + resolution: "@nx/nx-win32-x64-msvc@npm:19.8.6" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@octokit/auth-token@npm:^3.0.0": version: 3.0.4 resolution: "@octokit/auth-token@npm:3.0.4" @@ -6563,14 +6645,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:1.48.0": - version: 1.48.0 - resolution: "@playwright/test@npm:1.48.0" +"@playwright/test@npm:1.48.1": + version: 1.48.1 + resolution: "@playwright/test@npm:1.48.1" dependencies: - playwright: "npm:1.48.0" + playwright: "npm:1.48.1" bin: playwright: cli.js - checksum: 10/8845ed0f0b303e10ee0a0f04562ef83be3f9123fac91d722f697ad964a119af74cd5fb08e1139f1b20b27396479456c984bfdc699fadedd92af9c0490fb4c7c0 + checksum: 10/26fe791868a965790bb39e434a799d743261fb073fa0bec49435e0f2d1aceca99dc2f408fc64b0e2d4c07984021059b27096d4477b989e990b551cf60e2652e6 languageName: node linkType: hard @@ -6669,9 +6751,9 @@ __metadata: languageName: node linkType: hard -"@rollup/plugin-typescript@npm:12.1.0": - version: 12.1.0 - resolution: "@rollup/plugin-typescript@npm:12.1.0" +"@rollup/plugin-typescript@npm:12.1.1": + version: 12.1.1 + resolution: "@rollup/plugin-typescript@npm:12.1.1" dependencies: "@rollup/pluginutils": "npm:^5.1.0" resolve: "npm:^1.22.1" @@ -6684,7 +6766,7 @@ __metadata: optional: true tslib: optional: true - checksum: 10/93e67032377278be3658988423588f2941eb55ccb540312ab847c050ea62a57d056d3f80c292bf463e90cbc71795498805120a0f244040d8304ba57d9bb8c09e + checksum: 10/838d5e67d1b383154fab7ae1b0c58e91844c70380210b12c1d5f2ed5d2264d4fbd21ff991a13a4a72078dce897b5c482c70554a21671269219aa9d2525f14dcd languageName: node linkType: hard @@ -7487,15 +7569,6 @@ __metadata: languageName: node linkType: hard -"@storybook/csf@npm:^0.0.1": - version: 0.0.1 - resolution: "@storybook/csf@npm:0.0.1" - dependencies: - lodash: "npm:^4.17.15" - checksum: 10/f6bb019bccd8abc14e45a85258158b7bd8cc525887ac8dc9151ed8c4908be3b5f5523da8a7a9b96ff11b13b6c1744e1a0e070560d63d836b950f595f9a5719d4 - languageName: node - linkType: hard - "@storybook/csf@npm:^0.1.11": version: 0.1.11 resolution: "@storybook/csf@npm:0.1.11" @@ -7869,90 +7942,90 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-darwin-arm64@npm:1.7.35" +"@swc/core-darwin-arm64@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-darwin-arm64@npm:1.7.36" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-darwin-x64@npm:1.7.35" +"@swc/core-darwin-x64@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-darwin-x64@npm:1.7.36" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.35" +"@swc/core-linux-arm-gnueabihf@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.36" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-linux-arm64-gnu@npm:1.7.35" +"@swc/core-linux-arm64-gnu@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-linux-arm64-gnu@npm:1.7.36" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-linux-arm64-musl@npm:1.7.35" +"@swc/core-linux-arm64-musl@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-linux-arm64-musl@npm:1.7.36" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-linux-x64-gnu@npm:1.7.35" +"@swc/core-linux-x64-gnu@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-linux-x64-gnu@npm:1.7.36" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-linux-x64-musl@npm:1.7.35" +"@swc/core-linux-x64-musl@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-linux-x64-musl@npm:1.7.36" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-win32-arm64-msvc@npm:1.7.35" +"@swc/core-win32-arm64-msvc@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-win32-arm64-msvc@npm:1.7.36" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-win32-ia32-msvc@npm:1.7.35" +"@swc/core-win32-ia32-msvc@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-win32-ia32-msvc@npm:1.7.36" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core-win32-x64-msvc@npm:1.7.35" +"@swc/core-win32-x64-msvc@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core-win32-x64-msvc@npm:1.7.36" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@swc/core@npm:1.7.35": - version: 1.7.35 - resolution: "@swc/core@npm:1.7.35" +"@swc/core@npm:1.7.36": + version: 1.7.36 + resolution: "@swc/core@npm:1.7.36" dependencies: - "@swc/core-darwin-arm64": "npm:1.7.35" - "@swc/core-darwin-x64": "npm:1.7.35" - "@swc/core-linux-arm-gnueabihf": "npm:1.7.35" - "@swc/core-linux-arm64-gnu": "npm:1.7.35" - "@swc/core-linux-arm64-musl": "npm:1.7.35" - "@swc/core-linux-x64-gnu": "npm:1.7.35" - "@swc/core-linux-x64-musl": "npm:1.7.35" - "@swc/core-win32-arm64-msvc": "npm:1.7.35" - "@swc/core-win32-ia32-msvc": "npm:1.7.35" - "@swc/core-win32-x64-msvc": "npm:1.7.35" + "@swc/core-darwin-arm64": "npm:1.7.36" + "@swc/core-darwin-x64": "npm:1.7.36" + "@swc/core-linux-arm-gnueabihf": "npm:1.7.36" + "@swc/core-linux-arm64-gnu": "npm:1.7.36" + "@swc/core-linux-arm64-musl": "npm:1.7.36" + "@swc/core-linux-x64-gnu": "npm:1.7.36" + "@swc/core-linux-x64-musl": "npm:1.7.36" + "@swc/core-win32-arm64-msvc": "npm:1.7.36" + "@swc/core-win32-ia32-msvc": "npm:1.7.36" + "@swc/core-win32-x64-msvc": "npm:1.7.36" "@swc/counter": "npm:^0.1.3" "@swc/types": "npm:^0.1.13" peerDependencies: @@ -7981,7 +8054,7 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10/d50021891d6c4db034e140b0d65737c9838ef930422dd16fce658d203eccaf25227ba01a3c84ac4a947e547aaf86774f8da82913f5da2fc3813a5207a0ab3301 + checksum: 10/d78438192b8d956ba5d221915f81f3e31ac14d64188d2cd0f048f7c527c58fe7e04860c54f45c82b09db330e81b584b7bed17724e010495f7c4686555bdb3fa0 languageName: node linkType: hard @@ -8089,6 +8162,21 @@ __metadata: languageName: node linkType: hard +"@testing-library/jest-dom@npm:6.6.2": + version: 6.6.2 + resolution: "@testing-library/jest-dom@npm:6.6.2" + dependencies: + "@adobe/css-tools": "npm:^4.4.0" + aria-query: "npm:^5.0.0" + chalk: "npm:^3.0.0" + css.escape: "npm:^1.5.1" + dom-accessibility-api: "npm:^0.6.3" + lodash: "npm:^4.17.21" + redent: "npm:^3.0.0" + checksum: 10/c5f1ac369e685ea7c17eff190f2e9996e6e54615a3048c3c00cbbbec48f94c557d348ba935a7e8170efbbb109c035785952f6e46d0c03edb18e9a8cc55f8f118 + languageName: node + linkType: hard + "@testing-library/react@npm:16.0.1": version: 16.0.1 resolution: "@testing-library/react@npm:16.0.1" @@ -8628,21 +8716,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:20.14.9": - version: 20.14.9 - resolution: "@types/node@npm:20.14.9" - dependencies: - undici-types: "npm:~5.26.4" - checksum: 10/f313b06c79be92f5d3541159ef813b9fc606941f951ecf826e940658c6d4952755ca2f06277b746326cef0697ed79a04676ecde053d32e1121b3352c8168d2e9 - languageName: node - linkType: hard - -"@types/node@npm:20.16.11": - version: 20.16.11 - resolution: "@types/node@npm:20.16.11" +"@types/node@npm:20.16.13": + version: 20.16.13 + resolution: "@types/node@npm:20.16.13" dependencies: undici-types: "npm:~6.19.2" - checksum: 10/6d2f92b7b320c32ba0c2bc54d21651bd21690998a2e27f00d15019d4db3e0ec30fce85332efed5e37d4cda078ff93ea86ee3e92b76b7a25a9b92a52a039b60b2 + checksum: 10/6e7b82119372cc12d28fcc1b0c10d1b8fa560bbb500f87a4c68bc446a0986d42c92e0f583040167841a0c598131979c3399b17c736c9fb8ba4f0dcf2b2048a84 languageName: node linkType: hard @@ -8706,15 +8785,6 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:18.3.0": - version: 18.3.0 - resolution: "@types/react-dom@npm:18.3.0" - dependencies: - "@types/react": "npm:*" - checksum: 10/6ff53f5a7b7fba952a68e114d3b542ebdc1e87a794234785ebab0bcd9bde7fb4885f21ebaf93d26dc0a1b5b93287f42cad68b78ae04dddf6b20da7aceff0beaf - languageName: node - linkType: hard - "@types/react-dom@npm:18.3.1": version: 18.3.1 resolution: "@types/react-dom@npm:18.3.1" @@ -8753,16 +8823,6 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:18.3.3": - version: 18.3.3 - resolution: "@types/react@npm:18.3.3" - dependencies: - "@types/prop-types": "npm:*" - csstype: "npm:^3.0.2" - checksum: 10/68e203b7f1f91d6cf21f33fc7af9d6d228035a26c83f514981e54aa3da695d0ec6af10c277c6336de1dd76c4adbe9563f3a21f80c4462000f41e5f370b46e96c - languageName: node - linkType: hard - "@types/resolve@npm:1.20.2": version: 1.20.2 resolution: "@types/resolve@npm:1.20.2" @@ -9022,6 +9082,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/scope-manager@npm:8.11.0": + version: 8.11.0 + resolution: "@typescript-eslint/scope-manager@npm:8.11.0" + dependencies: + "@typescript-eslint/types": "npm:8.11.0" + "@typescript-eslint/visitor-keys": "npm:8.11.0" + checksum: 10/8f1e776fc0687f86cf7246c94098121224d0a69ffcaeb9a207b672889a4c42b94304664ed45d0b982c542bf7737bcec3649470d3db281b625a1e77736308ae37 + languageName: node + linkType: hard + "@typescript-eslint/scope-manager@npm:8.8.1": version: 8.8.1 resolution: "@typescript-eslint/scope-manager@npm:8.8.1" @@ -9085,6 +9155,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:8.11.0": + version: 8.11.0 + resolution: "@typescript-eslint/types@npm:8.11.0" + checksum: 10/424986bae7c48677a843ff2dee5cb0fed293f7bebd71803901c8fc80ddeed65e4857f77083f17775d0bfd6dab5092ef556f354e7420ea4fd6c7861d0368d002e + languageName: node + linkType: hard + "@typescript-eslint/types@npm:8.8.1": version: 8.8.1 resolution: "@typescript-eslint/types@npm:8.8.1" @@ -9147,6 +9224,25 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/typescript-estree@npm:8.11.0": + version: 8.11.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.11.0" + dependencies: + "@typescript-eslint/types": "npm:8.11.0" + "@typescript-eslint/visitor-keys": "npm:8.11.0" + debug: "npm:^4.3.4" + fast-glob: "npm:^3.3.2" + is-glob: "npm:^4.0.3" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^1.3.0" + peerDependenciesMeta: + typescript: + optional: true + checksum: 10/cec7c5768c4e6cceb095fe8fbd57098d16d226a981143a335a62c6f30d8a1707974e86eeabe5ad33bfb4dd4eb582cba1d4f2e7cec65f71871d7d559ff9bec5f9 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:8.8.1": version: 8.8.1 resolution: "@typescript-eslint/typescript-estree@npm:8.8.1" @@ -9197,7 +9293,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.62.0": +"@typescript-eslint/utils@npm:^5.10.0": version: 5.62.0 resolution: "@typescript-eslint/utils@npm:5.62.0" dependencies: @@ -9215,6 +9311,20 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/utils@npm:^8.8.1": + version: 8.11.0 + resolution: "@typescript-eslint/utils@npm:8.11.0" + dependencies: + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:8.11.0" + "@typescript-eslint/types": "npm:8.11.0" + "@typescript-eslint/typescript-estree": "npm:8.11.0" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + checksum: 10/1b80312a15313b549ff5906da2189d0ad60abe9c6d02d65366156e00a97644e2af313ce3fb7424417b4b63b6de25a2dd8c2cf17ab8152fbd5d2a8ca3593a4df5 + languageName: node + linkType: hard + "@typescript-eslint/visitor-keys@npm:5.20.0": version: 5.20.0 resolution: "@typescript-eslint/visitor-keys@npm:5.20.0" @@ -9245,6 +9355,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.11.0": + version: 8.11.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.11.0" + dependencies: + "@typescript-eslint/types": "npm:8.11.0" + eslint-visitor-keys: "npm:^3.4.3" + checksum: 10/8d2bed15cc17c3de67414afb343a2b5974ab4120a9bb4759f3d42accbc3f247d14d3c824772da1d452b99fd42b3d9856c04fb836be50ffbff4aa7323eca197c6 + languageName: node + linkType: hard + "@typescript-eslint/visitor-keys@npm:8.8.1": version: 8.8.1 resolution: "@typescript-eslint/visitor-keys@npm:8.8.1" @@ -9284,9 +9404,9 @@ __metadata: languageName: node linkType: hard -"@vitejs/plugin-react@npm:4.3.2": - version: 4.3.2 - resolution: "@vitejs/plugin-react@npm:4.3.2" +"@vitejs/plugin-react@npm:4.3.3": + version: 4.3.3 + resolution: "@vitejs/plugin-react@npm:4.3.3" dependencies: "@babel/core": "npm:^7.25.2" "@babel/plugin-transform-react-jsx-self": "npm:^7.24.7" @@ -9295,7 +9415,7 @@ __metadata: react-refresh: "npm:^0.14.2" peerDependencies: vite: ^4.2.0 || ^5.0.0 - checksum: 10/9ff278942d76e21f4680f0f9e4d8d3bfe12fe19701e0f07014dfbff83d772f10237114581a3ec2637c32856d0a99400a14e6cd80969f99b88b1a64227c531ddb + checksum: 10/816b47c54aefce198ce2fb2b3e63b5f158ab33b04713dbec0e780a89c5126d4ea6b08544972464c43096b16e90e7f467fcf19692fad30d4f8ca5bf9a386f38b3 languageName: node linkType: hard @@ -10314,6 +10434,13 @@ __metadata: languageName: node linkType: hard +"aria-query@npm:^5.3.2": + version: 5.3.2 + resolution: "aria-query@npm:5.3.2" + checksum: 10/b2fe9bc98bd401bc322ccb99717c1ae2aaf53ea0d468d6e7aebdc02fac736e4a99b46971ee05b783b08ade23c675b2d8b60e4a1222a95f6e27bc4d2a0bfdcc03 + languageName: node + linkType: hard + "aria-query@npm:~5.1.3": version: 5.1.3 resolution: "aria-query@npm:5.1.3" @@ -12578,10 +12705,17 @@ __metadata: languageName: node linkType: hard -"cookie@npm:0.7.0": - version: 0.7.0 - resolution: "cookie@npm:0.7.0" - checksum: 10/2e69a615fa2c5a1e1126012dd2118b0de4fbbdede38ebcc1f971a9b08075718bc4465b119896bac61969b38c6cacaf471b0fd2601ea978fd8f3e834f2c2393f8 +"cookie@npm:0.7.1": + version: 0.7.1 + resolution: "cookie@npm:0.7.1" + checksum: 10/aec6a6aa0781761bf55d60447d6be08861d381136a0fe94aa084fddd4f0300faa2b064df490c6798adfa1ebaef9e0af9b08a189c823e0811b8b313b3d9a03380 + languageName: node + linkType: hard + +"cookie@npm:0.7.2": + version: 0.7.2 + resolution: "cookie@npm:0.7.2" + checksum: 10/24b286c556420d4ba4e9bc09120c9d3db7d28ace2bd0f8ccee82422ce42322f73c8312441271e5eefafbead725980e5996cc02766dbb89a90ac7f5636ede608f languageName: node linkType: hard @@ -14208,6 +14342,28 @@ __metadata: languageName: node linkType: hard +"es-iterator-helpers@npm:^1.1.0": + version: 1.1.0 + resolution: "es-iterator-helpers@npm:1.1.0" + dependencies: + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.3" + es-errors: "npm:^1.3.0" + es-set-tostringtag: "npm:^2.0.3" + function-bind: "npm:^1.1.2" + get-intrinsic: "npm:^1.2.4" + globalthis: "npm:^1.0.4" + has-property-descriptors: "npm:^1.0.2" + has-proto: "npm:^1.0.3" + has-symbols: "npm:^1.0.3" + internal-slot: "npm:^1.0.7" + iterator.prototype: "npm:^1.1.3" + safe-array-concat: "npm:^1.1.2" + checksum: 10/7aa8f17934abbebeb8cd3ba5135c1f107c568470f4c4b798f457f3d0039caaece1f9d7addbe1fc01079ea2f2ce8f922b736ee914c37ea99dbef22c86b006d338 + languageName: node + linkType: hard + "es-module-lexer@npm:^1.0.0, es-module-lexer@npm:^1.2.1, es-module-lexer@npm:^1.5.0": version: 1.5.4 resolution: "es-module-lexer@npm:1.5.4" @@ -14962,7 +15118,33 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsx-a11y@npm:6.10.0, eslint-plugin-jsx-a11y@npm:^6.7.1": +"eslint-plugin-jsx-a11y@npm:6.10.1": + version: 6.10.1 + resolution: "eslint-plugin-jsx-a11y@npm:6.10.1" + dependencies: + aria-query: "npm:^5.3.2" + array-includes: "npm:^3.1.8" + array.prototype.flatmap: "npm:^1.3.2" + ast-types-flow: "npm:^0.0.8" + axe-core: "npm:^4.10.0" + axobject-query: "npm:^4.1.0" + damerau-levenshtein: "npm:^1.0.8" + emoji-regex: "npm:^9.2.2" + es-iterator-helpers: "npm:^1.1.0" + hasown: "npm:^2.0.2" + jsx-ast-utils: "npm:^3.3.5" + language-tags: "npm:^1.0.9" + minimatch: "npm:^3.1.2" + object.fromentries: "npm:^2.0.8" + safe-regex-test: "npm:^1.0.3" + string.prototype.includes: "npm:^2.0.1" + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 + checksum: 10/a39537fd553900b6f8adbfe0774e87e04eaf5217852d7938d765fc924f84ac6eb509c456685d73ba3c710e3b6d7fc8281fc8bae0334e21b555be6a58d065955c + languageName: node + linkType: hard + +"eslint-plugin-jsx-a11y@npm:^6.7.1": version: 6.10.0 resolution: "eslint-plugin-jsx-a11y@npm:6.10.0" dependencies: @@ -15035,12 +15217,12 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-refresh@npm:0.4.12": - version: 0.4.12 - resolution: "eslint-plugin-react-refresh@npm:0.4.12" +"eslint-plugin-react-refresh@npm:0.4.13": + version: 0.4.13 + resolution: "eslint-plugin-react-refresh@npm:0.4.13" peerDependencies: eslint: ">=7" - checksum: 10/448d0a387ca4d7913534ac7bee3e7b8708236a6cef4cccf9a50e739d6d3c8d236cdbd7e360ea643c7767092a93acf30a8e5fac91f05b175c45d20ce138947bcc + checksum: 10/a266b11fb457687ff3ac29b9d854a22e32ca0a6f087efe848a3b18a70eee1ed11e1b636a71cadb9441cb7438560742176540553c5f0dafdcc3914ddb44e298ee languageName: node linkType: hard @@ -15109,17 +15291,16 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-storybook@npm:0.9.0": - version: 0.9.0 - resolution: "eslint-plugin-storybook@npm:0.9.0" +"eslint-plugin-storybook@npm:0.10.1": + version: 0.10.1 + resolution: "eslint-plugin-storybook@npm:0.10.1" dependencies: - "@storybook/csf": "npm:^0.0.1" - "@typescript-eslint/utils": "npm:^5.62.0" - requireindex: "npm:^1.2.0" + "@storybook/csf": "npm:^0.1.11" + "@typescript-eslint/utils": "npm:^8.8.1" ts-dedent: "npm:^2.2.0" peerDependencies: eslint: ">=6" - checksum: 10/5207e016cca6e095ddce911acfa12e973092fdc1ec716dfb54be70b859ac9be7ebde9ba6baa04a0e2fc4e34c772c4e9261d36a78c2cd5a873eeebf6087073b9f + checksum: 10/1a388bec1b0a00681f0557ce6d8a704acf193ce852356798c84edaaf8b4334e2c445b662ec5ce6e0ff4334434c30ec6bc75d329a46b23f9de3a675253fb44e50 languageName: node linkType: hard @@ -15487,7 +15668,46 @@ __metadata: languageName: node linkType: hard -"express@npm:4.21.0, express@npm:^4.19.2": +"express@npm:4.21.1": + version: 4.21.1 + resolution: "express@npm:4.21.1" + dependencies: + accepts: "npm:~1.3.8" + array-flatten: "npm:1.1.1" + body-parser: "npm:1.20.3" + content-disposition: "npm:0.5.4" + content-type: "npm:~1.0.4" + cookie: "npm:0.7.1" + cookie-signature: "npm:1.0.6" + debug: "npm:2.6.9" + depd: "npm:2.0.0" + encodeurl: "npm:~2.0.0" + escape-html: "npm:~1.0.3" + etag: "npm:~1.8.1" + finalhandler: "npm:1.3.1" + fresh: "npm:0.5.2" + http-errors: "npm:2.0.0" + merge-descriptors: "npm:1.0.3" + methods: "npm:~1.1.2" + on-finished: "npm:2.4.1" + parseurl: "npm:~1.3.3" + path-to-regexp: "npm:0.1.10" + proxy-addr: "npm:~2.0.7" + qs: "npm:6.13.0" + range-parser: "npm:~1.2.1" + safe-buffer: "npm:5.2.1" + send: "npm:0.19.0" + serve-static: "npm:1.16.2" + setprototypeof: "npm:1.2.0" + statuses: "npm:2.0.1" + type-is: "npm:~1.6.18" + utils-merge: "npm:1.0.1" + vary: "npm:~1.1.2" + checksum: 10/5d4a36dd03c1d1cce93172e9b185b5cd13a978d29ee03adc51cd278be7b4a514ae2b63e2fdaec0c00fdc95c6cfb396d9dd1da147917ffd337d6cd0778e08c9bc + languageName: node + linkType: hard + +"express@npm:^4.19.2": version: 4.21.0 resolution: "express@npm:4.21.0" dependencies: @@ -16977,7 +17197,7 @@ __metadata: languageName: node linkType: hard -"globalthis@npm:^1.0.3": +"globalthis@npm:^1.0.3, globalthis@npm:^1.0.4": version: 1.0.4 resolution: "globalthis@npm:1.0.4" dependencies: @@ -17341,6 +17561,13 @@ __metadata: languageName: node linkType: hard +"highlightjs-vue@npm:^1.0.0": + version: 1.0.0 + resolution: "highlightjs-vue@npm:1.0.0" + checksum: 10/44c9187a19fa3c7eac16bf1d327c03cb07c4b444f744624eaf873eb55e4e449a0bb6573b8ba5982006b65743707d6cad39cfc404f3fe5fb8aeb740a57ff6bc24 + languageName: node + linkType: hard + "hosted-git-info@npm:^2.1.4": version: 2.8.9 resolution: "hosted-git-info@npm:2.8.9" @@ -18899,6 +19126,19 @@ __metadata: languageName: node linkType: hard +"iterator.prototype@npm:^1.1.3": + version: 1.1.3 + resolution: "iterator.prototype@npm:1.1.3" + dependencies: + define-properties: "npm:^1.2.1" + get-intrinsic: "npm:^1.2.1" + has-symbols: "npm:^1.0.3" + reflect.getprototypeof: "npm:^1.0.4" + set-function-name: "npm:^2.0.1" + checksum: 10/1a2a508d3baac121b76c834404ff552d1bb96a173b1d74ff947b2c5763840c0b1e5be01be7e2183a19b08e99e38729812668ff1f23b35f6655a366017bc32519 + languageName: node + linkType: hard + "jackspeak@npm:^2.3.5": version: 2.3.6 resolution: "jackspeak@npm:2.3.6" @@ -19008,7 +19248,7 @@ __metadata: version: 0.0.0-use.local resolution: "jest-config-spirit@workspace:configs/jest-config-spirit" dependencies: - "@swc/core": "npm:1.7.35" + "@swc/core": "npm:1.7.36" "@swc/jest": "npm:0.2.36" "@testing-library/jest-dom": "npm:^6.4.5" "@types/jest": "npm:29.5.13" @@ -22160,13 +22400,13 @@ __metadata: languageName: node linkType: hard -"netlify-cli@npm:17.37.0": - version: 17.37.0 - resolution: "netlify-cli@npm:17.37.0" +"netlify-cli@npm:17.37.1": + version: 17.37.1 + resolution: "netlify-cli@npm:17.37.1" dependencies: "@bugsnag/js": "npm:7.25.0" "@fastify/static": "npm:7.0.4" - "@netlify/blobs": "npm:8.0.1" + "@netlify/blobs": "npm:8.1.0" "@netlify/build": "npm:29.55.2" "@netlify/build-info": "npm:7.15.1" "@netlify/config": "npm:20.19.0" @@ -22192,7 +22432,7 @@ __metadata: concordance: "npm:5.0.4" configstore: "npm:6.0.0" content-type: "npm:1.0.5" - cookie: "npm:0.7.0" + cookie: "npm:0.7.2" cron-parser: "npm:4.9.0" debug: "npm:4.3.7" decache: "npm:4.6.2" @@ -22202,7 +22442,7 @@ __metadata: envinfo: "npm:7.14.0" etag: "npm:1.8.1" execa: "npm:5.1.1" - express: "npm:4.21.0" + express: "npm:4.21.1" express-logging: "npm:1.1.1" extract-zip: "npm:2.0.1" fastest-levenshtein: "npm:1.0.16" @@ -22280,7 +22520,7 @@ __metadata: bin: netlify: bin/run.js ntl: bin/run.js - checksum: 10/1071249bf65a8e44102d191a0bc9497ff72384f4719c827e8070de43ad9476f8022bbd40b7c34c43530f9c462d1af343e519a94eb85b4701b96505faa3430384 + checksum: 10/7f8222e2a162928019e6011d2cc3edb990c678b2f362fae43814d7819a6596eba4c5dd3ede1ce143f2d82448a6d2128b3dad16914765416309e99521af77c977 languageName: node linkType: hard @@ -22801,9 +23041,9 @@ __metadata: languageName: node linkType: hard -"npm-run-all2@npm:6.2.3": - version: 6.2.3 - resolution: "npm-run-all2@npm:6.2.3" +"npm-run-all2@npm:6.2.6": + version: 6.2.6 + resolution: "npm-run-all2@npm:6.2.6" dependencies: ansi-styles: "npm:^6.2.1" cross-spawn: "npm:^7.0.3" @@ -22812,12 +23052,13 @@ __metadata: pidtree: "npm:^0.6.0" read-package-json-fast: "npm:^3.0.2" shell-quote: "npm:^1.7.3" + which: "npm:^3.0.1" bin: npm-run-all: bin/npm-run-all/index.js npm-run-all2: bin/npm-run-all/index.js run-p: bin/run-p/index.js run-s: bin/run-s/index.js - checksum: 10/4fd4186cfc87d42555919337fce245f276be572d9c4a217444f9afbfad05b3d6b05c7c45f13cbc21a8280c4898d03c2ec22c0ce8bcfe00b5eccce19f36854d24 + checksum: 10/0e75bb6fdfd65e3c04b742215162c30daa8174258c25fec1189aa3be52b4c3ad9050ab031a325ce4ab51e8a13e86e7bf01ff99ca15239b6ff9768ba45883fd33 languageName: node linkType: hard @@ -23019,6 +23260,90 @@ __metadata: languageName: node linkType: hard +"nx@npm:19.8.6": + version: 19.8.6 + resolution: "nx@npm:19.8.6" + dependencies: + "@napi-rs/wasm-runtime": "npm:0.2.4" + "@nrwl/tao": "npm:19.8.6" + "@nx/nx-darwin-arm64": "npm:19.8.6" + "@nx/nx-darwin-x64": "npm:19.8.6" + "@nx/nx-freebsd-x64": "npm:19.8.6" + "@nx/nx-linux-arm-gnueabihf": "npm:19.8.6" + "@nx/nx-linux-arm64-gnu": "npm:19.8.6" + "@nx/nx-linux-arm64-musl": "npm:19.8.6" + "@nx/nx-linux-x64-gnu": "npm:19.8.6" + "@nx/nx-linux-x64-musl": "npm:19.8.6" + "@nx/nx-win32-arm64-msvc": "npm:19.8.6" + "@nx/nx-win32-x64-msvc": "npm:19.8.6" + "@yarnpkg/lockfile": "npm:^1.1.0" + "@yarnpkg/parsers": "npm:3.0.0-rc.46" + "@zkochan/js-yaml": "npm:0.0.7" + axios: "npm:^1.7.4" + chalk: "npm:^4.1.0" + cli-cursor: "npm:3.1.0" + cli-spinners: "npm:2.6.1" + cliui: "npm:^8.0.1" + dotenv: "npm:~16.4.5" + dotenv-expand: "npm:~11.0.6" + enquirer: "npm:~2.3.6" + figures: "npm:3.2.0" + flat: "npm:^5.0.2" + front-matter: "npm:^4.0.2" + ignore: "npm:^5.0.4" + jest-diff: "npm:^29.4.1" + jsonc-parser: "npm:3.2.0" + lines-and-columns: "npm:2.0.3" + minimatch: "npm:9.0.3" + node-machine-id: "npm:1.1.12" + npm-run-path: "npm:^4.0.1" + open: "npm:^8.4.0" + ora: "npm:5.3.0" + semver: "npm:^7.5.3" + string-width: "npm:^4.2.3" + strong-log-transformer: "npm:^2.1.0" + tar-stream: "npm:~2.2.0" + tmp: "npm:~0.2.1" + tsconfig-paths: "npm:^4.1.2" + tslib: "npm:^2.3.0" + yargs: "npm:^17.6.2" + yargs-parser: "npm:21.1.1" + peerDependencies: + "@swc-node/register": ^1.8.0 + "@swc/core": ^1.3.85 + dependenciesMeta: + "@nx/nx-darwin-arm64": + optional: true + "@nx/nx-darwin-x64": + optional: true + "@nx/nx-freebsd-x64": + optional: true + "@nx/nx-linux-arm-gnueabihf": + optional: true + "@nx/nx-linux-arm64-gnu": + optional: true + "@nx/nx-linux-arm64-musl": + optional: true + "@nx/nx-linux-x64-gnu": + optional: true + "@nx/nx-linux-x64-musl": + optional: true + "@nx/nx-win32-arm64-msvc": + optional: true + "@nx/nx-win32-x64-msvc": + optional: true + peerDependenciesMeta: + "@swc-node/register": + optional: true + "@swc/core": + optional: true + bin: + nx: bin/nx.js + nx-cloud: bin/nx-cloud.js + checksum: 10/ff1835bf90d458f2693a2da8adcb64c10b703e46bc825aa69fac0cb7cb162f5aa5b5cc34957163e347a2d4222604e879c84c502df40ae7dd56da18b6f8b0d948 + languageName: node + linkType: hard + "object-assign@npm:^4.0.1, object-assign@npm:^4.1.1": version: 4.1.1 resolution: "object-assign@npm:4.1.1" @@ -24198,27 +24523,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.48.0": - version: 1.48.0 - resolution: "playwright-core@npm:1.48.0" +"playwright-core@npm:1.48.1": + version: 1.48.1 + resolution: "playwright-core@npm:1.48.1" bin: playwright-core: cli.js - checksum: 10/644489b4de9cc181e83eb639a283d3c4f8e4c3b1b1759d7c93b72fd0373b5a66ba376ee6a5ee3eca67f1b773bf15c5e01b6aeedd43c94c355bf4fc0d110713bc + checksum: 10/81b51d288be78b75898470eb192ef0bc65594eebfb5f7602d83ba2505e1d2163c9923a0d7bae46779d5f3a16e1daf392acfbccde01d9f302cdf90bf2b21b8988 languageName: node linkType: hard -"playwright@npm:1.48.0": - version: 1.48.0 - resolution: "playwright@npm:1.48.0" +"playwright@npm:1.48.1": + version: 1.48.1 + resolution: "playwright@npm:1.48.1" dependencies: fsevents: "npm:2.3.2" - playwright-core: "npm:1.48.0" + playwright-core: "npm:1.48.1" dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 10/85b06ae8d0ab7a5a8c9a0d416007b18f35a59455fad40438bda98cbe07c48f338e97b98b1d9214e27f08d6ac284eba0eaab722f5684cd17dd4a47f5b69d004b9 + checksum: 10/39e231af3d9e576ba835813c5319b8773d8536ba54c7e34c7004cf06fadb412b6bbfc91badf4bb5cda3f138e5a8994c314de4c76d06d9424430e415f86fb3dd1 languageName: node linkType: hard @@ -25144,18 +25469,19 @@ __metadata: languageName: node linkType: hard -"react-syntax-highlighter@npm:15.5.0": - version: 15.5.0 - resolution: "react-syntax-highlighter@npm:15.5.0" +"react-syntax-highlighter@npm:15.6.1": + version: 15.6.1 + resolution: "react-syntax-highlighter@npm:15.6.1" dependencies: "@babel/runtime": "npm:^7.3.1" highlight.js: "npm:^10.4.1" + highlightjs-vue: "npm:^1.0.0" lowlight: "npm:^1.17.0" prismjs: "npm:^1.27.0" refractor: "npm:^3.6.0" peerDependencies: react: ">= 0.14.0" - checksum: 10/14291a92672a79cf167e6cf2dba2547b920c24573729a95ae24035bece43f7e00e3429477be7b87455e8ce018682c8992545c405a915421eb772c5cd07c00576 + checksum: 10/9a89c81f7dcc109b038dc2a73189fa1ea916e6485d8a39856ab3d01d2c753449b5ae1c0df9c9ee0ed5c8c9808a68422b19af9a168ec091a274bddc7ad092eb86 languageName: node linkType: hard @@ -26530,13 +26856,6 @@ __metadata: languageName: node linkType: hard -"requireindex@npm:^1.2.0": - version: 1.2.0 - resolution: "requireindex@npm:1.2.0" - checksum: 10/266d1cb31f6cbc4b6cf2e898f5bbc45581f7919bcf61bba5c45d0adb69b722b9ff5a13727be3350cde4520d7cd37f39df45d58a29854baaa4552cd6b05ae4a1a - languageName: node - linkType: hard - "requires-port@npm:^1.0.0": version: 1.0.0 resolution: "requires-port@npm:1.0.0" @@ -27118,9 +27437,9 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.79.5": - version: 1.79.5 - resolution: "sass@npm:1.79.5" +"sass@npm:1.80.3": + version: 1.80.3 + resolution: "sass@npm:1.80.3" dependencies: "@parcel/watcher": "npm:^2.4.1" chokidar: "npm:^4.0.0" @@ -27128,7 +27447,7 @@ __metadata: source-map-js: "npm:>=0.6.2 <2.0.0" bin: sass: sass.js - checksum: 10/86f6ebe9c3c8d86cf8fff2e12f93109697140090604fb6180c8792c0e4fc98377c433dbd4c86a0272c47ba4c307edf24435a06d7e5995956048a23f9e187fedc + checksum: 10/667e12b0b53b3c12caa3013f4e90a326af38504bb9f9644357cf3f77a49f1989cb396c158bc0f7ee67911980b215c99cb57baf9312bffa435e7196317cb96f07 languageName: node linkType: hard @@ -27795,7 +28114,7 @@ __metadata: "@lmc-eu/conventional-changelog-lmc-github": "npm:3.0.3" "@lmc-eu/eslint-config-react": "npm:2.0.5" "@omlet/cli": "npm:1.11.0" - "@playwright/test": "npm:1.48.0" + "@playwright/test": "npm:1.48.1" "@rollup/plugin-babel": "npm:6.0.4" "@rollup/plugin-node-resolve": "npm:15.3.0" "@svgr/webpack": "npm:8.1.0" @@ -27803,25 +28122,25 @@ __metadata: core-js: "npm:3.38.1" css-loader: "npm:7.1.2" eslint: "npm:8.57.1" - eslint-plugin-jsx-a11y: "npm:6.10.0" + eslint-plugin-jsx-a11y: "npm:6.10.1" eslint-plugin-prettier: "npm:5.2.1" eslint-plugin-react: "npm:7.37.1" eslint-plugin-react-hooks: "npm:4.6.2" - eslint-plugin-storybook: "npm:0.9.0" + eslint-plugin-storybook: "npm:0.10.1" husky: "npm:9.1.6" is-ci: "npm:3.0.1" lerna: "npm:8.1.8" lint-staged: "npm:15.2.10" - netlify-cli: "npm:17.37.0" - npm-run-all2: "npm:6.2.3" - nx: "npm:19.7.2" + netlify-cli: "npm:17.37.1" + npm-run-all2: "npm:6.2.6" + nx: "npm:19.8.6" postcss: "npm:8.4.47" prettier: "npm:3.3.3" prettier-config-spirit: "workspace:^" prettier-plugin-toml: "npm:2.0.1" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-syntax-highlighter: "npm:15.5.0" + react-syntax-highlighter: "npm:15.6.1" react-textarea-autosize: "npm:8.5.4" remark-cli: "npm:12.0.1" remark-lint-heading-capitalization: "npm:1.2.0" @@ -28115,6 +28434,17 @@ __metadata: languageName: node linkType: hard +"string.prototype.includes@npm:^2.0.1": + version: 2.0.1 + resolution: "string.prototype.includes@npm:2.0.1" + dependencies: + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.3" + checksum: 10/939a5447e4a99a86f29cc97fa24f358e5071f79e34746de4c7eb2cd736ed626ad24870a1e356f33915b3b352bb87f7e4d1cebc15d1e1aaae0923777e21b1b28b + languageName: node + linkType: hard + "string.prototype.matchall@npm:^4.0.11": version: 4.0.11 resolution: "string.prototype.matchall@npm:4.0.11" @@ -29510,10 +29840,10 @@ __metadata: languageName: node linkType: hard -"tslib@npm:2.7.0, tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": - version: 2.7.0 - resolution: "tslib@npm:2.7.0" - checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6 +"tslib@npm:2.8.0": + version: 2.8.0 + resolution: "tslib@npm:2.8.0" + checksum: 10/1bc7c43937477059b4d26f2dbde7e49ef0fb4f38f3014e0603eaea76d6a885742c8b1762af45949145e5e7408a736d20ded949da99dabc8ccba1fc5531d2d927 languageName: node linkType: hard @@ -29524,6 +29854,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6 + languageName: node + linkType: hard + "tsup@npm:8.3.0": version: 8.3.0 resolution: "tsup@npm:8.3.0" @@ -31168,7 +31505,7 @@ __metadata: languageName: node linkType: hard -"which@npm:^3.0.0": +"which@npm:^3.0.0, which@npm:^3.0.1": version: 3.0.1 resolution: "which@npm:3.0.1" dependencies: