From 168c75bb2b67f0def21d2f6ea663757a5feb1ec9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:43:16 +0000 Subject: [PATCH] Deps: Update all non-major dependencies --- .github/workflows/e2e.yml | 2 +- .github/workflows/git.yaml | 2 +- apps/demo/package.json | 10 +- apps/storybook/package.json | 4 +- apps/web-twig-demo/package.json | 6 +- configs/jest-config-spirit/package.json | 2 +- examples/next-with-app-router/package.json | 12 +- examples/next-with-pages-router/package.json | 12 +- exporters/js/package.json | 4 +- exporters/scss/package.json | 4 +- exporters/variables-scss/package.json | 4 +- package.json | 26 +- packages/analytics/package.json | 8 +- packages/codemods/package.json | 10 +- packages/common/package.json | 4 +- packages/design-tokens/package.json | 4 +- packages/form-validations/package.json | 6 +- packages/icons/package.json | 2 +- packages/web-react/package.json | 22 +- packages/web/package.json | 10 +- yarn.lock | 1355 ++++++++++-------- 21 files changed, 810 insertions(+), 699 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 72076e036b..14a4662a3a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -74,7 +74,7 @@ jobs: run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT" - name: Run Playwright tests - uses: docker://mcr.microsoft.com/playwright:v1.47.0-jammy + uses: docker://mcr.microsoft.com/playwright:v1.47.2-jammy with: args: 'sh -c "corepack install && corepack enable && yarn test:e2e"' env: diff --git a/.github/workflows/git.yaml b/.github/workflows/git.yaml index 2cb510b925..b76bcd6e13 100644 --- a/.github/workflows/git.yaml +++ b/.github/workflows/git.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Block fixup commit merge uses: 13rac1/block-fixup-merge-action@v2.0.0 diff --git a/apps/demo/package.json b/apps/demo/package.json index 62e8c4d374..615b2536d9 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -22,14 +22,14 @@ "@rollup/plugin-typescript": "11.1.6", "autoprefixer": "10.4.20", "clean-css-cli": "5.6.3", - "npm-run-all2": "6.2.2", - "postcss": "8.4.45", - "rollup": "4.21.2", - "sass": "1.78.0", + "npm-run-all2": "6.2.3", + "postcss": "8.4.47", + "rollup": "4.23.0", + "sass": "1.79.4", "sass-true": "8.0.0", "shx": "0.3.4", "typescript": "5.6.2", - "vite": "5.4.4", + "vite": "5.4.8", "vite-plugin-handlebars": "2.0.0" } } diff --git a/apps/storybook/package.json b/apps/storybook/package.json index cc69d58a1a..e714c76082 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -24,11 +24,11 @@ "@storybook/react-vite": "8.3.4", "@storybook/test": "8.3.4", "@storybook/theming": "8.3.4", - "@vitejs/plugin-react": "4.3.1", + "@vitejs/plugin-react": "4.3.2", "react": "18.3.1", "react-dom": "18.3.1", "storybook": "8.3.4", "typescript": "5.6.2", - "vite": "5.4.4" + "vite": "5.4.8" } } diff --git a/apps/web-twig-demo/package.json b/apps/web-twig-demo/package.json index 48170aadb3..e2b07ab9d3 100644 --- a/apps/web-twig-demo/package.json +++ b/apps/web-twig-demo/package.json @@ -8,7 +8,7 @@ "@babel/core": "7.25.2", "@babel/preset-env": "7.25.4", "@csstools/normalize.css": "12.1.1", - "@floating-ui/dom": "1.6.10", + "@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.3", @@ -19,12 +19,12 @@ "core-js": "3.38.1", "regenerator-runtime": "0.14.1", "sass-loader": "14.2.1", - "sass": "1.78.0", + "sass": "1.79.4", "ts-loader": "9.5.1", "typescript": "5.6.2", "webpack-cli": "5.1.4", "webpack-notifier": "1.15.0", - "webpack": "5.94.0" + "webpack": "5.95.0" }, "scripts": { "dev-server": "encore dev-server", diff --git a/configs/jest-config-spirit/package.json b/configs/jest-config-spirit/package.json index 9a8358635d..53db9d0a20 100644 --- a/configs/jest-config-spirit/package.json +++ b/configs/jest-config-spirit/package.json @@ -23,7 +23,7 @@ "@swc/core": "1.7.26", "@swc/jest": "0.2.36", "@testing-library/jest-dom": "^6.4.5", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "jest-cli": "29.7.0", "jest-environment-jsdom": "29.7.0", diff --git a/examples/next-with-app-router/package.json b/examples/next-with-app-router/package.json index 7c24b98304..255108a636 100644 --- a/examples/next-with-app-router/package.json +++ b/examples/next-with-app-router/package.json @@ -13,17 +13,17 @@ "@lmc-eu/spirit-icons": "workspace:^", "@lmc-eu/spirit-web": "workspace:^", "@lmc-eu/spirit-web-react": "workspace:^", - "next": "14.2.9", + "next": "14.2.14", "react": "^18", "react-dom": "^18" }, "devDependencies": { - "@next/eslint-plugin-next": "14.2.9", - "@types/node": "20.16.5", - "@types/react": "18.3.5", + "@next/eslint-plugin-next": "14.2.14", + "@types/node": "20.16.10", + "@types/react": "18.3.10", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", - "eslint-config-next": "14.2.9", + "eslint": "8.57.1", + "eslint-config-next": "14.2.14", "typescript": "4.9.5" } } diff --git a/examples/next-with-pages-router/package.json b/examples/next-with-pages-router/package.json index a279659330..237b5cede0 100644 --- a/examples/next-with-pages-router/package.json +++ b/examples/next-with-pages-router/package.json @@ -13,20 +13,20 @@ "@lmc-eu/spirit-icons": "workspace:^", "@lmc-eu/spirit-web": "workspace:^", "@lmc-eu/spirit-web-react": "workspace:^", - "next": "14.2.9", + "next": "14.2.14", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@babel/core": "7.25.2", "@babel/preset-typescript": "7.24.7", - "@next/eslint-plugin-next": "14.2.9", + "@next/eslint-plugin-next": "14.2.14", "@types/babel__core": "7.20.5", - "@types/node": "20.16.5", - "@types/react": "18.3.5", + "@types/node": "20.16.10", + "@types/react": "18.3.10", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", - "eslint-config-next": "14.2.9", + "eslint": "8.57.1", + "eslint-config-next": "14.2.14", "typescript": "4.9.5" }, "description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router", diff --git a/exporters/js/package.json b/exporters/js/package.json index 29c7d3cc09..e14b9776a6 100644 --- a/exporters/js/package.json +++ b/exporters/js/package.json @@ -17,10 +17,10 @@ "devDependencies": { "@swc/core": "1.7.26", "@swc/jest": "0.2.36", - "eslint": "8.57.0", + "eslint": "8.57.1", "jest": "29.7.0", "npm-run-all": "4.1.5", "typescript": "5.6.2", - "vite": "5.4.4" + "vite": "5.4.8" } } diff --git a/exporters/scss/package.json b/exporters/scss/package.json index 3458b2972f..3069e0b0dd 100644 --- a/exporters/scss/package.json +++ b/exporters/scss/package.json @@ -17,10 +17,10 @@ "devDependencies": { "@swc/core": "1.7.26", "@swc/jest": "0.2.36", - "eslint": "8.57.0", + "eslint": "8.57.1", "jest": "29.7.0", "npm-run-all": "4.1.5", "typescript": "5.6.2", - "vite": "5.4.4" + "vite": "5.4.8" } } diff --git a/exporters/variables-scss/package.json b/exporters/variables-scss/package.json index 57b442517a..ed44ed0796 100644 --- a/exporters/variables-scss/package.json +++ b/exporters/variables-scss/package.json @@ -21,13 +21,13 @@ "dependencies": { "@supernovaio/export-helpers": "^1.0.9", "@supernovaio/sdk-exporters": "^2.0.17", - "vite": "5.4.4" + "vite": "5.4.8" }, "devDependencies": { "@lmc-eu/eslint-config-typescript": "2.1.4", "@swc/core": "1.7.26", "@swc/jest": "0.2.36", - "eslint": "8.57.0", + "eslint": "8.57.1", "jest": "29.7.0", "jest-config-spirit": "workspace:^", "npm-run-all": "4.1.5", diff --git a/package.json b/package.json index 9abd79fd78..b2d680043f 100644 --- a/package.json +++ b/package.json @@ -64,28 +64,28 @@ "@lmc-eu/conventional-changelog-lmc-github": "3.0.3", "@lmc-eu/eslint-config-react": "2.0.5", "@omlet/cli": "1.10.4", - "@playwright/test": "1.47.0", + "@playwright/test": "1.47.2", "@rollup/plugin-babel": "6.0.4", - "@rollup/plugin-node-resolve": "15.2.3", + "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-replace": "5.0.7", "@svgr/webpack": "8.1.0", - "babel-loader": "9.1.3", + "babel-loader": "9.2.1", "core-js": "3.38.1", "css-loader": "6.11.0", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-plugin-jsx-a11y": "6.10.0", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.8.0", - "husky": "9.1.5", + "eslint-plugin-storybook": "0.9.0", + "husky": "9.1.6", "is-ci": "3.0.1", "lerna": "8.1.8", "lint-staged": "15.2.10", - "netlify-cli": "17.36.0", - "npm-run-all2": "6.2.2", - "nx": "19.7.2", - "postcss": "8.4.45", + "netlify-cli": "17.36.3", + "npm-run-all2": "6.2.3", + "nx": "19.8.3", + "postcss": "8.4.47", "prettier": "3.3.3", "prettier-config-spirit": "workspace:^", "react": "18.3.1", @@ -98,11 +98,11 @@ "style-loader": "4.0.0", "typescript": "4.7.4", "vite-raw-plugin": "1.0.2", - "webpack": "5.94.0", + "webpack": "5.95.0", "webpack-cli": "5.1.4" }, "resolutions": { "typescript": "4.7.4" }, - "packageManager": "yarn@4.4.1" + "packageManager": "yarn@4.5.0" } diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 2e27d43fc7..c177c1f3ed 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -51,15 +51,15 @@ "devDependencies": { "@lmc-eu/eslint-config-jest": "3.0.5", "@types/eslint": "8.56.12", - "@types/jest": "29.5.12", - "@types/node": "20.16.5", + "@types/jest": "29.5.13", + "@types/node": "20.16.10", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "eslint": "8.57.0", + "eslint": "8.57.1", "jest": "29.7.0", "npm-run-all": "4.1.5", "shx": "0.3.4", - "tsup": "8.2.4", + "tsup": "8.3.0", "typescript": "5.6.2" }, "dependencies": { diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 2a2956ba1a..00b718a175 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -47,7 +47,7 @@ "test:unit:coverage": "yarn test:unit --coverage" }, "dependencies": { - "@types/jscodeshift": "^0.11.11", + "@types/jscodeshift": "^0.12.0", "execa": "^9.0.0", "filedirname": "^3.0.0", "jscodeshift": "^0.16.0", @@ -57,14 +57,14 @@ "devDependencies": { "@lmc-eu/eslint-config-jest": "3.0.5", "@types/eslint": "8.56.12", - "@types/jest": "29.5.12", - "@types/node": "20.16.5", + "@types/jest": "29.5.13", + "@types/node": "20.16.10", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "eslint": "8.57.0", + "eslint": "8.57.1", "jest": "29.7.0", "shx": "0.3.4", - "tsup": "8.2.4", + "tsup": "8.3.0", "typescript": "5.6.2" } } diff --git a/packages/common/package.json b/packages/common/package.json index 0626f494d3..e27d695c00 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -25,8 +25,8 @@ "types": "tsc" }, "devDependencies": { - "@types/jest": "29.5.12", - "@types/node": "20.16.5", + "@types/jest": "29.5.13", + "@types/node": "20.16.10", "jest": "29.7.0" } } diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 128f57bb16..d5fc4167ad 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -35,13 +35,13 @@ "types": "tsc" }, "devDependencies": { - "npm-run-all2": "6.2.2", + "npm-run-all2": "6.2.3", "rimraf": "5.0.10", "shx": "0.3.4", "stylelint": "16.9.0", "stylelint-config-spirit": "workspace:^", "typescript": "5.6.2", - "vite": "5.4.4", + "vite": "5.4.8", "vite-plugin-dts": "3.9.1" } } diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index 7ad442d16f..af845e4adc 100644 --- a/packages/form-validations/package.json +++ b/packages/form-validations/package.json @@ -34,14 +34,14 @@ }, "devDependencies": { "@lmc-eu/browserslist-config": "2.0.1", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "npm-run-all": "4.1.5", - "sass": "1.78.0", + "sass": "1.79.4", "shx": "0.3.4", "tslib": "2.7.0", "typescript": "5.6.2", - "vite": "5.4.4" + "vite": "5.4.8" }, "nx": { "targets": { diff --git a/packages/icons/package.json b/packages/icons/package.json index 3fa33f27f0..b90056c85f 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "jsdom": "24.1.3", - "npm-run-all2": "6.2.2", + "npm-run-all2": "6.2.3", "shx": "0.3.4", "svg2react-icon": "3.1.178" } diff --git a/packages/web-react/package.json b/packages/web-react/package.json index 553c888925..3df89fadac 100644 --- a/packages/web-react/package.json +++ b/packages/web-react/package.json @@ -23,7 +23,7 @@ "@floating-ui/react": "^0.26.5", "classnames": "^2.3.1", "html-dom-parser": "5.0.10", - "html-react-parser": "5.1.15", + "html-react-parser": "5.1.16", "react-transition-group": "^4.4.5", "usehooks-ts": "^3.1.0" }, @@ -40,30 +40,30 @@ "@lmc-eu/spirit-demo": "^0.1.3", "@lmc-eu/spirit-design-tokens": "^2.1.0", "@lmc-eu/spirit-web": "^2.4.0", - "@rollup/plugin-node-resolve": "15.2.3", + "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-terser": "0.4.4", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/babel__core": "7.20.5", - "@types/jest": "29.5.12", - "@types/node": "20.14.9", - "@types/react": "18.3.3", + "@types/jest": "29.5.13", + "@types/node": "20.16.10", + "@types/react": "18.3.10", "@types/react-dom": "18.3.0", "@types/react-transition-group": "4.4.11", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.30.0", "eslint-plugin-jsx-a11y": "6.10.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "6.6.0", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-react-refresh": "0.4.11", + "eslint-plugin-react-refresh": "0.4.12", "eslint-plugin-standard": "5.0.0", "glob": "10.4.5", "jest": "29.7.0", @@ -72,14 +72,14 @@ "react": "18.3.1", "react-dom": "18.3.1", "recast": "0.23.9", - "rollup": "4.21.2", - "sass": "1.78.0", + "rollup": "4.23.0", + "sass": "1.79.4", "shx": "0.3.4", "terser-webpack-plugin": "5.3.10", "ts-loader": "9.5.1", "ts-node": "10.9.2", "typescript": "5.6.2", - "webpack": "5.94.0", + "webpack": "5.95.0", "webpack-cli": "5.1.4", "webpack-merge": "5.10.0" }, diff --git a/packages/web/package.json b/packages/web/package.json index 5698087c24..b5a6f7eed5 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -63,17 +63,17 @@ "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "11.1.6", "@types/eslint": "9.6.1", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "autoprefixer": "10.4.20", "clean-css-cli": "5.6.3", - "eslint": "8.57.0", + "eslint": "8.57.1", "glob": "10.4.5", "jest": "29.7.0", "npm-run-all": "4.1.5", - "postcss": "8.4.45", + "postcss": "8.4.47", "postcss-cli": "11.0.0", - "rollup": "4.21.2", - "sass": "1.78.0", + "rollup": "4.23.0", + "sass": "1.79.4", "sass-true": "8.0.0", "shx": "0.3.4", "stylelint": "16.9.0", diff --git a/yarn.lock b/yarn.lock index 684af41c9f..c189b6d847 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31,13 +31,13 @@ __metadata: "@lmc-eu/spirit-icons": "workspace:^" "@lmc-eu/spirit-web": "workspace:^" "@lmc-eu/spirit-web-react": "workspace:^" - "@next/eslint-plugin-next": "npm:14.2.9" - "@types/node": "npm:20.16.5" - "@types/react": "npm:18.3.5" + "@next/eslint-plugin-next": "npm:14.2.14" + "@types/node": "npm:20.16.10" + "@types/react": "npm:18.3.10" "@types/react-dom": "npm:18.3.0" - eslint: "npm:8.57.0" - eslint-config-next: "npm:14.2.9" - next: "npm:14.2.9" + eslint: "npm:8.57.1" + eslint-config-next: "npm:14.2.14" + next: "npm:14.2.14" react: "npm:^18" react-dom: "npm:^18" typescript: "npm:4.9.5" @@ -54,14 +54,14 @@ __metadata: "@lmc-eu/spirit-icons": "workspace:^" "@lmc-eu/spirit-web": "workspace:^" "@lmc-eu/spirit-web-react": "workspace:^" - "@next/eslint-plugin-next": "npm:14.2.9" + "@next/eslint-plugin-next": "npm:14.2.14" "@types/babel__core": "npm:7.20.5" - "@types/node": "npm:20.16.5" - "@types/react": "npm:18.3.5" + "@types/node": "npm:20.16.10" + "@types/react": "npm:18.3.10" "@types/react-dom": "npm:18.3.0" - eslint: "npm:8.57.0" - eslint-config-next: "npm:14.2.9" - next: "npm:14.2.9" + eslint: "npm:8.57.1" + eslint-config-next: "npm:14.2.14" + next: "npm:14.2.14" react: "npm:^18" react-dom: "npm:^18" typescript: "npm:4.9.5" @@ -77,13 +77,13 @@ __metadata: "@supernovaio/sdk-exporters": "npm:^2.0.17" "@swc/core": "npm:1.7.26" "@swc/jest": "npm:0.2.36" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" jest: "npm:29.7.0" jest-config-spirit: "workspace:^" npm-run-all: "npm:4.1.5" prettier-config-spirit: "workspace:^" typescript: "npm:5.6.2" - vite: "npm:5.4.4" + vite: "npm:5.4.8" languageName: unknown linkType: soft @@ -127,7 +127,7 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.25.2, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.16.5, @babel/core@npm:^7.18.9, @babel/core@npm:^7.21.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.5, @babel/core@npm:^7.24.7": +"@babel/core@npm:7.25.2, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.16.5, @babel/core@npm:^7.18.9, @babel/core@npm:^7.21.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.7, @babel/core@npm:^7.25.2": version: 7.25.2 resolution: "@babel/core@npm:7.25.2" dependencies: @@ -1233,7 +1233,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-react-jsx-self@npm:^7.24.5": +"@babel/plugin-transform-react-jsx-self@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-react-jsx-self@npm:7.24.7" dependencies: @@ -1244,7 +1244,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-react-jsx-source@npm:^7.24.1": +"@babel/plugin-transform-react-jsx-source@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-react-jsx-source@npm:7.24.7" dependencies: @@ -1630,17 +1630,6 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:7.25.2": - version: 7.25.2 - resolution: "@babel/types@npm:7.25.2" - dependencies: - "@babel/helper-string-parser": "npm:^7.24.8" - "@babel/helper-validator-identifier": "npm:^7.24.7" - to-fast-properties: "npm:^2.0.0" - checksum: 10/ccf5399db1dcd6dd87b84a6f7bc8dd241e04a326f4f038c973c26ccb69cd360c8f2276603f584c58fd94da95229313060b27baceb0d9b18a435742d3f616afd1 - languageName: node - linkType: hard - "@babel/types@npm:7.25.6, @babel/types@npm:^7.0.0, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": version: 7.25.6 resolution: "@babel/types@npm:7.25.6" @@ -2717,6 +2706,13 @@ __metadata: languageName: node linkType: hard +"@eslint-community/regexpp@npm:^4.10.0": + version: 4.11.1 + resolution: "@eslint-community/regexpp@npm:4.11.1" + checksum: 10/934b6d3588c7f16b18d41efec4fdb89616c440b7e3256b8cb92cfd31ae12908600f2b986d6c1e61a84cbc10256b1dd3448cd1eec79904bd67ac365d0f1aba2e2 + languageName: node + linkType: hard + "@eslint-community/regexpp@npm:^4.5.1, @eslint-community/regexpp@npm:^4.6.1": version: 4.11.0 resolution: "@eslint-community/regexpp@npm:4.11.0" @@ -2741,10 +2737,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:8.57.0": - version: 8.57.0 - resolution: "@eslint/js@npm:8.57.0" - checksum: 10/3c501ce8a997cf6cbbaf4ed358af5492875e3550c19b9621413b82caa9ae5382c584b0efa79835639e6e0ddaa568caf3499318e5bdab68643ef4199dce5eb0a0 +"@eslint/js@npm:8.57.1": + version: 8.57.1 + resolution: "@eslint/js@npm:8.57.1" + checksum: 10/7562b21be10c2adbfa4aa5bb2eccec2cb9ac649a3569560742202c8d1cb6c931ce634937a2f0f551e078403a1c1285d6c2c0aa345dafc986149665cd69fe8b59 languageName: node linkType: hard @@ -2870,14 +2866,14 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/config-array@npm:^0.11.14": - version: 0.11.14 - resolution: "@humanwhocodes/config-array@npm:0.11.14" +"@humanwhocodes/config-array@npm:^0.13.0": + version: 0.13.0 + resolution: "@humanwhocodes/config-array@npm:0.13.0" dependencies: - "@humanwhocodes/object-schema": "npm:^2.0.2" + "@humanwhocodes/object-schema": "npm:^2.0.3" debug: "npm:^4.3.1" minimatch: "npm:^3.0.5" - checksum: 10/3ffb24ecdfab64014a230e127118d50a1a04d11080cbb748bc21629393d100850496456bbcb4e8c438957fe0934430d731042f1264d6a167b62d32fc2863580a + checksum: 10/524df31e61a85392a2433bf5d03164e03da26c03d009f27852e7dcfdafbc4a23f17f021dacf88e0a7a9fe04ca032017945d19b57a16e2676d9114c22a53a9d11 languageName: node linkType: hard @@ -2895,7 +2891,7 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/object-schema@npm:^2.0.2": +"@humanwhocodes/object-schema@npm:^2.0.3": version: 2.0.3 resolution: "@humanwhocodes/object-schema@npm:2.0.3" checksum: 10/05bb99ed06c16408a45a833f03a732f59bf6184795d4efadd33238ff8699190a8c871ad1121241bb6501589a9598dc83bf25b99dcbcf41e155cdf36e35e937a3 @@ -3513,18 +3509,18 @@ __metadata: dependencies: "@lmc-eu/eslint-config-jest": "npm:3.0.5" "@types/eslint": "npm:8.56.12" - "@types/jest": "npm:29.5.12" - "@types/node": "npm:20.16.5" + "@types/jest": "npm:29.5.13" + "@types/node": "npm:20.16.10" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" filedirname: "npm:^3.0.0" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" react-scanner: "npm:^1.1.0" sade: "npm:^1.8.1" shx: "npm:0.3.4" - tsup: "npm:8.2.4" + tsup: "npm:8.3.0" typescript: "npm:5.6.2" zx: "npm:^7.2.2" bin: @@ -3538,19 +3534,19 @@ __metadata: dependencies: "@lmc-eu/eslint-config-jest": "npm:3.0.5" "@types/eslint": "npm:8.56.12" - "@types/jest": "npm:29.5.12" - "@types/jscodeshift": "npm:^0.11.11" - "@types/node": "npm:20.16.5" + "@types/jest": "npm:29.5.13" + "@types/jscodeshift": "npm:^0.12.0" + "@types/node": "npm:20.16.10" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" execa: "npm:^9.0.0" filedirname: "npm:^3.0.0" jest: "npm:29.7.0" jscodeshift: "npm:^0.16.0" sade: "npm:^1.8.1" shx: "npm:0.3.4" - tsup: "npm:8.2.4" + tsup: "npm:8.3.0" typescript: "npm:5.6.2" zx: "npm:^7.2.2" bin: @@ -3562,8 +3558,8 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-common@workspace:packages/common" dependencies: - "@types/jest": "npm:29.5.12" - "@types/node": "npm:20.16.5" + "@types/jest": "npm:29.5.13" + "@types/node": "npm:20.16.10" jest: "npm:29.7.0" languageName: unknown linkType: soft @@ -3576,14 +3572,14 @@ __metadata: "@rollup/plugin-typescript": "npm:11.1.6" autoprefixer: "npm:10.4.20" clean-css-cli: "npm:5.6.3" - npm-run-all2: "npm:6.2.2" - postcss: "npm:8.4.45" - rollup: "npm:4.21.2" - sass: "npm:1.78.0" + npm-run-all2: "npm:6.2.3" + postcss: "npm:8.4.47" + rollup: "npm:4.23.0" + sass: "npm:1.79.4" sass-true: "npm:8.0.0" shx: "npm:0.3.4" typescript: "npm:5.6.2" - vite: "npm:5.4.4" + vite: "npm:5.4.8" vite-plugin-handlebars: "npm:2.0.0" languageName: unknown linkType: soft @@ -3598,13 +3594,13 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-design-tokens@workspace:packages/design-tokens" dependencies: - npm-run-all2: "npm:6.2.2" + npm-run-all2: "npm:6.2.3" rimraf: "npm:5.0.10" shx: "npm:0.3.4" stylelint: "npm:16.9.0" stylelint-config-spirit: "workspace:^" typescript: "npm:5.6.2" - vite: "npm:5.4.4" + vite: "npm:5.4.8" vite-plugin-dts: "npm:3.9.1" languageName: unknown linkType: soft @@ -3615,11 +3611,11 @@ __metadata: dependencies: "@swc/core": "npm:1.7.26" "@swc/jest": "npm:0.2.36" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" typescript: "npm:5.6.2" - vite: "npm:5.4.4" + vite: "npm:5.4.8" languageName: unknown linkType: soft @@ -3629,11 +3625,11 @@ __metadata: dependencies: "@swc/core": "npm:1.7.26" "@swc/jest": "npm:0.2.36" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" typescript: "npm:5.6.2" - vite: "npm:5.4.4" + vite: "npm:5.4.8" languageName: unknown linkType: soft @@ -3642,14 +3638,14 @@ __metadata: resolution: "@lmc-eu/spirit-form-validations@workspace:packages/form-validations" dependencies: "@lmc-eu/browserslist-config": "npm:2.0.1" - "@types/jest": "npm:29.5.12" + "@types/jest": "npm:29.5.13" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" - sass: "npm:1.78.0" + sass: "npm:1.79.4" shx: "npm:0.3.4" tslib: "npm:2.7.0" typescript: "npm:5.6.2" - vite: "npm:5.4.4" + vite: "npm:5.4.8" languageName: unknown linkType: soft @@ -3665,7 +3661,7 @@ __metadata: resolution: "@lmc-eu/spirit-icons@workspace:packages/icons" dependencies: jsdom: "npm:24.1.3" - npm-run-all2: "npm:6.2.2" + npm-run-all2: "npm:6.2.3" shx: "npm:0.3.4" svg2react-icon: "npm:3.1.178" languageName: unknown @@ -3685,12 +3681,12 @@ __metadata: "@storybook/react-vite": "npm:8.3.4" "@storybook/test": "npm:8.3.4" "@storybook/theming": "npm:8.3.4" - "@vitejs/plugin-react": "npm:4.3.1" + "@vitejs/plugin-react": "npm:4.3.2" react: "npm:18.3.1" react-dom: "npm:18.3.1" storybook: "npm:8.3.4" typescript: "npm:5.6.2" - vite: "npm:5.4.4" + vite: "npm:5.4.8" languageName: unknown linkType: soft @@ -3711,35 +3707,35 @@ __metadata: "@lmc-eu/spirit-demo": "npm:^0.1.3" "@lmc-eu/spirit-design-tokens": "npm:^2.1.0" "@lmc-eu/spirit-web": "npm:^2.4.0" - "@rollup/plugin-node-resolve": "npm:15.2.3" + "@rollup/plugin-node-resolve": "npm:15.3.0" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.5.0" "@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.12" - "@types/node": "npm:20.14.9" - "@types/react": "npm:18.3.3" + "@types/jest": "npm:29.5.13" + "@types/node": "npm:20.16.10" + "@types/react": "npm:18.3.10" "@types/react-dom": "npm:18.3.0" "@types/react-transition-group": "npm:4.4.11" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" classnames: "npm:^2.3.1" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" eslint-config-airbnb: "npm:19.0.4" eslint-config-prettier: "npm:9.1.0" eslint-plugin-import: "npm:2.30.0" eslint-plugin-jsx-a11y: "npm:6.10.0" eslint-plugin-prettier: "npm:5.2.1" eslint-plugin-promise: "npm:6.6.0" - eslint-plugin-react: "npm:7.35.2" + eslint-plugin-react: "npm:7.37.1" eslint-plugin-react-hooks: "npm:4.6.2" - eslint-plugin-react-refresh: "npm:0.4.11" + eslint-plugin-react-refresh: "npm:0.4.12" eslint-plugin-standard: "npm:5.0.0" glob: "npm:10.4.5" html-dom-parser: "npm:5.0.10" - html-react-parser: "npm:5.1.15" + html-react-parser: "npm:5.1.16" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3" @@ -3747,15 +3743,15 @@ __metadata: react-dom: "npm:18.3.1" react-transition-group: "npm:^4.4.5" recast: "npm:0.23.9" - rollup: "npm:4.21.2" - sass: "npm:1.78.0" + rollup: "npm:4.23.0" + sass: "npm:1.79.4" 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" usehooks-ts: "npm:^3.1.0" - webpack: "npm:5.94.0" + webpack: "npm:5.95.0" webpack-cli: "npm:5.1.4" webpack-merge: "npm:5.10.0" peerDependencies: @@ -3787,17 +3783,17 @@ __metadata: "@rollup/plugin-terser": "npm:0.4.4" "@rollup/plugin-typescript": "npm:11.1.6" "@types/eslint": "npm:9.6.1" - "@types/jest": "npm:29.5.12" + "@types/jest": "npm:29.5.13" autoprefixer: "npm:10.4.20" clean-css-cli: "npm:5.6.3" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" glob: "npm:10.4.5" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" - postcss: "npm:8.4.45" + postcss: "npm:8.4.47" postcss-cli: "npm:11.0.0" - rollup: "npm:4.21.2" - sass: "npm:1.78.0" + rollup: "npm:4.23.0" + sass: "npm:1.79.4" sass-true: "npm:8.0.0" shx: "npm:0.3.4" stylelint: "npm:16.9.0" @@ -3921,10 +3917,10 @@ __metadata: languageName: node linkType: hard -"@netlify/blobs@npm:8.0.0": - version: 8.0.0 - resolution: "@netlify/blobs@npm:8.0.0" - checksum: 10/20a4db7d18a7a3ed1b581e27477f20590b485821f69851920107af457d4e181276c60e62dafcc70d975aa0345d39a3a952d3fc2cc08699dac4a6ffc5aa3cfde9 +"@netlify/blobs@npm:8.0.1": + version: 8.0.1 + resolution: "@netlify/blobs@npm:8.0.1" + checksum: 10/da81a2823d24494cc7817657951c6ac92e5f08b30ea3da25b21be0c6ae63385d84d8de78397d3b03446d151cf7b144ed4fb75d1c708085c09671a3f95566ca41 languageName: node linkType: hard @@ -3935,9 +3931,9 @@ __metadata: languageName: node linkType: hard -"@netlify/build-info@npm:7.14.1": - version: 7.14.1 - resolution: "@netlify/build-info@npm:7.14.1" +"@netlify/build-info@npm:7.14.4": + version: 7.14.4 + resolution: "@netlify/build-info@npm:7.14.4" dependencies: "@bugsnag/js": "npm:^7.20.0" "@iarna/toml": "npm:^2.2.5" @@ -3950,13 +3946,13 @@ __metadata: yargs: "npm:^17.6.0" bin: build-info: bin.js - checksum: 10/19a913df6120653ff723d5ca339ab6d8223c2b6dce13cb4fe4ee04b736c4908a7da47017a6b19aad2fd367c0ef68103aef10f00ce823ef320d0f772fb7d963a5 + checksum: 10/cb6bca751d88b6a240d94924a8ec157046d4d0d86bc8f6f6f986d4b619d0e5a38a77eec571577b460a4b967cf8c6f209c753b526701d487d588a0d1088f9f6d7 languageName: node linkType: hard -"@netlify/build@npm:29.54.0": - version: 29.54.0 - resolution: "@netlify/build@npm:29.54.0" +"@netlify/build@npm:29.54.7": + version: 29.54.7 + resolution: "@netlify/build@npm:29.54.7" dependencies: "@bugsnag/js": "npm:^7.0.0" "@netlify/blobs": "npm:^7.4.0" @@ -3964,12 +3960,12 @@ __metadata: "@netlify/config": "npm:^20.19.0" "@netlify/edge-bundler": "npm:12.2.3" "@netlify/framework-info": "npm:^9.8.13" - "@netlify/functions-utils": "npm:^5.2.79" + "@netlify/functions-utils": "npm:^5.2.86" "@netlify/git-utils": "npm:^5.1.1" "@netlify/opentelemetry-utils": "npm:^1.2.1" "@netlify/plugins-list": "npm:^6.80.0" "@netlify/run-utils": "npm:^5.1.1" - "@netlify/zip-it-and-ship-it": "npm:9.38.0" + "@netlify/zip-it-and-ship-it": "npm:9.39.5" "@sindresorhus/slugify": "npm:^2.0.0" ansi-escapes: "npm:^6.0.0" chalk: "npm:^5.0.0" @@ -4024,7 +4020,7 @@ __metadata: optional: true bin: netlify-build: bin.js - checksum: 10/22b088553b84ee367e57299651bc646ff16013ff3b47bfc6e38e1f33d5ba5a25d9857c29325ae94301a6234c04ef42db1af901816b86326feee31cae7c082059 + checksum: 10/91bfe50fec1a8a5bcd912e7a13178f2cd85b381b893c4aee404c09e90e54d7eef853c7ad24ec0268a9e7ac009b710cc536d721df915fd0b8aeae04da234287f0 languageName: node linkType: hard @@ -4134,14 +4130,14 @@ __metadata: languageName: node linkType: hard -"@netlify/functions-utils@npm:^5.2.79": - version: 5.2.81 - resolution: "@netlify/functions-utils@npm:5.2.81" +"@netlify/functions-utils@npm:^5.2.86": + version: 5.2.88 + resolution: "@netlify/functions-utils@npm:5.2.88" dependencies: - "@netlify/zip-it-and-ship-it": "npm:9.39.0" + "@netlify/zip-it-and-ship-it": "npm:9.39.7" cpy: "npm:^9.0.0" path-exists: "npm:^5.0.0" - checksum: 10/a6fa0ec065d5bb69439e9f3fb13275b61c3f349c05d302fd39dc3ca012535b733277cb6e28a4e02dde3d0e4c6523b4bded4c30e40ca9dbdf8ca968747eba9995 + checksum: 10/f80242965ff08dcb9956f3920f0698d8ffae682485e09d124790529470dd2bff8637dc306af8fee4877c41e35fe82ee6925e2ff74247a0c35323ed0836090f0c languageName: node linkType: hard @@ -4350,24 +4346,24 @@ __metadata: languageName: node linkType: hard -"@netlify/serverless-functions-api@npm:^1.22.0, @netlify/serverless-functions-api@npm:^1.23.0": - version: 1.23.0 - resolution: "@netlify/serverless-functions-api@npm:1.23.0" +"@netlify/serverless-functions-api@npm:^1.26.1, @netlify/serverless-functions-api@npm:^1.29.0": + version: 1.29.0 + resolution: "@netlify/serverless-functions-api@npm:1.29.0" dependencies: "@netlify/node-cookies": "npm:^0.1.0" urlpattern-polyfill: "npm:8.0.2" - checksum: 10/fa7c4c0bf37af5c2c988b095e2f62c0608b9b2fd5fb95a5f841e2e02710bc56e7f860b18ee583270f7b93ae5b578463d345c5f63267b024c28c3940f0a85ff5f + checksum: 10/9c9c095b2df42fcc69662946e32c0d717b3be00bd91579b7701cda63f904cd401921f5638def2b63809c37e58f3997038e31a4a4d5cdaadceaae05e1cc62be2e languageName: node linkType: hard -"@netlify/zip-it-and-ship-it@npm:9.38.0": - version: 9.38.0 - resolution: "@netlify/zip-it-and-ship-it@npm:9.38.0" +"@netlify/zip-it-and-ship-it@npm:9.39.5": + version: 9.39.5 + resolution: "@netlify/zip-it-and-ship-it@npm:9.39.5" dependencies: "@babel/parser": "npm:^7.22.5" - "@babel/types": "npm:7.25.2" + "@babel/types": "npm:7.25.6" "@netlify/binary-info": "npm:^1.0.0" - "@netlify/serverless-functions-api": "npm:^1.22.0" + "@netlify/serverless-functions-api": "npm:^1.26.1" "@vercel/nft": "npm:^0.27.1" archiver: "npm:^7.0.0" common-path-prefix: "npm:^3.0.0" @@ -4400,18 +4396,18 @@ __metadata: zod: "npm:^3.23.8" bin: zip-it-and-ship-it: bin.js - checksum: 10/79dd59170a787a32b00713d14ab9db01e98295bcc1772a2146124e7def404eebe663595caeb03ab17e700b0360f50a447f1afea65f0c2d39901efc1a4fb9b2f3 + checksum: 10/1d5f66a37ea6a394dd201a53cf06c7691defa00ff4b90de467b365f1d3b38747add9d70721b281eea80a14932bc253e943772c64dc5b55127a9d29ebfd24d7f0 languageName: node linkType: hard -"@netlify/zip-it-and-ship-it@npm:9.39.0": - version: 9.39.0 - resolution: "@netlify/zip-it-and-ship-it@npm:9.39.0" +"@netlify/zip-it-and-ship-it@npm:9.39.7": + version: 9.39.7 + resolution: "@netlify/zip-it-and-ship-it@npm:9.39.7" dependencies: "@babel/parser": "npm:^7.22.5" "@babel/types": "npm:7.25.6" "@netlify/binary-info": "npm:^1.0.0" - "@netlify/serverless-functions-api": "npm:^1.23.0" + "@netlify/serverless-functions-api": "npm:^1.29.0" "@vercel/nft": "npm:^0.27.1" archiver: "npm:^7.0.0" common-path-prefix: "npm:^3.0.0" @@ -4444,85 +4440,85 @@ __metadata: zod: "npm:^3.23.8" bin: zip-it-and-ship-it: bin.js - checksum: 10/272b7f329b92a3820c26893cb8511714c765976fc5fbde841f30062ed00d0a1579c0cc9f14a031607b7040a965599039e6945e45bc52ca8a8b2f6e054d1aecfa + checksum: 10/4c4fd85acd910c68bb485392e770fc23453cb8a639139a9ec34cca3916196b54a2c7079ee5a949b9a8cf19c47766fdda778c0572bbb69118605610d3ec9dada6 languageName: node linkType: hard -"@next/env@npm:14.2.9": - version: 14.2.9 - resolution: "@next/env@npm:14.2.9" - checksum: 10/d338b785266c1d84ec29dcbb4041e1903d9bb3811f588a664fe89e5bc12bb580cd88cd928c0d4b207bb99482b53b33bd5a2c3f1665bfda85c66befdfff345924 +"@next/env@npm:14.2.14": + version: 14.2.14 + resolution: "@next/env@npm:14.2.14" + checksum: 10/b2ac33489acc92708a9f1dc286289ace57d4e5ef13a1110a98c3f5b2de909e3e8d605d9c85f5b5e8afd476af75ed878ed89473b8dc02566d142bbaa2dae9183d languageName: node linkType: hard -"@next/eslint-plugin-next@npm:14.2.9": - version: 14.2.9 - resolution: "@next/eslint-plugin-next@npm:14.2.9" +"@next/eslint-plugin-next@npm:14.2.14": + version: 14.2.14 + resolution: "@next/eslint-plugin-next@npm:14.2.14" dependencies: glob: "npm:10.3.10" - checksum: 10/fa91818a7ca500690b8928871eb59f39ec166fb62a582edf1229c7c754b417a53a5397ca05b9f30fc6125db5803e38154f4ba3bdbdb0c6e2540065ee033fa80c + checksum: 10/f944befb199b835e34cddf490c4f402fada6d4de37c47d0bd73ce803dbc974026f2d46ef509781bd3415f0c4ece2a91e5367b1c2cc5667e90c0f19fcd700c409 languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-darwin-arm64@npm:14.2.9" +"@next/swc-darwin-arm64@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-darwin-arm64@npm:14.2.14" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-darwin-x64@npm:14.2.9" +"@next/swc-darwin-x64@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-darwin-x64@npm:14.2.14" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-linux-arm64-gnu@npm:14.2.9" +"@next/swc-linux-arm64-gnu@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.14" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-linux-arm64-musl@npm:14.2.9" +"@next/swc-linux-arm64-musl@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.14" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-linux-x64-gnu@npm:14.2.9" +"@next/swc-linux-x64-gnu@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.14" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-linux-x64-musl@npm:14.2.9" +"@next/swc-linux-x64-musl@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-linux-x64-musl@npm:14.2.14" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-win32-arm64-msvc@npm:14.2.9" +"@next/swc-win32-arm64-msvc@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.14" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-win32-ia32-msvc@npm:14.2.9" +"@next/swc-win32-ia32-msvc@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.14" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.2.9": - version: 14.2.9 - resolution: "@next/swc-win32-x64-msvc@npm:14.2.9" +"@next/swc-win32-x64-msvc@npm:14.2.14": + version: 14.2.14 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.14" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4796,6 +4792,18 @@ __metadata: languageName: node linkType: hard +"@nrwl/tao@npm:19.8.3": + version: 19.8.3 + resolution: "@nrwl/tao@npm:19.8.3" + dependencies: + nx: "npm:19.8.3" + tslib: "npm:^2.3.0" + bin: + tao: index.js + checksum: 10/d632f9dc45940a0db905bec6069ba752bb08792a5b58badfb4143a079b6589de75cf7f19d53d999a980d0cf79f62b690d902fc2944c66816503ab483ce32fcf9 + 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" @@ -4822,6 +4830,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-darwin-arm64@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-darwin-arm64@npm:19.8.3" + 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" @@ -4829,6 +4844,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-darwin-x64@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-darwin-x64@npm:19.8.3" + 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" @@ -4836,6 +4858,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-freebsd-x64@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-freebsd-x64@npm:19.8.3" + 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" @@ -4843,6 +4872,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-arm-gnueabihf@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.8.3" + 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" @@ -4850,6 +4886,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-arm64-gnu@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-linux-arm64-gnu@npm:19.8.3" + 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" @@ -4857,6 +4900,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-arm64-musl@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-linux-arm64-musl@npm:19.8.3" + 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" @@ -4864,6 +4914,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-x64-gnu@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-linux-x64-gnu@npm:19.8.3" + 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" @@ -4871,6 +4928,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-linux-x64-musl@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-linux-x64-musl@npm:19.8.3" + 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" @@ -4878,6 +4942,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-win32-arm64-msvc@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-win32-arm64-msvc@npm:19.8.3" + 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" @@ -4885,6 +4956,13 @@ __metadata: languageName: node linkType: hard +"@nx/nx-win32-x64-msvc@npm:19.8.3": + version: 19.8.3 + resolution: "@nx/nx-win32-x64-msvc@npm:19.8.3" + 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" @@ -5444,14 +5522,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:1.47.0": - version: 1.47.0 - resolution: "@playwright/test@npm:1.47.0" +"@playwright/test@npm:1.47.2": + version: 1.47.2 + resolution: "@playwright/test@npm:1.47.2" dependencies: - playwright: "npm:1.47.0" + playwright: "npm:1.47.2" bin: playwright: cli.js - checksum: 10/8c1e4386f19edb347323092708700ef46e9cddc82290df1e78120ce686cfd7d18bf15c184d2fad0ea099d7e2e57e7b75ad05d5c3398324657361c46efda8d98c + checksum: 10/374bf386b4eb8f3b6664fa017402f87e57ee121970661a5b3c83f0fa146a7e6b7456e28cd5b1539c0981cb9a9166b1c7484549d87dc0d8076305ec64278ec770 languageName: node linkType: hard @@ -5501,14 +5579,13 @@ __metadata: languageName: node linkType: hard -"@rollup/plugin-node-resolve@npm:15.2.3": - version: 15.2.3 - resolution: "@rollup/plugin-node-resolve@npm:15.2.3" +"@rollup/plugin-node-resolve@npm:15.3.0": + version: 15.3.0 + resolution: "@rollup/plugin-node-resolve@npm:15.3.0" dependencies: "@rollup/pluginutils": "npm:^5.0.1" "@types/resolve": "npm:1.20.2" deepmerge: "npm:^4.2.2" - is-builtin-module: "npm:^3.2.1" is-module: "npm:^1.0.0" resolve: "npm:^1.22.1" peerDependencies: @@ -5516,7 +5593,7 @@ __metadata: peerDependenciesMeta: rollup: optional: true - checksum: 10/d36a6792fbe9d8673d3a7c7dc88920be669ac54fba02ac0093d3c00fc9463fce2e87da1906a2651016742709c3d202b367fb49a62acd0d98f18409343f27b8b4 + checksum: 10/214596dd0ecf0822a135e6cb604f6a4469bac4a9d6b43608d277b47c34762e800b79f5f1c18ea0f7317448165ac0cff2439b35446641e093a5bc5c372940c819 languageName: node linkType: hard @@ -5596,13 +5673,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.21.2" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - "@rollup/rollup-android-arm-eabi@npm:4.21.3": version: 4.21.3 resolution: "@rollup/rollup-android-arm-eabi@npm:4.21.3" @@ -5610,10 +5680,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-android-arm64@npm:4.21.2" - conditions: os=android & cpu=arm64 +"@rollup/rollup-android-arm-eabi@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.23.0" + conditions: os=android & cpu=arm languageName: node linkType: hard @@ -5624,10 +5694,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-darwin-arm64@npm:4.21.2" - conditions: os=darwin & cpu=arm64 +"@rollup/rollup-android-arm64@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-android-arm64@npm:4.23.0" + conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -5638,10 +5708,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-darwin-x64@npm:4.21.2" - conditions: os=darwin & cpu=x64 +"@rollup/rollup-darwin-arm64@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.23.0" + conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -5652,10 +5722,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.21.2" - conditions: os=linux & cpu=arm & libc=glibc +"@rollup/rollup-darwin-x64@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.23.0" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -5666,10 +5736,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.21.2" - conditions: os=linux & cpu=arm & libc=musl +"@rollup/rollup-linux-arm-gnueabihf@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.23.0" + conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard @@ -5680,10 +5750,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.21.2" - conditions: os=linux & cpu=arm64 & libc=glibc +"@rollup/rollup-linux-arm-musleabihf@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.23.0" + conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard @@ -5694,10 +5764,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.21.2" - conditions: os=linux & cpu=arm64 & libc=musl +"@rollup/rollup-linux-arm64-gnu@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.23.0" + conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -5708,10 +5778,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.2" - conditions: os=linux & cpu=ppc64 & libc=glibc +"@rollup/rollup-linux-arm64-musl@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.23.0" + conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -5722,10 +5792,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.21.2" - conditions: os=linux & cpu=riscv64 & libc=glibc +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.23.0" + conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard @@ -5736,10 +5806,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.21.2" - conditions: os=linux & cpu=s390x & libc=glibc +"@rollup/rollup-linux-riscv64-gnu@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.23.0" + conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard @@ -5750,10 +5820,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.21.2" - conditions: os=linux & cpu=x64 & libc=glibc +"@rollup/rollup-linux-s390x-gnu@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.23.0" + conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard @@ -5764,10 +5834,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.21.2" - conditions: os=linux & cpu=x64 & libc=musl +"@rollup/rollup-linux-x64-gnu@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.23.0" + conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -5778,10 +5848,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.21.2" - conditions: os=win32 & cpu=arm64 +"@rollup/rollup-linux-x64-musl@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.23.0" + conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -5792,10 +5862,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.21.2" - conditions: os=win32 & cpu=ia32 +"@rollup/rollup-win32-arm64-msvc@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.23.0" + conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -5806,10 +5876,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.21.2": - version: 4.21.2 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.21.2" - conditions: os=win32 & cpu=x64 +"@rollup/rollup-win32-ia32-msvc@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.23.0" + conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -5820,6 +5890,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-x64-msvc@npm:4.23.0": + version: 4.23.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.23.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@rtsao/scc@npm:^1.1.0": version: 1.1.0 resolution: "@rtsao/scc@npm:1.1.0" @@ -7242,6 +7319,13 @@ __metadata: languageName: node linkType: hard +"@types/estree@npm:1.0.6": + version: 1.0.6 + resolution: "@types/estree@npm:1.0.6" + checksum: 10/9d35d475095199c23e05b431bcdd1f6fec7380612aed068b14b2a08aa70494de8a9026765a5a91b1073f636fb0368f6d8973f518a31391d519e20c59388ed88d + languageName: node + linkType: hard + "@types/estree@npm:^0.0.45": version: 0.0.45 resolution: "@types/estree@npm:0.0.45" @@ -7389,23 +7473,23 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:29.5.12": - version: 29.5.12 - resolution: "@types/jest@npm:29.5.12" +"@types/jest@npm:29.5.13": + version: 29.5.13 + resolution: "@types/jest@npm:29.5.13" dependencies: expect: "npm:^29.0.0" pretty-format: "npm:^29.0.0" - checksum: 10/312e8dcf92cdd5a5847d6426f0940829bca6fe6b5a917248f3d7f7ef5d85c9ce78ef05e47d2bbabc40d41a930e0e36db2d443d2610a9e3db9062da2d5c904211 + checksum: 10/7d6e3e4ef4b1cab0f61270d55764709512fdfbcb1bd47c0ef44117d48490529c1f264dacf3440b9188363e99e290b80b79c529eadc3af2184116a90f6856b192 languageName: node linkType: hard -"@types/jscodeshift@npm:^0.11.11": - version: 0.11.11 - resolution: "@types/jscodeshift@npm:0.11.11" +"@types/jscodeshift@npm:^0.12.0": + version: 0.12.0 + resolution: "@types/jscodeshift@npm:0.12.0" dependencies: ast-types: "npm:^0.14.1" recast: "npm:^0.20.3" - checksum: 10/9e3c7c3e61f9a37d792b7c7cccb0f1383d8b52abc56a492a481a8c340bcbbbd12341e6a69570fa057c12e77abdd4bb6592d44baf2c678f4f950d0c9f79594204 + checksum: 10/1e0fd4a5ee2863db792ad5666fa98ee61d3d5a4d5f24a9b8d11cf6ebae25bff55a3e5e27a59fef3aed37637458e7ab52b30181640be39cddbe9956f4a47fd1ab languageName: node linkType: hard @@ -7519,21 +7603,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.5, @types/node@npm:^20.0.0": - version: 20.16.5 - resolution: "@types/node@npm:20.16.5" +"@types/node@npm:20.16.10": + version: 20.16.10 + resolution: "@types/node@npm:20.16.10" dependencies: undici-types: "npm:~6.19.2" - checksum: 10/39a8457149dc17cdea57afc90d4da53182fdb8b958d5bb065a15d123d81d4efa6b51a0de92428d05ead2e63ce07195586f71083401b99cdbcd04662344fbf7a1 + checksum: 10/f0832d16fed07737c2c3edd6cb6414a22e8379173e56e701ab8890b8798c8f9bc37337332631818f813ff7f8c0e168e9900e8f44cdfd2406d15150289c813acc languageName: node linkType: hard @@ -7546,6 +7621,15 @@ __metadata: languageName: node linkType: hard +"@types/node@npm:^20.0.0": + version: 20.16.5 + resolution: "@types/node@npm:20.16.5" + dependencies: + undici-types: "npm:~6.19.2" + checksum: 10/39a8457149dc17cdea57afc90d4da53182fdb8b958d5bb065a15d123d81d4efa6b51a0de92428d05ead2e63ce07195586f71083401b99cdbcd04662344fbf7a1 + languageName: node + linkType: hard + "@types/normalize-package-data@npm:^2.4.0, @types/normalize-package-data@npm:^2.4.1, @types/normalize-package-data@npm:^2.4.3": version: 2.4.4 resolution: "@types/normalize-package-data@npm:2.4.4" @@ -7606,7 +7690,7 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.3.5, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0": +"@types/react@npm:*, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0": version: 18.3.5 resolution: "@types/react@npm:18.3.5" dependencies: @@ -7616,13 +7700,13 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:18.3.3": - version: 18.3.3 - resolution: "@types/react@npm:18.3.3" +"@types/react@npm:18.3.10": + version: 18.3.10 + resolution: "@types/react@npm:18.3.10" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10/68e203b7f1f91d6cf21f33fc7af9d6d228035a26c83f514981e54aa3da695d0ec6af10c277c6336de1dd76c4adbe9563f3a21f80c4462000f41e5f370b46e96c + checksum: 10/cdc946f15fcad62387e6485a2bbef3e45609708fd81e3ce30b03580077bb8a8a1bd0d19858d8602b33c3921bbb8907ddbc9411fd25294a2c2e944907dad8dd67 languageName: node linkType: hard @@ -7806,28 +7890,26 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/eslint-plugin@npm:7.2.0" +"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": + version: 8.8.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.8.0" dependencies: - "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:7.2.0" - "@typescript-eslint/type-utils": "npm:7.2.0" - "@typescript-eslint/utils": "npm:7.2.0" - "@typescript-eslint/visitor-keys": "npm:7.2.0" - debug: "npm:^4.3.4" + "@eslint-community/regexpp": "npm:^4.10.0" + "@typescript-eslint/scope-manager": "npm:8.8.0" + "@typescript-eslint/type-utils": "npm:8.8.0" + "@typescript-eslint/utils": "npm:8.8.0" + "@typescript-eslint/visitor-keys": "npm:8.8.0" graphemer: "npm:^1.4.0" - ignore: "npm:^5.2.4" + ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" - semver: "npm:^7.5.4" - ts-api-utils: "npm:^1.0.1" + ts-api-utils: "npm:^1.3.0" peerDependencies: - "@typescript-eslint/parser": ^7.0.0 - eslint: ^8.56.0 + "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 10/c50366021d63dc0f31fbd4673679d41eeaf53e1d411330742ea6e36bc854d5d9d52531df9efe708078e5c798fb9a6fca45473a451c197f46ac04050d47c9a9d2 + checksum: 10/e8a47053731dcd42c1d8489ec22e176097a202a500fb0913653b501aa4dd3d1c559b9e90ad12194a3f2f3335566a9036d37276a93ca7ff8d76bfd65ff6c7c0ed languageName: node linkType: hard @@ -7849,21 +7931,21 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/parser@npm:7.2.0" +"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": + version: 8.8.0 + resolution: "@typescript-eslint/parser@npm:8.8.0" dependencies: - "@typescript-eslint/scope-manager": "npm:7.2.0" - "@typescript-eslint/types": "npm:7.2.0" - "@typescript-eslint/typescript-estree": "npm:7.2.0" - "@typescript-eslint/visitor-keys": "npm:7.2.0" + "@typescript-eslint/scope-manager": "npm:8.8.0" + "@typescript-eslint/types": "npm:8.8.0" + "@typescript-eslint/typescript-estree": "npm:8.8.0" + "@typescript-eslint/visitor-keys": "npm:8.8.0" debug: "npm:^4.3.4" peerDependencies: - eslint: ^8.56.0 + eslint: ^8.57.0 || ^9.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 10/2236acd9f794ccb34062309f3d6fa2a0e34ac6560262213807a11fb42592011cd13ff3290a2fdbdf441fb3d248cbe23383e6c7e6c744d1cacc916159d885204f + checksum: 10/8d3c3afb508aa7d6c16dd8a786762f05e174ace50213768232405b1c31534ca568d38e1793feb41d53fe1327c901e5f93e70f61222b31848b2a9ae955b14fff2 languageName: node linkType: hard @@ -7887,13 +7969,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/scope-manager@npm:7.2.0" +"@typescript-eslint/scope-manager@npm:8.8.0": + version: 8.8.0 + resolution: "@typescript-eslint/scope-manager@npm:8.8.0" dependencies: - "@typescript-eslint/types": "npm:7.2.0" - "@typescript-eslint/visitor-keys": "npm:7.2.0" - checksum: 10/9b1d43c87b0fc269df1820ebcbdb08e1c5c8cc719a6af8298d87077ca78cf5ebbfa8caa6eb5141f4dfb4cbb3a641291c50c73a213faab90bc43d34abfc68a1fe + "@typescript-eslint/types": "npm:8.8.0" + "@typescript-eslint/visitor-keys": "npm:8.8.0" + checksum: 10/d1cd97f35bbba85eb25879e9a0acfc4fcd6908bee1f60467d9eb6b6da4732a07f0947b6a97d3f2bc8f03205e530ce49f00d4540b515082e37d1abcd781f7cad0 languageName: node linkType: hard @@ -7914,20 +7996,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/type-utils@npm:7.2.0" +"@typescript-eslint/type-utils@npm:8.8.0": + version: 8.8.0 + resolution: "@typescript-eslint/type-utils@npm:8.8.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:7.2.0" - "@typescript-eslint/utils": "npm:7.2.0" + "@typescript-eslint/typescript-estree": "npm:8.8.0" + "@typescript-eslint/utils": "npm:8.8.0" debug: "npm:^4.3.4" - ts-api-utils: "npm:^1.0.1" - peerDependencies: - eslint: ^8.56.0 + ts-api-utils: "npm:^1.3.0" peerDependenciesMeta: typescript: optional: true - checksum: 10/1c4efcd068987ed5bbf6f3dda1fed313eec84fc0840af6e00593338cc2605c96ab760bf83f868271a6b5fcde8a44d00e21b70a8607474a4df9d43d29775bb235 + checksum: 10/7e46352090d97935692fa070c62edc7cd824540e3b432dab655e2a46e430ae5c3473f8582d9d41e851d1d74a11e356b61396deda944d186e4d868b16d402bce1 languageName: node linkType: hard @@ -7952,10 +8032,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/types@npm:7.2.0" - checksum: 10/d70cbd77f21caddbb1c3519bb523b5217a300d52682e9acfa9ff645d7250f7f07653f48930f531675216e848b5f83cb9b14cf63db76239cec1159550a989e16d +"@typescript-eslint/types@npm:8.8.0": + version: 8.8.0 + resolution: "@typescript-eslint/types@npm:8.8.0" + checksum: 10/8f82c7ffd9fb11a4b90ee06b486df71341bc7ca63a6d0e9864120fbad26afe99c69408b0c887e71078b58df47239fae7640d40fcd1373ca6b8970949fb6f688f languageName: node linkType: hard @@ -8014,22 +8094,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/typescript-estree@npm:7.2.0" +"@typescript-eslint/typescript-estree@npm:8.8.0": + version: 8.8.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.8.0" dependencies: - "@typescript-eslint/types": "npm:7.2.0" - "@typescript-eslint/visitor-keys": "npm:7.2.0" + "@typescript-eslint/types": "npm:8.8.0" + "@typescript-eslint/visitor-keys": "npm:8.8.0" debug: "npm:^4.3.4" - globby: "npm:^11.1.0" + fast-glob: "npm:^3.3.2" is-glob: "npm:^4.0.3" - minimatch: "npm:9.0.3" - semver: "npm:^7.5.4" - ts-api-utils: "npm:^1.0.1" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^1.3.0" peerDependenciesMeta: typescript: optional: true - checksum: 10/77a81dc903da1ccb302c96bf7f845f297d87ab7871849bfabdddee51583646a1147923fc23c550c6c783229bc7bda37a3ea147478fa08b3847d0440a34587198 + checksum: 10/b7cee47db25106c791c816117ea602efe6cf09707bff1fcf8c5f49d3bb1d8104e5f56a407db62a4821fafa6708bb9f4d331e75857272b77e5883c89dd520a946 languageName: node linkType: hard @@ -8050,20 +8130,17 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/utils@npm:7.2.0" +"@typescript-eslint/utils@npm:8.8.0": + version: 8.8.0 + resolution: "@typescript-eslint/utils@npm:8.8.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@types/json-schema": "npm:^7.0.12" - "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:7.2.0" - "@typescript-eslint/types": "npm:7.2.0" - "@typescript-eslint/typescript-estree": "npm:7.2.0" - semver: "npm:^7.5.4" + "@typescript-eslint/scope-manager": "npm:8.8.0" + "@typescript-eslint/types": "npm:8.8.0" + "@typescript-eslint/typescript-estree": "npm:8.8.0" peerDependencies: - eslint: ^8.56.0 - checksum: 10/4852d43f1e0ca7e4914fef6cb5984a472d77af6fafcfad18905c0ba2ac5539a7ba8e72a4b3f7cbff712733f9cf8e8af790b4875f944aae1006ca297f8e041d32 + eslint: ^8.57.0 || ^9.0.0 + checksum: 10/94eed69f1ecc4d1594d3b43d552289bdcc70e074ad03fb360888a934d9a927e8c1c88419cda3797128c9dd49780fa10af0971643f600a1f2748a2e35f95f9306 languageName: node linkType: hard @@ -8115,13 +8192,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:7.2.0": - version: 7.2.0 - resolution: "@typescript-eslint/visitor-keys@npm:7.2.0" +"@typescript-eslint/visitor-keys@npm:8.8.0": + version: 8.8.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.8.0" dependencies: - "@typescript-eslint/types": "npm:7.2.0" - eslint-visitor-keys: "npm:^3.4.1" - checksum: 10/e0c9c7a9bb1ae93149e7a4816aed12651fd7374d0eb17e1f45348dbfddd8ee7014d3de35b40bc46b9df73cc1c9053aaf5d82b43270d93a0b551ed14e8afde37a + "@typescript-eslint/types": "npm:8.8.0" + eslint-visitor-keys: "npm:^3.4.3" + checksum: 10/325733fce58c8ac917ff8485949fff927794fd842abb4a665549e7a2e63437e6b7b464b60d3c320da1980e43a6bee69b9dd84139b8dc93685b188efbf96fa707 languageName: node linkType: hard @@ -8154,18 +8231,18 @@ __metadata: languageName: node linkType: hard -"@vitejs/plugin-react@npm:4.3.1": - version: 4.3.1 - resolution: "@vitejs/plugin-react@npm:4.3.1" +"@vitejs/plugin-react@npm:4.3.2": + version: 4.3.2 + resolution: "@vitejs/plugin-react@npm:4.3.2" dependencies: - "@babel/core": "npm:^7.24.5" - "@babel/plugin-transform-react-jsx-self": "npm:^7.24.5" - "@babel/plugin-transform-react-jsx-source": "npm:^7.24.1" + "@babel/core": "npm:^7.25.2" + "@babel/plugin-transform-react-jsx-self": "npm:^7.24.7" + "@babel/plugin-transform-react-jsx-source": "npm:^7.24.7" "@types/babel__core": "npm:^7.20.5" react-refresh: "npm:^0.14.2" peerDependencies: vite: ^4.2.0 || ^5.0.0 - checksum: 10/a9d1eb30c968bf719a3277067211493746579aee14a7af8c0edb2cde38e8e5bbd461e62a41c3590e2c6eb04a047114eb3e97dcd591967625fbbc7aead8dfaf90 + checksum: 10/9ff278942d76e21f4680f0f9e4d8d3bfe12fe19701e0f07014dfbff83d772f10237114581a3ec2637c32856d0a99400a14e6cd80969f99b88b1a64227c531ddb languageName: node linkType: hard @@ -9522,16 +9599,16 @@ __metadata: languageName: node linkType: hard -"babel-loader@npm:9.1.3": - version: 9.1.3 - resolution: "babel-loader@npm:9.1.3" +"babel-loader@npm:9.2.1": + version: 9.2.1 + resolution: "babel-loader@npm:9.2.1" dependencies: find-cache-dir: "npm:^4.0.0" schema-utils: "npm:^4.0.0" peerDependencies: "@babel/core": ^7.12.0 webpack: ">=5" - checksum: 10/7086e678273b5d1261141dca84ed784caab9f7921c8c24d7278c8ee3088235a9a9fd85caac9f0fa687336cb3c27248ca22dbf431469769b1b995d55aec606992 + checksum: 10/f1f24ae3c22d488630629240b0eba9c935545f82ff843c214e8f8df66e266492b7a3d4cb34ef9c9721fb174ca222e900799951c3fd82199473bc6bac52ec03a3 languageName: node linkType: hard @@ -9871,26 +9948,6 @@ __metadata: languageName: node linkType: hard -"body-parser@npm:1.20.2": - version: 1.20.2 - resolution: "body-parser@npm:1.20.2" - dependencies: - bytes: "npm:3.1.2" - content-type: "npm:~1.0.5" - debug: "npm:2.6.9" - depd: "npm:2.0.0" - destroy: "npm:1.2.0" - http-errors: "npm:2.0.0" - iconv-lite: "npm:0.4.24" - on-finished: "npm:2.4.1" - qs: "npm:6.11.0" - raw-body: "npm:2.5.2" - type-is: "npm:~1.6.18" - unpipe: "npm:1.0.0" - checksum: 10/3cf171b82190cf91495c262b073e425fc0d9e25cc2bf4540d43f7e7bbca27d6a9eae65ca367b6ef3993eea261159d9d2ab37ce444e8979323952e12eb3df319a - languageName: node - linkType: hard - "body-parser@npm:1.20.3": version: 1.20.3 resolution: "body-parser@npm:1.20.3" @@ -10466,7 +10523,7 @@ __metadata: languageName: node linkType: hard -"chokidar@npm:3.6.0, chokidar@npm:>=3.0.0 <4.0.0, chokidar@npm:^3.0.0, chokidar@npm:^3.3.0, chokidar@npm:^3.5.2, chokidar@npm:^3.6.0": +"chokidar@npm:3.6.0, chokidar@npm:^3.0.0, chokidar@npm:^3.3.0, chokidar@npm:^3.5.2, chokidar@npm:^3.6.0": version: 3.6.0 resolution: "chokidar@npm:3.6.0" dependencies: @@ -10485,6 +10542,15 @@ __metadata: languageName: node linkType: hard +"chokidar@npm:^4.0.0": + version: 4.0.1 + resolution: "chokidar@npm:4.0.1" + dependencies: + readdirp: "npm:^4.0.1" + checksum: 10/62749d2173a60cc5632d6c6e0b7024f33aadce47b06d02e55ad03c7b8daaaf2fc85d4296c047473d04387fd992dab9384cc5263c70a3dc3018b7ebecfb5b5217 + languageName: node + linkType: hard + "chownr@npm:^1.1.1": version: 1.1.4 resolution: "chownr@npm:1.1.4" @@ -11923,7 +11989,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.3.6, debug@npm:~4.3.6": +"debug@npm:4, debug@npm:4.3.7, debug@npm:^4.0.0, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.3.6, debug@npm:~4.3.6": version: 4.3.7 resolution: "debug@npm:4.3.7" dependencies: @@ -11935,18 +12001,6 @@ __metadata: languageName: node linkType: hard -"debug@npm:4.3.6": - version: 4.3.6 - resolution: "debug@npm:4.3.6" - dependencies: - ms: "npm:2.1.2" - peerDependenciesMeta: - supports-color: - optional: true - checksum: 10/d3adb9af7d57a9e809a68f404490cf776122acca16e6359a2702c0f462e510e91f9765c07f707b8ab0d91e03bad57328f3256f5082631cefb5393d0394d50fb7 - languageName: node - linkType: hard - "debug@npm:^0.7.4": version: 0.7.4 resolution: "debug@npm:0.7.4" @@ -13509,14 +13563,14 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:14.2.9": - version: 14.2.9 - resolution: "eslint-config-next@npm:14.2.9" +"eslint-config-next@npm:14.2.14": + version: 14.2.14 + resolution: "eslint-config-next@npm:14.2.14" dependencies: - "@next/eslint-plugin-next": "npm:14.2.9" + "@next/eslint-plugin-next": "npm:14.2.14" "@rushstack/eslint-patch": "npm:^1.3.3" - "@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" - "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" + "@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" eslint-import-resolver-node: "npm:^0.3.6" eslint-import-resolver-typescript: "npm:^3.5.2" eslint-plugin-import: "npm:^2.28.1" @@ -13529,7 +13583,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/1a6b5f4403b522bebf45db7eba9f4b77fa9b9366b51e4a5b60a02e40a54437546b436f348872474bee19c0938f28465ba9e7c9256154e49f6c57688458a73294 + checksum: 10/6f2c1fbae53d9ef024dc84f509e37746c243f0224024facf2c51c9386e89e26b1873fef636042f2b49c46e63effc74783a07060960581961ee62e1b5e6fcdee3 languageName: node linkType: hard @@ -13739,18 +13793,18 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-refresh@npm:0.4.11": - version: 0.4.11 - resolution: "eslint-plugin-react-refresh@npm:0.4.11" +"eslint-plugin-react-refresh@npm:0.4.12": + version: 0.4.12 + resolution: "eslint-plugin-react-refresh@npm:0.4.12" peerDependencies: eslint: ">=7" - checksum: 10/876c1b972d962748a5c6f79ec2ed5add3a17d769c319eb5e67a98aa810fafe7591cf9767e155cd16cd5a5f9ba454ec06c52b6d216d9e469378da165eacf025be + checksum: 10/448d0a387ca4d7913534ac7bee3e7b8708236a6cef4cccf9a50e739d6d3c8d236cdbd7e360ea643c7767092a93acf30a8e5fac91f05b175c45d20ce138947bcc languageName: node linkType: hard -"eslint-plugin-react@npm:7.35.2": - version: 7.35.2 - resolution: "eslint-plugin-react@npm:7.35.2" +"eslint-plugin-react@npm:7.37.1": + version: 7.37.1 + resolution: "eslint-plugin-react@npm:7.37.1" dependencies: array-includes: "npm:^3.1.8" array.prototype.findlast: "npm:^1.2.5" @@ -13772,7 +13826,7 @@ __metadata: string.prototype.repeat: "npm:^1.0.0" peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - checksum: 10/f4631612444f9066c8007e9433c0972754b75d33be410cd18dcf003e4209600240dec3e50a9962aae35e9a08920a1eb60e51d3cc140e5f6c95582e727ebec74e + checksum: 10/a7b9cf2c43255844ad0c9d4e3758a8c2b687a2ce9a09f4161ab245581d5d2d91b37742e541c88aa9ce368ec6c860e23dc78c15117f3fc1cdc433847038e8346b languageName: node linkType: hard @@ -13813,9 +13867,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-storybook@npm:0.8.0": - version: 0.8.0 - resolution: "eslint-plugin-storybook@npm:0.8.0" +"eslint-plugin-storybook@npm:0.9.0": + version: 0.9.0 + resolution: "eslint-plugin-storybook@npm:0.9.0" dependencies: "@storybook/csf": "npm:^0.0.1" "@typescript-eslint/utils": "npm:^5.62.0" @@ -13823,7 +13877,7 @@ __metadata: ts-dedent: "npm:^2.2.0" peerDependencies: eslint: ">=6" - checksum: 10/a66e6737298af9bb830e3b14cdbd204e589a38adb810f02d843849936ef9175a80a49c8b8fa9263f8c2b9a8f36fdd3a2d429382d8051568c58d6272c65c2f5d3 + checksum: 10/5207e016cca6e095ddce911acfa12e973092fdc1ec716dfb54be70b859ac9be7ebde9ba6baa04a0e2fc4e34c772c4e9261d36a78c2cd5a873eeebf6087073b9f languageName: node linkType: hard @@ -13861,15 +13915,15 @@ __metadata: languageName: node linkType: hard -"eslint@npm:8.57.0": - version: 8.57.0 - resolution: "eslint@npm:8.57.0" +"eslint@npm:8.57.1": + version: 8.57.1 + resolution: "eslint@npm:8.57.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.6.1" "@eslint/eslintrc": "npm:^2.1.4" - "@eslint/js": "npm:8.57.0" - "@humanwhocodes/config-array": "npm:^0.11.14" + "@eslint/js": "npm:8.57.1" + "@humanwhocodes/config-array": "npm:^0.13.0" "@humanwhocodes/module-importer": "npm:^1.0.1" "@nodelib/fs.walk": "npm:^1.2.8" "@ungap/structured-clone": "npm:^1.2.0" @@ -13905,7 +13959,7 @@ __metadata: text-table: "npm:^0.2.0" bin: eslint: bin/eslint.js - checksum: 10/00496e218b23747a7a9817bf58b522276d0dc1f2e546dceb4eea49f9871574088f72f1f069a6b560ef537efa3a75261b8ef70e51ef19033da1cc4c86a755ef15 + checksum: 10/5504fa24879afdd9f9929b2fbfc2ee9b9441a3d464efd9790fbda5f05738858530182029f13323add68d19fec749d3ab4a70320ded091ca4432b1e9cc4ed104c languageName: node linkType: hard @@ -14191,46 +14245,7 @@ __metadata: languageName: node linkType: hard -"express@npm:4.19.2": - version: 4.19.2 - resolution: "express@npm:4.19.2" - dependencies: - accepts: "npm:~1.3.8" - array-flatten: "npm:1.1.1" - body-parser: "npm:1.20.2" - content-disposition: "npm:0.5.4" - content-type: "npm:~1.0.4" - cookie: "npm:0.6.0" - cookie-signature: "npm:1.0.6" - debug: "npm:2.6.9" - depd: "npm:2.0.0" - encodeurl: "npm:~1.0.2" - escape-html: "npm:~1.0.3" - etag: "npm:~1.8.1" - finalhandler: "npm:1.2.0" - fresh: "npm:0.5.2" - http-errors: "npm:2.0.0" - merge-descriptors: "npm:1.0.1" - methods: "npm:~1.1.2" - on-finished: "npm:2.4.1" - parseurl: "npm:~1.3.3" - path-to-regexp: "npm:0.1.7" - proxy-addr: "npm:~2.0.7" - qs: "npm:6.11.0" - range-parser: "npm:~1.2.1" - safe-buffer: "npm:5.2.1" - send: "npm:0.18.0" - serve-static: "npm:1.15.0" - 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/3fcd792536f802c059789ef48db3851b87e78fba103423e524144d79af37da7952a2b8d4e1a007f423329c7377d686d9476ac42e7d9ea413b80345d495e30a3a - languageName: node - linkType: hard - -"express@npm:^4.19.2": +"express@npm:4.21.0, express@npm:^4.19.2": version: 4.21.0 resolution: "express@npm:4.21.0" dependencies: @@ -14544,6 +14559,18 @@ __metadata: languageName: node linkType: hard +"fdir@npm:^6.4.0": + version: 6.4.0 + resolution: "fdir@npm:6.4.0" + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + checksum: 10/e45d7c5d349ef4a4835c788944dae7ac5de7aab159511bc3ce8bc62164d4a25cb915c6d2f400886a9ed6f9d9cf38de394b71cb73935408c90eeafa0a8f6cc377 + languageName: node + linkType: hard + "fecha@npm:^4.2.0": version: 4.2.3 resolution: "fecha@npm:4.2.3" @@ -14718,21 +14745,6 @@ __metadata: languageName: node linkType: hard -"finalhandler@npm:1.2.0": - version: 1.2.0 - resolution: "finalhandler@npm:1.2.0" - dependencies: - debug: "npm:2.6.9" - encodeurl: "npm:~1.0.2" - escape-html: "npm:~1.0.3" - on-finished: "npm:2.4.1" - parseurl: "npm:~1.3.3" - statuses: "npm:2.0.1" - unpipe: "npm:~1.0.0" - checksum: 10/635718cb203c6d18e6b48dfbb6c54ccb08ea470e4f474ddcef38c47edcf3227feec316f886dd701235997d8af35240cae49856721ce18f539ad038665ebbf163 - languageName: node - linkType: hard - "finalhandler@npm:1.3.1": version: 1.3.1 resolution: "finalhandler@npm:1.3.1" @@ -16168,21 +16180,21 @@ __metadata: languageName: node linkType: hard -"html-react-parser@npm:5.1.15": - version: 5.1.15 - resolution: "html-react-parser@npm:5.1.15" +"html-react-parser@npm:5.1.16": + version: 5.1.16 + resolution: "html-react-parser@npm:5.1.16" dependencies: domhandler: "npm:5.0.3" html-dom-parser: "npm:5.0.10" react-property: "npm:2.0.2" - style-to-js: "npm:1.1.13" + style-to-js: "npm:1.1.14" peerDependencies: "@types/react": 0.14 || 15 || 16 || 17 || 18 react: 0.14 || 15 || 16 || 17 || 18 peerDependenciesMeta: "@types/react": optional: true - checksum: 10/b4a58a4a0b671c5b30b0580a588a51ec7858a15407c4f666c8d6dc69bec1b40fe6b3760fdddfe13926d189e0b216612a7d0b454028afbaf68ca8a3903845ce40 + checksum: 10/4cb809be09b5223b947cf4c269e5e53f9de637727814b05b418f9d2b6018ba6c7d7f70dfee9ed9dcb6ddd3a62a8ffdbadb00f4b84acdce18e9c88c5deb71282b languageName: node linkType: hard @@ -16374,12 +16386,12 @@ __metadata: languageName: node linkType: hard -"husky@npm:9.1.5": - version: 9.1.5 - resolution: "husky@npm:9.1.5" +"husky@npm:9.1.6": + version: 9.1.6 + resolution: "husky@npm:9.1.6" bin: husky: bin.js - checksum: 10/21a3036dd03141c41347693bde301c62502b4e3bffb87310e7e42b3011c2e55691af2e4a9a5f39bd94e6b1d69e3cfc26ec636d8e164e19737b26f11c556caf10 + checksum: 10/421ccd8850378231aaefd70dbe9e4f1549b84ffe3a6897f93a202242bbc04e48bd498169aef43849411105d9fcf7c192b757d42661e28d06b934a609a4eb8771 languageName: node linkType: hard @@ -16433,7 +16445,7 @@ __metadata: languageName: node linkType: hard -"ignore@npm:^5.0.0, ignore@npm:^5.0.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.2": +"ignore@npm:^5.0.0, ignore@npm:^5.0.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1, ignore@npm:^5.3.2": version: 5.3.2 resolution: "ignore@npm:5.3.2" checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98 @@ -17740,7 +17752,7 @@ __metadata: "@swc/core": "npm:1.7.26" "@swc/jest": "npm:0.2.36" "@testing-library/jest-dom": "npm:^6.4.5" - "@types/jest": "npm:29.5.12" + "@types/jest": "npm:29.5.13" jest: "npm:29.7.0" jest-cli: "npm:29.7.0" jest-environment-jsdom: "npm:29.7.0" @@ -20041,13 +20053,6 @@ __metadata: languageName: node linkType: hard -"merge-descriptors@npm:1.0.1": - version: 1.0.1 - resolution: "merge-descriptors@npm:1.0.1" - checksum: 10/5abc259d2ae25bb06d19ce2b94a21632583c74e2a9109ee1ba7fd147aa7362b380d971e0251069f8b3eb7d48c21ac839e21fa177b335e82c76ec172e30c31a26 - languageName: node - linkType: hard - "merge-descriptors@npm:1.0.3": version: 1.0.3 resolution: "merge-descriptors@npm:1.0.3" @@ -20726,13 +20731,6 @@ __metadata: languageName: node linkType: hard -"ms@npm:2.1.2": - version: 2.1.2 - resolution: "ms@npm:2.1.2" - checksum: 10/673cdb2c3133eb050c745908d8ce632ed2c02d85640e2edb3ace856a2266a813b30c613569bf3354fdf4ea7d1a1494add3bfa95e2713baa27d0c2c71fc44f58f - languageName: node - linkType: hard - "ms@npm:2.1.3, ms@npm:^2.1.1, ms@npm:^2.1.3": version: 2.1.3 resolution: "ms@npm:2.1.3" @@ -20863,20 +20861,20 @@ __metadata: languageName: node linkType: hard -"netlify-cli@npm:17.36.0": - version: 17.36.0 - resolution: "netlify-cli@npm:17.36.0" +"netlify-cli@npm:17.36.3": + version: 17.36.3 + resolution: "netlify-cli@npm:17.36.3" dependencies: "@bugsnag/js": "npm:7.25.0" "@fastify/static": "npm:7.0.4" - "@netlify/blobs": "npm:8.0.0" - "@netlify/build": "npm:29.54.0" - "@netlify/build-info": "npm:7.14.1" + "@netlify/blobs": "npm:8.0.1" + "@netlify/build": "npm:29.54.7" + "@netlify/build-info": "npm:7.14.4" "@netlify/config": "npm:20.19.0" "@netlify/edge-bundler": "npm:12.2.3" "@netlify/edge-functions": "npm:2.9.0" "@netlify/local-functions-proxy": "npm:1.1.1" - "@netlify/zip-it-and-ship-it": "npm:9.38.0" + "@netlify/zip-it-and-ship-it": "npm:9.39.5" "@octokit/rest": "npm:20.1.1" "@opentelemetry/api": "npm:1.8.0" ansi-escapes: "npm:7.0.0" @@ -20897,7 +20895,7 @@ __metadata: content-type: "npm:1.0.5" cookie: "npm:0.6.0" cron-parser: "npm:4.9.0" - debug: "npm:4.3.6" + debug: "npm:4.3.7" decache: "npm:4.6.2" dot-prop: "npm:9.0.0" dotenv: "npm:16.4.5" @@ -20905,7 +20903,7 @@ __metadata: envinfo: "npm:7.13.0" etag: "npm:1.8.1" execa: "npm:5.1.1" - express: "npm:4.19.2" + express: "npm:4.21.0" express-logging: "npm:1.1.1" extract-zip: "npm:2.0.1" fastest-levenshtein: "npm:1.0.16" @@ -20983,7 +20981,7 @@ __metadata: bin: netlify: bin/run.js ntl: bin/run.js - checksum: 10/8f02d3b67fd803aeab117ff2388ce2f0d3bc3e0414621319fcc176af3c369dc7d32e9b1043abdaab740235ff2c4f204cc02bc07b6c5427c176b9ce88aa4a8786 + checksum: 10/05f886bd1564280674af3171521761721aeeefb4d09894365bb9be826431f289021482f089f00cc98d557d20ff40ef450346720afc4262cdf4faf08a9b146e56 languageName: node linkType: hard @@ -21036,20 +21034,20 @@ __metadata: languageName: node linkType: hard -"next@npm:14.2.9": - version: 14.2.9 - resolution: "next@npm:14.2.9" +"next@npm:14.2.14": + version: 14.2.14 + resolution: "next@npm:14.2.14" dependencies: - "@next/env": "npm:14.2.9" - "@next/swc-darwin-arm64": "npm:14.2.9" - "@next/swc-darwin-x64": "npm:14.2.9" - "@next/swc-linux-arm64-gnu": "npm:14.2.9" - "@next/swc-linux-arm64-musl": "npm:14.2.9" - "@next/swc-linux-x64-gnu": "npm:14.2.9" - "@next/swc-linux-x64-musl": "npm:14.2.9" - "@next/swc-win32-arm64-msvc": "npm:14.2.9" - "@next/swc-win32-ia32-msvc": "npm:14.2.9" - "@next/swc-win32-x64-msvc": "npm:14.2.9" + "@next/env": "npm:14.2.14" + "@next/swc-darwin-arm64": "npm:14.2.14" + "@next/swc-darwin-x64": "npm:14.2.14" + "@next/swc-linux-arm64-gnu": "npm:14.2.14" + "@next/swc-linux-arm64-musl": "npm:14.2.14" + "@next/swc-linux-x64-gnu": "npm:14.2.14" + "@next/swc-linux-x64-musl": "npm:14.2.14" + "@next/swc-win32-arm64-msvc": "npm:14.2.14" + "@next/swc-win32-ia32-msvc": "npm:14.2.14" + "@next/swc-win32-x64-msvc": "npm:14.2.14" "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001579" @@ -21090,7 +21088,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10/92188b23f2952a24fc4c7591aa4544cbd781dd4cb5902eabfae8a7e0c344232683b47c7e9e2d656ccc507c3f824e51e8b23bc17676bb7acd67d10af80c2c4c27 + checksum: 10/976f88491b23079dded347abf3c31b97ef8e2fc9fde89b649d3603d56370d222cc1966187a163e4ec0d68f74568e185949263136bfe5d774aaaa7ffcc4ef476f languageName: node linkType: hard @@ -21513,9 +21511,9 @@ __metadata: languageName: node linkType: hard -"npm-run-all2@npm:6.2.2": - version: 6.2.2 - resolution: "npm-run-all2@npm:6.2.2" +"npm-run-all2@npm:6.2.3": + version: 6.2.3 + resolution: "npm-run-all2@npm:6.2.3" dependencies: ansi-styles: "npm:^6.2.1" cross-spawn: "npm:^7.0.3" @@ -21529,7 +21527,7 @@ __metadata: 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/79995322365ab1189bf00cd531b3b2c410334a8e0d54bf1045fed3b59117873e8a0aeafdc1f543f0cef295bdca1fe5cfea5613e7ed4cc65f396b72db587257f5 + checksum: 10/4fd4186cfc87d42555919337fce245f276be572d9c4a217444f9afbfad05b3d6b05c7c45f13cbc21a8280c4898d03c2ec22c0ce8bcfe00b5eccce19f36854d24 languageName: node linkType: hard @@ -21731,6 +21729,90 @@ __metadata: languageName: node linkType: hard +"nx@npm:19.8.3": + version: 19.8.3 + resolution: "nx@npm:19.8.3" + dependencies: + "@napi-rs/wasm-runtime": "npm:0.2.4" + "@nrwl/tao": "npm:19.8.3" + "@nx/nx-darwin-arm64": "npm:19.8.3" + "@nx/nx-darwin-x64": "npm:19.8.3" + "@nx/nx-freebsd-x64": "npm:19.8.3" + "@nx/nx-linux-arm-gnueabihf": "npm:19.8.3" + "@nx/nx-linux-arm64-gnu": "npm:19.8.3" + "@nx/nx-linux-arm64-musl": "npm:19.8.3" + "@nx/nx-linux-x64-gnu": "npm:19.8.3" + "@nx/nx-linux-x64-musl": "npm:19.8.3" + "@nx/nx-win32-arm64-msvc": "npm:19.8.3" + "@nx/nx-win32-x64-msvc": "npm:19.8.3" + "@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/6487868f821f2b07343fddb6dc5f9770a35ab6103486155109e8a4deb6b4a1009ab8351ad51e571514d77b2cde4b05ffe4a74db1cc467997a2de6ed769113211 + 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" @@ -22689,13 +22771,6 @@ __metadata: languageName: node linkType: hard -"path-to-regexp@npm:0.1.7": - version: 0.1.7 - resolution: "path-to-regexp@npm:0.1.7" - checksum: 10/701c99e1f08e3400bea4d701cf6f03517474bb1b608da71c78b1eb261415b645c5670dfae49808c89e12cea2dccd113b069f040a80de012da0400191c6dbd1c8 - languageName: node - linkType: hard - "path-type@npm:^3.0.0": version: 3.0.0 resolution: "path-type@npm:3.0.0" @@ -22756,7 +22831,7 @@ __metadata: languageName: node linkType: hard -"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1": +"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1, picocolors@npm:^1.1.0": version: 1.1.0 resolution: "picocolors@npm:1.1.0" checksum: 10/a2ad60d94d185c30f2a140b19c512547713fb89b920d32cc6cf658fa786d63a37ba7b8451872c3d9fc34883971fb6e5878e07a20b60506e0bb2554dce9169ccb @@ -22770,6 +22845,13 @@ __metadata: languageName: node linkType: hard +"picomatch@npm:^4.0.2": + version: 4.0.2 + resolution: "picomatch@npm:4.0.2" + checksum: 10/ce617b8da36797d09c0baacb96ca8a44460452c89362d7cb8f70ca46b4158ba8bc3606912de7c818eb4a939f7f9015cef3c766ec8a0c6bfc725fdc078e39c717 + languageName: node + linkType: hard + "pidtree@npm:^0.3.0": version: 0.3.1 resolution: "pidtree@npm:0.3.1" @@ -22899,27 +22981,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.47.0": - version: 1.47.0 - resolution: "playwright-core@npm:1.47.0" +"playwright-core@npm:1.47.2": + version: 1.47.2 + resolution: "playwright-core@npm:1.47.2" bin: playwright-core: cli.js - checksum: 10/181ddf5c29275fc0cfdda223c22cbfc7a74433e1e3aded96c9fb994f7fe98232c035e789986a62201d0c384b2966f1165f212f4f88eec6885ad56c04526c922c + checksum: 10/2a2b28b2f1d01bc447f4f1cb4b5248ed053fde38429484c909efa17226e692a79cd5e6d4c337e9040eaaf311b6cb4a36027d6d14f1f44c482c5fb3feb081f913 languageName: node linkType: hard -"playwright@npm:1.47.0": - version: 1.47.0 - resolution: "playwright@npm:1.47.0" +"playwright@npm:1.47.2": + version: 1.47.2 + resolution: "playwright@npm:1.47.2" dependencies: fsevents: "npm:2.3.2" - playwright-core: "npm:1.47.0" + playwright-core: "npm:1.47.2" dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 10/6051889d33c879847e471633453adeb741ca0542f236b3fabbb64e7ec3f17f1655f879099140e0b01a978d94caa8205b3c9437622e9953d56f5447e4ae85885d + checksum: 10/73494a187be3e75222b65ebcce8d790eada340bd61ca0d07410060a52232ddbc2357c4882d7b42434054dc1f4802fdb039a47530b4b5500dcfd1bf0edd63c191 languageName: node linkType: hard @@ -23152,7 +23234,18 @@ __metadata: languageName: node linkType: hard -"postcss@npm:8.4.45, postcss@npm:^8.4.23, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:^8.4.41, postcss@npm:^8.4.43": +"postcss@npm:8.4.47": + version: 8.4.47 + resolution: "postcss@npm:8.4.47" + dependencies: + nanoid: "npm:^3.3.7" + picocolors: "npm:^1.1.0" + source-map-js: "npm:^1.2.1" + checksum: 10/f2b50ba9b6fcb795232b6bb20de7cdc538c0025989a8ed9c4438d1960196ba3b7eaff41fdb1a5c701b3504651ea87aeb685577707f0ae4d6ce6f3eae5df79a81 + languageName: node + linkType: hard + +"postcss@npm:^8.4.23, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:^8.4.41, postcss@npm:^8.4.43": version: 8.4.45 resolution: "postcss@npm:8.4.45" dependencies: @@ -23588,15 +23681,6 @@ __metadata: languageName: node linkType: hard -"qs@npm:6.11.0": - version: 6.11.0 - resolution: "qs@npm:6.11.0" - dependencies: - side-channel: "npm:^1.0.4" - checksum: 10/5a3bfea3e2f359ede1bfa5d2f0dbe54001aa55e40e27dc3e60fab814362d83a9b30758db057c2011b6f53a2d4e4e5150194b5bac45372652aecb3e3c0d4b256e - languageName: node - linkType: hard - "qs@npm:6.13.0, qs@npm:^6.9.6": version: 6.13.0 resolution: "qs@npm:6.13.0" @@ -24086,6 +24170,13 @@ __metadata: languageName: node linkType: hard +"readdirp@npm:^4.0.1": + version: 4.0.1 + resolution: "readdirp@npm:4.0.1" + checksum: 10/f8a2d3308c9dd19d9da4fc7f19a02fc057259a80014949d8f3d98f4e6042896119fb96eb3f3e6a743747d12f0bf781b771902b0b03aba58f884589c50968fad4 + languageName: node + linkType: hard + "real-require@npm:^0.2.0": version: 0.2.0 resolution: "real-require@npm:0.2.0" @@ -25519,27 +25610,27 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.21.2": - version: 4.21.2 - resolution: "rollup@npm:4.21.2" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.21.2" - "@rollup/rollup-android-arm64": "npm:4.21.2" - "@rollup/rollup-darwin-arm64": "npm:4.21.2" - "@rollup/rollup-darwin-x64": "npm:4.21.2" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.2" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.2" - "@rollup/rollup-linux-arm64-gnu": "npm:4.21.2" - "@rollup/rollup-linux-arm64-musl": "npm:4.21.2" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.2" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.2" - "@rollup/rollup-linux-s390x-gnu": "npm:4.21.2" - "@rollup/rollup-linux-x64-gnu": "npm:4.21.2" - "@rollup/rollup-linux-x64-musl": "npm:4.21.2" - "@rollup/rollup-win32-arm64-msvc": "npm:4.21.2" - "@rollup/rollup-win32-ia32-msvc": "npm:4.21.2" - "@rollup/rollup-win32-x64-msvc": "npm:4.21.2" - "@types/estree": "npm:1.0.5" +"rollup@npm:4.23.0": + version: 4.23.0 + resolution: "rollup@npm:4.23.0" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.23.0" + "@rollup/rollup-android-arm64": "npm:4.23.0" + "@rollup/rollup-darwin-arm64": "npm:4.23.0" + "@rollup/rollup-darwin-x64": "npm:4.23.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.23.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.23.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.23.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.23.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.23.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.23.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.23.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.23.0" + "@rollup/rollup-linux-x64-musl": "npm:4.23.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.23.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.23.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.23.0" + "@types/estree": "npm:1.0.6" fsevents: "npm:~2.3.2" dependenciesMeta: "@rollup/rollup-android-arm-eabi": @@ -25578,7 +25669,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/5d679af1a04170f7164e3e975a375adb76f9bbf34d1ad8d9c3fa789252d377e7d364dfee054a4283121f9f9368d7b35404b9d42fb260be314d34739243ab0722 + checksum: 10/b551f911753bc2e0be59fae2d0d7f892de00f88b698f6bbb2cb4fb54432b7c92d8b2c79fdc38160c84ede0bbb0d0d6b4ae2a6832fd97527c5b76f46e73f55039 languageName: node linkType: hard @@ -25799,16 +25890,16 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.78.0": - version: 1.78.0 - resolution: "sass@npm:1.78.0" +"sass@npm:1.79.4": + version: 1.79.4 + resolution: "sass@npm:1.79.4" dependencies: - chokidar: "npm:>=3.0.0 <4.0.0" + chokidar: "npm:^4.0.0" immutable: "npm:^4.0.0" source-map-js: "npm:>=0.6.2 <2.0.0" bin: sass: sass.js - checksum: 10/a180135addd9108d9a3549e111b2b442a97761bc429ef04374d57ef741d4343378e7092a6cba12e1f94e48b02d9b997cc79e737c0a2b834ad9204a761b14734d + checksum: 10/82e2ee5c2e46c96818454c7d97bcfb5b36c1c27de3b1e705adad7a49a8b32226c5254cc4c8804f45db2b6aa018848973177274c2b1137d4caf7abb5cb7bbf8b9 languageName: node linkType: hard @@ -25944,27 +26035,6 @@ __metadata: languageName: node linkType: hard -"send@npm:0.18.0": - version: 0.18.0 - resolution: "send@npm:0.18.0" - dependencies: - debug: "npm:2.6.9" - depd: "npm:2.0.0" - destroy: "npm:1.2.0" - encodeurl: "npm:~1.0.2" - escape-html: "npm:~1.0.3" - etag: "npm:~1.8.1" - fresh: "npm:0.5.2" - http-errors: "npm:2.0.0" - mime: "npm:1.6.0" - ms: "npm:2.1.3" - on-finished: "npm:2.4.1" - range-parser: "npm:~1.2.1" - statuses: "npm:2.0.1" - checksum: 10/ec66c0ad109680ad8141d507677cfd8b4e40b9559de23191871803ed241718e99026faa46c398dcfb9250676076573bd6bfe5d0ec347f88f4b7b8533d1d391cb - languageName: node - linkType: hard - "send@npm:0.19.0": version: 0.19.0 resolution: "send@npm:0.19.0" @@ -26015,18 +26085,6 @@ __metadata: languageName: node linkType: hard -"serve-static@npm:1.15.0": - version: 1.15.0 - resolution: "serve-static@npm:1.15.0" - dependencies: - encodeurl: "npm:~1.0.2" - escape-html: "npm:~1.0.3" - parseurl: "npm:~1.3.3" - send: "npm:0.18.0" - checksum: 10/699b2d4c29807a51d9b5e0f24955346911437aebb0178b3c4833ad30d3eca93385ff9927254f5c16da345903cad39d9cd4a532198c95a5129cc4ed43911b15a4 - languageName: node - linkType: hard - "serve-static@npm:1.16.2": version: 1.16.2 resolution: "serve-static@npm:1.16.2" @@ -26397,7 +26455,7 @@ __metadata: languageName: node linkType: hard -"source-map-js@npm:>=0.6.2 <2.0.0, source-map-js@npm:^1.0.1, source-map-js@npm:^1.0.2, source-map-js@npm:^1.2.0": +"source-map-js@npm:>=0.6.2 <2.0.0, source-map-js@npm:^1.0.1, source-map-js@npm:^1.0.2, source-map-js@npm:^1.2.0, source-map-js@npm:^1.2.1": version: 1.2.1 resolution: "source-map-js@npm:1.2.1" checksum: 10/ff9d8c8bf096d534a5b7707e0382ef827b4dd360a577d3f34d2b9f48e12c9d230b5747974ee7c607f0df65113732711bb701fe9ece3c7edbd43cb2294d707df3 @@ -26517,28 +26575,28 @@ __metadata: "@lmc-eu/conventional-changelog-lmc-github": "npm:3.0.3" "@lmc-eu/eslint-config-react": "npm:2.0.5" "@omlet/cli": "npm:1.10.4" - "@playwright/test": "npm:1.47.0" + "@playwright/test": "npm:1.47.2" "@rollup/plugin-babel": "npm:6.0.4" - "@rollup/plugin-node-resolve": "npm:15.2.3" + "@rollup/plugin-node-resolve": "npm:15.3.0" "@rollup/plugin-replace": "npm:5.0.7" "@svgr/webpack": "npm:8.1.0" - babel-loader: "npm:9.1.3" + babel-loader: "npm:9.2.1" core-js: "npm:3.38.1" css-loader: "npm:6.11.0" - eslint: "npm:8.57.0" + eslint: "npm:8.57.1" eslint-plugin-jsx-a11y: "npm:6.10.0" eslint-plugin-prettier: "npm:5.2.1" - eslint-plugin-react: "npm:7.35.2" + eslint-plugin-react: "npm:7.37.1" eslint-plugin-react-hooks: "npm:4.6.2" - eslint-plugin-storybook: "npm:0.8.0" - husky: "npm:9.1.5" + eslint-plugin-storybook: "npm:0.9.0" + 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.36.0" - npm-run-all2: "npm:6.2.2" - nx: "npm:19.7.2" - postcss: "npm:8.4.45" + netlify-cli: "npm:17.36.3" + npm-run-all2: "npm:6.2.3" + nx: "npm:19.8.3" + postcss: "npm:8.4.47" prettier: "npm:3.3.3" prettier-config-spirit: "workspace:^" react: "npm:18.3.1" @@ -26551,7 +26609,7 @@ __metadata: style-loader: "npm:4.0.0" typescript: "npm:4.7.4" vite-raw-plugin: "npm:1.0.2" - webpack: "npm:5.94.0" + webpack: "npm:5.95.0" webpack-cli: "npm:5.1.4" languageName: unknown linkType: soft @@ -27125,21 +27183,21 @@ __metadata: languageName: node linkType: hard -"style-to-js@npm:1.1.13": - version: 1.1.13 - resolution: "style-to-js@npm:1.1.13" +"style-to-js@npm:1.1.14": + version: 1.1.14 + resolution: "style-to-js@npm:1.1.14" dependencies: - style-to-object: "npm:1.0.6" - checksum: 10/8c68cb70ca9558b532bee0d75747a1ce12e5bedd5781366ac6a62be9c6c0597100b33d47350f4ceaacbd5e5a8cb72f84c711cc1e6d7863e60ca691f3fa5610de + style-to-object: "npm:1.0.7" + checksum: 10/17da79c38e71fdd01b97d2041ba3eb9ef1def1c02a2b42151541711b34d013220c1fda32be743d8f9219b0b7b03b0871e243a53a7c4dc6ef0b45389cf255113d languageName: node linkType: hard -"style-to-object@npm:1.0.6": - version: 1.0.6 - resolution: "style-to-object@npm:1.0.6" +"style-to-object@npm:1.0.7": + version: 1.0.7 + resolution: "style-to-object@npm:1.0.7" dependencies: inline-style-parser: "npm:0.2.3" - checksum: 10/f8a969098423ca793ca01334c6df4c4e7973dd5711acf8070f603c79e7d84fb3243954717c73f685775b605bc606eadf42ae4d554261b7fb08eec7708488d583 + checksum: 10/133e461e06dacb3ab99817ac06845fba7bba8591b6fa0c7d0a5425457bfbf46d0be69c8c27aadd6c1c296d90b22b98af32b0eb7288b0c5e39e336264ab9da6dc languageName: node linkType: hard @@ -27874,6 +27932,16 @@ __metadata: languageName: node linkType: hard +"tinyglobby@npm:^0.2.1": + version: 0.2.9 + resolution: "tinyglobby@npm:0.2.9" + dependencies: + fdir: "npm:^6.4.0" + picomatch: "npm:^4.0.2" + checksum: 10/4570dacefa7f7371f49e52c8e4b7c4638d2cab9ee2903e1142c3eff4cfe71d1b8ab6cc55f65590a3232c27f8c0bcec794e4c2f02a4370fc79f3f4f026b5d84e7 + languageName: node + linkType: hard + "tinyrainbow@npm:^1.2.0": version: 1.2.0 resolution: "tinyrainbow@npm:1.2.0" @@ -28089,7 +28157,7 @@ __metadata: languageName: node linkType: hard -"ts-api-utils@npm:^1.0.1": +"ts-api-utils@npm:^1.0.1, ts-api-utils@npm:^1.3.0": version: 1.3.0 resolution: "ts-api-utils@npm:1.3.0" peerDependencies: @@ -28203,9 +28271,9 @@ __metadata: languageName: node linkType: hard -"tsup@npm:8.2.4": - version: 8.2.4 - resolution: "tsup@npm:8.2.4" +"tsup@npm:8.3.0": + version: 8.3.0 + resolution: "tsup@npm:8.3.0" dependencies: bundle-require: "npm:^5.0.0" cac: "npm:^6.7.14" @@ -28214,7 +28282,6 @@ __metadata: debug: "npm:^4.3.5" esbuild: "npm:^0.23.0" execa: "npm:^5.1.1" - globby: "npm:^11.1.0" joycon: "npm:^3.1.1" picocolors: "npm:^1.0.1" postcss-load-config: "npm:^6.0.1" @@ -28222,6 +28289,7 @@ __metadata: rollup: "npm:^4.19.0" source-map: "npm:0.8.0-beta.0" sucrase: "npm:^3.35.0" + tinyglobby: "npm:^0.2.1" tree-kill: "npm:^1.2.2" peerDependencies: "@microsoft/api-extractor": ^7.36.0 @@ -28240,7 +28308,7 @@ __metadata: bin: tsup: dist/cli-default.js tsup-node: dist/cli-node.js - checksum: 10/89613c3490797f7e107c55f961e2681d455b45a3acfe567dd3825d7ccd14b91f3cf8462f389b6e5ed7e9dd96266adc60830256d52f1bd5d443a1db504c9a7912 + checksum: 10/e69571253d436c822219b4dcbde927b1c083a9b21d50aef463742c5d4bb0e69bd6ea8515a439d08ab0fb0a982126b83b7068e5d150d3c1be86d752a1b730f8f1 languageName: node linkType: hard @@ -29387,7 +29455,50 @@ __metadata: languageName: node linkType: hard -"vite@npm:5.4.4, vite@npm:^5.0.0": +"vite@npm:5.4.8": + version: 5.4.8 + resolution: "vite@npm:5.4.8" + dependencies: + esbuild: "npm:^0.21.3" + fsevents: "npm:~2.3.3" + postcss: "npm:^8.4.43" + rollup: "npm:^4.20.0" + peerDependencies: + "@types/node": ^18.0.0 || >=20.0.0 + less: "*" + lightningcss: ^1.21.0 + sass: "*" + sass-embedded: "*" + stylus: "*" + sugarss: "*" + terser: ^5.4.0 + dependenciesMeta: + fsevents: + optional: true + peerDependenciesMeta: + "@types/node": + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + bin: + vite: bin/vite.js + checksum: 10/17fdffa558abaf854f04ead7d3ddd76e4556a59871f9ac63cca3fc20a79979984837d8dddaae4b171e3d73061f781e4eec0f6d3babdbce2b4d111d29cf474c1c + languageName: node + linkType: hard + +"vite@npm:^5.0.0": version: 5.4.4 resolution: "vite@npm:5.4.4" dependencies: @@ -29606,9 +29717,9 @@ __metadata: languageName: node linkType: hard -"webpack@npm:5.94.0": - version: 5.94.0 - resolution: "webpack@npm:5.94.0" +"webpack@npm:5.95.0": + version: 5.95.0 + resolution: "webpack@npm:5.95.0" dependencies: "@types/estree": "npm:^1.0.5" "@webassemblyjs/ast": "npm:^1.12.1" @@ -29638,7 +29749,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10/648449c5fbbb0839814116e3b2b044ac6c75a7ba272435155ddeb1e64dfaa2f8079be3adfbb691f648b69900756ce0f6fb73beab0ced3cf5e0fd46868b4593a6 + checksum: 10/0377ad3a550b041f26237c96fb55754625b0ce6bae83c1c2447e3262ad056b0b0ad770dcbb92b59f188e9a2bd56155ce910add17dcf023cfbe78bdec774380c1 languageName: node linkType: hard