diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b67071bd49..d00c57c11d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -76,7 +76,7 @@ jobs: run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT" - name: Run Playwright tests - uses: docker://mcr.microsoft.com/playwright:v1.45.0-jammy + uses: docker://mcr.microsoft.com/playwright:v1.46.1-jammy with: args: 'sh -c "corepack install && corepack enable && yarn test:e2e"' env: diff --git a/.nvmrc b/.nvmrc index 561a1e9a85..17719ce25a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.20.3 +18.20.4 diff --git a/apps/demo/package.json b/apps/demo/package.json index 1faac74a97..d9337dc426 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -19,15 +19,15 @@ }, "devDependencies": { "@rollup/plugin-typescript": "11.1.6", - "autoprefixer": "10.4.19", + "autoprefixer": "10.4.20", "clean-css-cli": "5.6.3", - "npm-run-all2": "6.2.0", - "rollup": "4.18.0", + "npm-run-all2": "6.2.2", + "rollup": "4.21.0", "rollup-plugin-terser": "7.0.2", - "sass": "1.77.6", + "sass": "1.77.8", "sass-true": "8.0.0", "shx": "0.3.4", - "vite": "5.3.2", + "vite": "5.4.2", "vite-plugin-handlebars": "2.0.0" } } diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 71e24e55a6..33246b8cdb 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -14,7 +14,7 @@ "build": "storybook build --config-dir ./ --output-dir ./build" }, "devDependencies": { - "@babel/core": "7.24.7", + "@babel/core": "7.25.2", "@storybook/addon-actions": "8.1.10", "@storybook/addon-essentials": "8.1.10", "@storybook/addon-links": "8.1.10", @@ -28,7 +28,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "storybook": "8.1.10", - "typescript": "5.5.2", - "vite": "5.3.2" + "typescript": "5.5.4", + "vite": "5.4.2" } } diff --git a/apps/web-twig-demo/docker/Dockerfile b/apps/web-twig-demo/docker/Dockerfile index a08621832a..4e7b6f6a8e 100644 --- a/apps/web-twig-demo/docker/Dockerfile +++ b/apps/web-twig-demo/docker/Dockerfile @@ -1,4 +1,4 @@ -#syntax=docker/dockerfile:1.8 +#syntax=docker/dockerfile:1.9 # The different stages of this Dockerfile are meant to be built into separate images # https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage diff --git a/apps/web-twig-demo/package.json b/apps/web-twig-demo/package.json index 7478894206..93b4a49c48 100644 --- a/apps/web-twig-demo/package.json +++ b/apps/web-twig-demo/package.json @@ -5,26 +5,26 @@ "license": "MIT", "private": true, "devDependencies": { - "@babel/core": "7.24.7", - "@babel/preset-env": "7.24.7", + "@babel/core": "7.25.2", + "@babel/preset-env": "7.25.4", "@csstools/normalize.css": "12.1.1", - "@floating-ui/dom": "1.6.6", + "@floating-ui/dom": "1.6.10", "@hotwired/stimulus": "3.2.2", - "@lmc-eu/spirit-demo": "0.1.2", - "@lmc-eu/spirit-form-validations": "2.0.2", - "@lmc-eu/spirit-web": "2.2.0", - "@lmc-eu/spirit-design-tokens": "2.0.2", + "@lmc-eu/spirit-demo": "0.1.3", + "@lmc-eu/spirit-form-validations": "2.0.3", + "@lmc-eu/spirit-web": "2.3.0", + "@lmc-eu/spirit-design-tokens": "2.0.3", "@symfony/stimulus-bridge": "3.2.2", "@symfony/webpack-encore": "4.6.1", - "core-js": "3.37.1", + "core-js": "3.38.1", "regenerator-runtime": "0.14.1", "sass-loader": "14.2.1", - "sass": "1.77.6", + "sass": "1.77.8", "ts-loader": "9.5.1", - "typescript": "5.5.2", + "typescript": "5.5.4", "webpack-cli": "5.1.4", "webpack-notifier": "1.15.0", - "webpack": "5.92.1" + "webpack": "5.94.0" }, "scripts": { "dev-server": "encore dev-server", diff --git a/bin/make/e2e.sh b/bin/make/e2e.sh index 4aee8bbdd6..7684fd9ae8 100755 --- a/bin/make/e2e.sh +++ b/bin/make/e2e.sh @@ -2,7 +2,7 @@ set -o errexit -PLAYWRIGHT_VERSION=1.45.0 +PLAYWRIGHT_VERSION=1.46.1 UBUNTU_VERSION=jammy E2E_FLAG="" diff --git a/configs/jest-config-spirit/package.json b/configs/jest-config-spirit/package.json index 5be9c3ed84..21135c9bad 100644 --- a/configs/jest-config-spirit/package.json +++ b/configs/jest-config-spirit/package.json @@ -20,7 +20,7 @@ "type": "module", "module": "./index.js", "dependencies": { - "@swc/core": "1.6.5", + "@swc/core": "1.7.18", "@swc/jest": "0.2.36", "@testing-library/jest-dom": "^6.4.5", "@types/jest": "29.5.12", diff --git a/configs/prettier-config-spirit/package.json b/configs/prettier-config-spirit/package.json index 4a90ca202b..929a6e046f 100644 --- a/configs/prettier-config-spirit/package.json +++ b/configs/prettier-config-spirit/package.json @@ -22,7 +22,7 @@ "main": "./index.js", "module": "./index.js", "dependencies": { - "@lmc-eu/prettier-config": "2.0.0", - "prettier": "3.3.2" + "@lmc-eu/prettier-config": "2.0.1", + "prettier": "3.3.3" } } diff --git a/configs/stylelint-config-spirit/package.json b/configs/stylelint-config-spirit/package.json index dc00cb19f6..7f17bca179 100644 --- a/configs/stylelint-config-spirit/package.json +++ b/configs/stylelint-config-spirit/package.json @@ -26,9 +26,9 @@ "stylelint": "^16.0.0" }, "dependencies": { - "@almacareer/stylelint-config": "9.0.0", - "stylelint": "16.7.0", + "@almacareer/stylelint-config": "9.0.1", + "stylelint": "16.8.2", "stylelint-order": "6.0.4", - "stylelint-prettier": "5.0.0" + "stylelint-prettier": "5.0.2" } } diff --git a/examples/next-with-app-router/package.json b/examples/next-with-app-router/package.json index de8273e2e3..72ef3b3eb4 100644 --- a/examples/next-with-app-router/package.json +++ b/examples/next-with-app-router/package.json @@ -12,17 +12,17 @@ "@lmc-eu/spirit-design-tokens": "workspace:^", "@lmc-eu/spirit-web": "workspace:^", "@lmc-eu/spirit-web-react": "workspace:^", - "next": "14.2.3", + "next": "14.2.6", "react": "^18", "react-dom": "^18" }, "devDependencies": { - "@next/eslint-plugin-next": "14.2.5", - "@types/node": "20.14.15", + "@next/eslint-plugin-next": "14.2.6", + "@types/node": "20.16.1", "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "eslint": "8.57.0", - "eslint-config-next": "14.2.5", - "typescript": "4.7.4" + "eslint-config-next": "14.2.6", + "typescript": "4.9.5" } } diff --git a/examples/next-with-pages-router/package.json b/examples/next-with-pages-router/package.json index d14740888d..1d5fa4ba81 100644 --- a/examples/next-with-pages-router/package.json +++ b/examples/next-with-pages-router/package.json @@ -12,19 +12,19 @@ "@lmc-eu/spirit-design-tokens": "workspace:^", "@lmc-eu/spirit-web": "workspace:^", "@lmc-eu/spirit-web-react": "workspace:^", - "next": "14.2.3", + "next": "14.2.6", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@babel/preset-typescript": "7.24.7", - "@next/eslint-plugin-next": "14.2.5", - "@types/node": "20.14.15", + "@next/eslint-plugin-next": "14.2.6", + "@types/node": "20.16.1", "@types/react": "18.3.4", "@types/react-dom": "18.3.0", "eslint": "8.57.0", - "eslint-config-next": "14.2.5", - "typescript": "4.7.4" + "eslint-config-next": "14.2.6", + "typescript": "4.9.5" }, "description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router", "main": "index.js", diff --git a/exporters/js/package.json b/exporters/js/package.json index 94297487c6..9a71690dba 100644 --- a/exporters/js/package.json +++ b/exporters/js/package.json @@ -15,12 +15,12 @@ "types": "tsc" }, "devDependencies": { - "@swc/core": "1.6.5", + "@swc/core": "1.7.18", "@swc/jest": "0.2.36", "eslint": "8.57.0", "jest": "29.7.0", "npm-run-all": "4.1.5", - "typescript": "5.5.2", - "vite": "5.3.2" + "typescript": "5.5.4", + "vite": "5.4.2" } } diff --git a/exporters/scss/package.json b/exporters/scss/package.json index 8dfd182c26..768df5248e 100644 --- a/exporters/scss/package.json +++ b/exporters/scss/package.json @@ -15,12 +15,12 @@ "types": "tsc" }, "devDependencies": { - "@swc/core": "1.6.5", + "@swc/core": "1.7.18", "@swc/jest": "0.2.36", "eslint": "8.57.0", "jest": "29.7.0", "npm-run-all": "4.1.5", - "typescript": "5.5.2", - "vite": "5.3.2" + "typescript": "5.5.4", + "vite": "5.4.2" } } diff --git a/exporters/variables-scss/package.json b/exporters/variables-scss/package.json index 19634487f0..b9f096f987 100644 --- a/exporters/variables-scss/package.json +++ b/exporters/variables-scss/package.json @@ -21,15 +21,15 @@ "@supernovaio/sdk-exporters": "^2.0.17" }, "devDependencies": { - "@lmc-eu/eslint-config-typescript": "2.1.3", - "@swc/core": "1.6.5", + "@lmc-eu/eslint-config-typescript": "2.1.4", + "@swc/core": "1.7.18", "@swc/jest": "0.2.36", "eslint": "8.57.0", "jest": "29.7.0", "jest-config-spirit": "workspace:^", "npm-run-all": "4.1.5", "prettier-config-spirit": "workspace:^", - "typescript": "5.5.2", - "vite": "5.3.2" + "typescript": "5.5.4", + "vite": "5.4.2" } } diff --git a/package.json b/package.json index 36a7a08f1c..acf39a65f4 100644 --- a/package.json +++ b/package.json @@ -55,36 +55,36 @@ "version": "yarn format:fix:changelog" }, "devDependencies": { - "@babel/core": "7.24.7", + "@babel/core": "7.25.2", "@babel/preset-react": "7.24.7", "@commitlint/cli": "17.8.1", - "@lmc-eu/commitlint-config": "2.0.2", - "@lmc-eu/conventional-changelog-lmc-github": "3.0.2", - "@lmc-eu/eslint-config-react": "2.0.2", - "@lmc-eu/prettier-config": "2.0.0", - "@omlet/cli": "1.7.0", - "@playwright/test": "1.45.0", + "@lmc-eu/commitlint-config": "2.0.3", + "@lmc-eu/conventional-changelog-lmc-github": "3.0.3", + "@lmc-eu/eslint-config-react": "2.0.5", + "@lmc-eu/prettier-config": "2.0.1", + "@omlet/cli": "1.10.2", + "@playwright/test": "1.46.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-replace": "5.0.7", "@svgr/webpack": "8.1.0", "babel-loader": "9.1.3", - "core-js": "3.37.1", + "core-js": "3.38.1", "css-loader": "6.11.0", "eslint": "8.57.0", "eslint-plugin-jsx-a11y": "6.9.0", - "eslint-plugin-react": "7.34.3", + "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.8.0", - "husky": "9.0.11", + "husky": "9.1.5", "is-ci": "3.0.1", - "lerna": "8.1.5", - "lint-staged": "15.2.7", - "netlify-cli": "17.30.0", - "npm-run-all2": "6.2.0", + "lerna": "8.1.8", + "lint-staged": "15.2.9", + "netlify-cli": "17.34.2", + "npm-run-all2": "6.2.2", "nx": "19.5.1", - "postcss": "8.4.38", - "prettier": "3.3.2", + "postcss": "8.4.41", + "prettier": "3.3.3", "prettier-config-spirit": "workspace:^", "react": "18.3.1", "react-dom": "18.3.1", @@ -94,12 +94,12 @@ "style-loader": "4.0.0", "typescript": "4.7.4", "vite-raw-plugin": "1.0.2", - "webpack": "5.92.1", + "webpack": "5.94.0", "webpack-cli": "5.1.4" }, "resolutions": { - "@types/react": "18.3.3", + "@types/react": "18.3.4", "typescript": "4.7.4" }, - "packageManager": "yarn@4.3.1" + "packageManager": "yarn@4.4.1" } diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 4161eed61e..ff8e389ceb 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -49,15 +49,15 @@ "test:unit:coverage": "yarn test:unit --coverage" }, "devDependencies": { - "@lmc-eu/eslint-config-jest": "3.0.2", + "@lmc-eu/eslint-config-jest": "3.0.5", "@types/jest": "29.5.12", - "@types/node": "20.14.9", + "@types/node": "20.16.1", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "jest": "29.7.0", "npm-run-all": "4.1.5", "shx": "0.3.4", - "tsup": "8.1.0" + "tsup": "8.2.4" }, "dependencies": { "filedirname": "^3.0.0", diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 89ca1b3dde..df5ce09d3e 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -55,13 +55,13 @@ "zx": "^7.2.2" }, "devDependencies": { - "@lmc-eu/eslint-config-jest": "3.0.2", + "@lmc-eu/eslint-config-jest": "3.0.5", "@types/jest": "29.5.12", - "@types/node": "20.14.9", + "@types/node": "20.16.1", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "jest": "29.7.0", "shx": "0.3.4", - "tsup": "8.1.0" + "tsup": "8.2.4" } } diff --git a/packages/common/package.json b/packages/common/package.json index 57e8ca2baf..c1b010618b 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@types/jest": "29.5.12", - "@types/node": "20.14.9", + "@types/node": "20.16.1", "jest": "29.7.0" } } diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 873cb1867b..e4cfaf45b1 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.0", - "rimraf": "5.0.7", + "npm-run-all2": "6.2.2", + "rimraf": "5.0.10", "shx": "0.3.4", - "stylelint": "16.7.0", + "stylelint": "16.8.2", "stylelint-config-spirit": "workspace:^", - "typescript": "5.5.2", - "vite": "5.3.2", + "typescript": "5.5.4", + "vite": "5.4.2", "vite-plugin-dts": "3.9.1" } } diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index 3585cc16d3..2558715071 100644 --- a/packages/form-validations/package.json +++ b/packages/form-validations/package.json @@ -33,15 +33,15 @@ "types": "tsc" }, "devDependencies": { - "@lmc-eu/browserslist-config": "2.0.0", + "@lmc-eu/browserslist-config": "2.0.1", "@types/jest": "29.5.12", "jest": "29.7.0", "npm-run-all": "4.1.5", - "sass": "1.77.6", + "sass": "1.77.8", "shx": "0.3.4", - "tslib": "2.6.3", - "typescript": "5.5.2", - "vite": "5.3.2" + "tslib": "2.7.0", + "typescript": "5.5.4", + "vite": "5.4.2" }, "nx": { "targets": { diff --git a/packages/icons/package.json b/packages/icons/package.json index d40f6616aa..3fa33f27f0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -29,8 +29,8 @@ "build:finalize": "npm-run-all build:react:clean build:copy" }, "devDependencies": { - "jsdom": "24.1.0", - "npm-run-all2": "6.2.0", + "jsdom": "24.1.3", + "npm-run-all2": "6.2.2", "shx": "0.3.4", "svg2react-icon": "3.1.178" } diff --git a/packages/web-react/package.json b/packages/web-react/package.json index 83fa3d2598..0285087635 100644 --- a/packages/web-react/package.json +++ b/packages/web-react/package.json @@ -23,32 +23,32 @@ "@floating-ui/react": "^0.26.5", "@react-hook/resize-observer": "^2.0.0", "classnames": "^2.3.1", - "html-dom-parser": "5.0.8", - "html-react-parser": "5.1.10", + "html-dom-parser": "5.0.9", + "html-react-parser": "5.1.13", "react-transition-group": "^4.4.5" }, "devDependencies": { - "@babel/preset-env": "7.24.7", + "@babel/preset-env": "7.25.4", "@babel/preset-react": "7.24.7", "@babel/preset-typescript": "7.24.7", - "@lmc-eu/eslint-config-base": "3.0.2", - "@lmc-eu/eslint-config-jest": "3.0.2", - "@lmc-eu/eslint-config-react": "2.0.2", - "@lmc-eu/eslint-config-typescript": "2.1.1", + "@lmc-eu/eslint-config-base": "3.1.2", + "@lmc-eu/eslint-config-jest": "3.0.5", + "@lmc-eu/eslint-config-react": "2.0.5", + "@lmc-eu/eslint-config-typescript": "2.1.4", "@lmc-eu/spirit-common": "^0.3.5", "@lmc-eu/spirit-demo": "^0.1.3", "@lmc-eu/spirit-design-tokens": "^2.0.3", "@lmc-eu/spirit-web": "^2.3.0", "@rollup/plugin-node-resolve": "15.2.3", - "@testing-library/dom": "10.2.0", - "@testing-library/jest-dom": "6.4.6", + "@testing-library/dom": "10.4.0", + "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", - "@types/node": "20.14.9", - "@types/react": "18.3.3", + "@types/node": "20.16.1", + "@types/react": "18.3.4", "@types/react-dom": "18.3.0", - "@types/react-transition-group": "4.4.10", + "@types/react-transition-group": "4.4.11", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint": "8.57.0", @@ -56,27 +56,27 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.9.0", - "eslint-plugin-prettier": "5.1.3", - "eslint-plugin-promise": "6.2.0", - "eslint-plugin-react": "7.34.3", + "eslint-plugin-prettier": "5.2.1", + "eslint-plugin-promise": "6.6.0", + "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-react-refresh": "0.4.7", + "eslint-plugin-react-refresh": "0.4.11", "eslint-plugin-standard": "5.0.0", - "glob": "10.4.2", + "glob": "10.4.5", "jest": "29.7.0", "npm-run-all": "4.1.5", "react": "18.3.1", "react-dom": "18.3.1", "recast": "0.23.9", - "rollup": "4.18.0", + "rollup": "4.21.0", "rollup-plugin-terser": "7.0.2", - "sass": "1.77.6", + "sass": "1.77.8", "shx": "0.3.4", "terser-webpack-plugin": "5.3.10", "ts-loader": "9.5.1", "ts-node": "10.9.2", - "typescript": "5.5.2", - "webpack": "5.92.1", + "typescript": "5.5.4", + "webpack": "5.94.0", "webpack-cli": "5.1.4", "webpack-merge": "5.10.0" }, diff --git a/packages/web/package.json b/packages/web/package.json index 94fc16b183..1a409f3e6f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -57,29 +57,29 @@ "@lmc-eu/spirit-icons": "^0.10.2" }, "devDependencies": { - "@lmc-eu/browserslist-config": "2.0.0", + "@lmc-eu/browserslist-config": "2.0.1", "@lmc-eu/spirit-common": "^0.3.5", "@lmc-eu/spirit-demo": "^0.1.3", "@rollup/plugin-typescript": "11.1.6", - "@types/eslint": "9.6.0", + "@types/eslint": "9.6.1", "@types/jest": "29.5.12", - "autoprefixer": "10.4.19", + "autoprefixer": "10.4.20", "clean-css-cli": "5.6.3", "eslint": "8.57.0", - "glob": "10.4.2", + "glob": "10.4.5", "jest": "29.7.0", "npm-run-all": "4.1.5", - "postcss": "8.4.38", + "postcss": "8.4.41", "postcss-cli": "11.0.0", - "rollup": "4.18.0", + "rollup": "4.21.0", "rollup-plugin-terser": "7.0.2", - "sass": "1.77.6", + "sass": "1.77.8", "sass-true": "8.0.0", "shx": "0.3.4", - "stylelint": "16.7.0", + "stylelint": "16.8.2", "stylelint-config-spirit": "workspace:^", - "tslib": "2.6.3", - "typescript": "5.5.2" + "tslib": "2.7.0", + "typescript": "5.5.4" }, "peerDependencies": { "sass": ">=1.57.0 < 2" diff --git a/yarn.lock b/yarn.lock index 6f867bdabe..acd6b80064 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,16 +19,16 @@ __metadata: "@lmc-eu/spirit-design-tokens": "workspace:^" "@lmc-eu/spirit-web": "workspace:^" "@lmc-eu/spirit-web-react": "workspace:^" - "@next/eslint-plugin-next": "npm:14.2.5" - "@types/node": "npm:20.14.15" + "@next/eslint-plugin-next": "npm:14.2.6" + "@types/node": "npm:20.16.1" "@types/react": "npm:18.3.4" "@types/react-dom": "npm:18.3.0" eslint: "npm:8.57.0" - eslint-config-next: "npm:14.2.5" - next: "npm:14.2.3" + eslint-config-next: "npm:14.2.6" + next: "npm:14.2.6" react: "npm:^18" react-dom: "npm:^18" - typescript: "npm:4.7.4" + typescript: "npm:4.9.5" languageName: unknown linkType: soft @@ -40,16 +40,16 @@ __metadata: "@lmc-eu/spirit-design-tokens": "workspace:^" "@lmc-eu/spirit-web": "workspace:^" "@lmc-eu/spirit-web-react": "workspace:^" - "@next/eslint-plugin-next": "npm:14.2.5" - "@types/node": "npm:20.14.15" + "@next/eslint-plugin-next": "npm:14.2.6" + "@types/node": "npm:20.16.1" "@types/react": "npm:18.3.4" "@types/react-dom": "npm:18.3.0" eslint: "npm:8.57.0" - eslint-config-next: "npm:14.2.5" - next: "npm:14.2.3" + eslint-config-next: "npm:14.2.6" + next: "npm:14.2.6" react: "npm:^18" react-dom: "npm:^18" - typescript: "npm:4.7.4" + typescript: "npm:4.9.5" languageName: unknown linkType: soft @@ -57,31 +57,31 @@ __metadata: version: 0.0.0-use.local resolution: "@almacareer/spirit-exporters-variables-scss@workspace:exporters/variables-scss" dependencies: - "@lmc-eu/eslint-config-typescript": "npm:2.1.3" + "@lmc-eu/eslint-config-typescript": "npm:2.1.4" "@supernovaio/export-helpers": "npm:^1.0.9" "@supernovaio/sdk-exporters": "npm:^2.0.17" - "@swc/core": "npm:1.6.5" + "@swc/core": "npm:1.7.18" "@swc/jest": "npm:0.2.36" eslint: "npm:8.57.0" jest: "npm:29.7.0" jest-config-spirit: "workspace:^" npm-run-all: "npm:4.1.5" prettier-config-spirit: "workspace:^" - typescript: "npm:5.5.2" - vite: "npm:5.3.2" + typescript: "npm:5.5.4" + vite: "npm:5.4.2" languageName: unknown linkType: soft -"@almacareer/stylelint-config@npm:9.0.0": - version: 9.0.0 - resolution: "@almacareer/stylelint-config@npm:9.0.0" +"@almacareer/stylelint-config@npm:9.0.1": + version: 9.0.1 + resolution: "@almacareer/stylelint-config@npm:9.0.1" dependencies: postcss-scss: "npm:^4.0.3" stylelint-config-standard-scss: "npm:^13.0.0" stylelint-order: "npm:^6.0.0" peerDependencies: stylelint: ^16.0.0 - checksum: 10/a7f39daa95b8dd0a995705de015600d3fa9f3df89faeab2d26878f4a8d98af3cd965eceb506a569a7b730c568507761f96474a6943f34014ddbf1e8603a227ff + checksum: 10/a1180574cc0ed827384fc71136942b88647dc036a3b24c984a29445e79cd84d50e2d39686cbd8ae329f78dcaac6fe8ea0f72e72e20a2406483f4bfd58b04d607 languageName: node linkType: hard @@ -116,33 +116,40 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.24.7, @babel/compat-data@npm:^7.24.8": +"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.24.8": version: 7.24.9 resolution: "@babel/compat-data@npm:7.24.9" checksum: 10/fcdbf3dd978305880f06ae20a23f4f68a8eddbe64fc5d2fbc98dfe4cdf15c174cff41e3a8eb9d935f9f3a68d3a23fa432044082ee9768a2ed4b15f769b8f6853 languageName: node linkType: hard -"@babel/core@npm:7.24.7": - version: 7.24.7 - resolution: "@babel/core@npm:7.24.7" +"@babel/compat-data@npm:^7.25.2, @babel/compat-data@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/compat-data@npm:7.25.4" + checksum: 10/d37a8936cc355a9ca3050102e03d179bdae26bd2e5c99a977637376c192b23637a039795f153c849437a086727628c9860e2c6af92d7151396e2362c09176337 + languageName: node + linkType: hard + +"@babel/core@npm:7.25.2": + version: 7.25.2 + resolution: "@babel/core@npm:7.25.2" dependencies: "@ampproject/remapping": "npm:^2.2.0" "@babel/code-frame": "npm:^7.24.7" - "@babel/generator": "npm:^7.24.7" - "@babel/helper-compilation-targets": "npm:^7.24.7" - "@babel/helper-module-transforms": "npm:^7.24.7" - "@babel/helpers": "npm:^7.24.7" - "@babel/parser": "npm:^7.24.7" - "@babel/template": "npm:^7.24.7" - "@babel/traverse": "npm:^7.24.7" - "@babel/types": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.0" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-module-transforms": "npm:^7.25.2" + "@babel/helpers": "npm:^7.25.0" + "@babel/parser": "npm:^7.25.0" + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.2" + "@babel/types": "npm:^7.25.2" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10/ef8cc1afa3ccecee6d1f5660c487ccc2a3f25106830ea9040e80ef4b2092e053607ee4ddd03493e4f7ef2f9967a956ca53b830d54c5bee738eeb58cce679dd4a + checksum: 10/0d6ec10ff430df66f654c089d6f7ef1d9bed0c318ac257ad5f0dfa0caa45666011828ae75f998bcdb279763e892b091b2925d0bc483299e61649d2c7a2245e33 languageName: node linkType: hard @@ -183,7 +190,7 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.24.4, @babel/generator@npm:^7.24.7, @babel/generator@npm:^7.7.2": +"@babel/generator@npm:^7.24.4, @babel/generator@npm:^7.7.2": version: 7.24.7 resolution: "@babel/generator@npm:7.24.7" dependencies: @@ -207,6 +214,18 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.4": + version: 7.25.5 + resolution: "@babel/generator@npm:7.25.5" + dependencies: + "@babel/types": "npm:^7.25.4" + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.25" + jsesc: "npm:^2.5.1" + checksum: 10/e6d046afe739cfa706c40c127b7436731acb2a3146d408a7d89dbf16448491b35bc09b7d285cc19c2c1f8980d74b5a99df200d67c859bb5260986614685b0770 + languageName: node + linkType: hard + "@babel/helper-annotate-as-pure@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-annotate-as-pure@npm:7.24.7" @@ -239,6 +258,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-compilation-targets@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-compilation-targets@npm:7.25.2" + dependencies: + "@babel/compat-data": "npm:^7.25.2" + "@babel/helper-validator-option": "npm:^7.24.8" + browserslist: "npm:^4.23.1" + lru-cache: "npm:^5.1.1" + semver: "npm:^6.3.1" + checksum: 10/eccb2d75923d2d4d596f9ff64716e8664047c4192f1b44c7d5c07701d4a3498ac2587a72ddae1046e65a501bc630eb7df4557958b08ec2dcf5b4a264a052f111 + languageName: node + linkType: hard + "@babel/helper-create-class-features-plugin@npm:^7.24.7, @babel/helper-create-class-features-plugin@npm:^7.24.8": version: 7.24.8 resolution: "@babel/helper-create-class-features-plugin@npm:7.24.8" @@ -258,6 +290,23 @@ __metadata: languageName: node linkType: hard +"@babel/helper-create-class-features-plugin@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/helper-create-class-features-plugin@npm:7.25.4" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-member-expression-to-functions": "npm:^7.24.8" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" + "@babel/helper-replace-supers": "npm:^7.25.0" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.4" + semver: "npm:^6.3.1" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/47218da9fd964af30d41f0635d9e33eed7518e03aa8f10c3eb8a563bb2c14f52be3e3199db5912ae0e26058c23bb511c811e565c55ecec09427b04b867ed13c2 + languageName: node + linkType: hard + "@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-create-regexp-features-plugin@npm:7.24.7" @@ -271,6 +320,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-create-regexp-features-plugin@npm:^7.25.0, @babel/helper-create-regexp-features-plugin@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.2" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + regexpu-core: "npm:^5.3.1" + semver: "npm:^6.3.1" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/33dd627eef9e4229aba66789efd8fb7342fc2667b821d4b7947c7294f6d472cf025ff2db9b358a1e03de98376de44e839f0611a456a57127fd6e4b4dbfc96c51 + languageName: node + linkType: hard + "@babel/helper-define-polyfill-provider@npm:^0.6.1, @babel/helper-define-polyfill-provider@npm:^0.6.2": version: 0.6.2 resolution: "@babel/helper-define-polyfill-provider@npm:0.6.2" @@ -349,6 +411,20 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-module-transforms@npm:7.25.2" + dependencies: + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-simple-access": "npm:^7.24.7" + "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.2" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/a3bcf7815f3e9d8b205e0af4a8d92603d685868e45d119b621357e274996bf916216bb95ab5c6a60fde3775b91941555bf129d608e3d025b04f8aac84589f300 + languageName: node + linkType: hard + "@babel/helper-optimise-call-expression@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-optimise-call-expression@npm:7.24.7" @@ -385,6 +461,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-remap-async-to-generator@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-wrap-function": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.0" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/6b1ab73a067008c92e2fe5b7a9f39aab32e7f5a8c5eaf0a864436c21791f708ad8619d4a509febdfe934aeb373af4baa7c7d9f41181b385e09f39eaf11ca108e + languageName: node + linkType: hard + "@babel/helper-replace-supers@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-replace-supers@npm:7.24.7" @@ -398,6 +487,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-replace-supers@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-replace-supers@npm:7.25.0" + dependencies: + "@babel/helper-member-expression-to-functions": "npm:^7.24.8" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.0" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/97c6c17780cb9692132f7243f5a21fb6420104cb8ff8752dc03cfc9a1912a243994c0290c77ff096637ab6f2a7363b63811cfc68c2bad44e6b39460ac2f6a63f + languageName: node + linkType: hard + "@babel/helper-simple-access@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-simple-access@npm:7.24.7" @@ -427,13 +529,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-string-parser@npm:^7.24.6, @babel/helper-string-parser@npm:^7.24.8": - version: 7.24.8 - resolution: "@babel/helper-string-parser@npm:7.24.8" - checksum: 10/6d1bf8f27dd725ce02bdc6dffca3c95fb9ab8a06adc2edbd9c1c9d68500274230d1a609025833ed81981eff560045b6b38f7b4c6fb1ab19fc90e5004e3932535 - languageName: node - linkType: hard - "@babel/helper-string-parser@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-string-parser@npm:7.24.7" @@ -441,7 +536,14 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.24.6, @babel/helper-validator-identifier@npm:^7.24.7": +"@babel/helper-string-parser@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-string-parser@npm:7.24.8" + checksum: 10/6d1bf8f27dd725ce02bdc6dffca3c95fb9ab8a06adc2edbd9c1c9d68500274230d1a609025833ed81981eff560045b6b38f7b4c6fb1ab19fc90e5004e3932535 + languageName: node + linkType: hard + +"@babel/helper-validator-identifier@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-validator-identifier@npm:7.24.7" checksum: 10/86875063f57361471b531dbc2ea10bbf5406e12b06d249b03827d361db4cad2388c6f00936bcd9dc86479f7e2c69ea21412c2228d4b3672588b754b70a449d4b @@ -467,7 +569,18 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.24.7, @babel/helpers@npm:^7.24.8": +"@babel/helper-wrap-function@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-wrap-function@npm:7.25.0" + dependencies: + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10/08724128b9c540c02a59f02f9c1c9940fe5363d85d0f30ec826a4f926afdb26fa4ec33ca2b88b4aa745fe3dbe1f44be2969b8a03af259af7945d8cd3262168d3 + languageName: node + linkType: hard + +"@babel/helpers@npm:^7.24.8": version: 7.24.8 resolution: "@babel/helpers@npm:7.24.8" dependencies: @@ -477,6 +590,16 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helpers@npm:7.25.0" + dependencies: + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10/4fcb8167eba9853e30b8b235b81b923ef7b707396b0e23d7a4fa3e811729506755576cb9ec736e8b92cf19e5a1ec61e83d182904d8e6a0953803c6bebc2e1592 + languageName: node + linkType: hard + "@babel/highlight@npm:^7.24.7": version: 7.24.7 resolution: "@babel/highlight@npm:7.24.7" @@ -498,6 +621,17 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/parser@npm:7.25.4" + dependencies: + "@babel/types": "npm:^7.25.4" + bin: + parser: ./bin/babel-parser.js + checksum: 10/343b8a76c43549e370fe96f4f6d564382a6cdff60e9c3b8a594c51e4cefd58ec9945e82e8c4dfbf15ac865a04e4b29806531440760748e28568e6aec21bc9cb5 + languageName: node + linkType: hard + "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.7" @@ -510,6 +644,29 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.3": + version: 7.25.3 + resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.3" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.3" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/9743feb0152f2ac686aaee6dfd41e8ea211989a459d4c2b10b531442f6865057cd1a502515634c25462b155bc58f0710267afed72396780e9b72be25370dd577 + languageName: node + linkType: hard + +"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.0" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/5e504bba884a4500e71224d344efb1e70ebbeabd621e07a58f2d3c0d14a71a49c97b4989259a288cdbbfacebfea224397acf1217d26c77aebf9aa35bdd988249 + languageName: node + linkType: hard + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.24.7" @@ -521,6 +678,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.0" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/f574beb1d4f723bb9b913ce379259a55b50a308364585ccb83e00d933465c26c04cbbc85a06e6d4c829279eb1021b3236133d486b3ff11cfd90ad815c8b478d2 + languageName: node + linkType: hard + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.7" @@ -546,6 +714,18 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.0" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.0" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/de04a9342e9a0db1673683112c83cdc52173f489f45aeed864ceba72dfba8c8588e565171e64cb2a408a09269e5fb35c6ab4ef50e3e649c4f8c0c787feb5c048 + languageName: node + linkType: hard + "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2": version: 7.21.0-placeholder-for-preset-env.2 resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2" @@ -823,6 +1003,20 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-async-generator-functions@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.4" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-remap-async-to-generator": "npm:^7.25.0" + "@babel/plugin-syntax-async-generators": "npm:^7.8.4" + "@babel/traverse": "npm:^7.25.4" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/0004d910bbec3ef916acf5c7cf8b11671e65d2dd425a82f1101838b9b6243bfdf9578335584d9dedd20acc162796b687930e127c6042484e05b758af695e6cb8 + languageName: node + linkType: hard + "@babel/plugin-transform-async-to-generator@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.7" @@ -858,6 +1052,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-block-scoping@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-block-scoping@npm:7.25.0" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/981e565a8ff1e1f8d539b5ff067328517233142b131329d11e6c60405204e2a4a993828c367f7dc729a9608aabebdada869616563816e5f8f1385e91ac0fa4d6 + languageName: node + linkType: hard + "@babel/plugin-transform-class-properties@npm:^7.22.5, @babel/plugin-transform-class-properties@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-class-properties@npm:7.24.7" @@ -870,6 +1075,18 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-class-properties@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-class-properties@npm:7.25.4" + dependencies: + "@babel/helper-create-class-features-plugin": "npm:^7.25.4" + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/203a21384303d66fb5d841b77cba8b8994623ff4d26d208e3d05b36858c4919626a8d74871fa4b9195310c2e7883bf180359c4f5a76481ea55190c224d9746f4 + languageName: node + linkType: hard + "@babel/plugin-transform-class-static-block@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-class-static-block@npm:7.24.7" @@ -883,7 +1100,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.24.7, @babel/plugin-transform-classes@npm:^7.24.8": +"@babel/plugin-transform-classes@npm:^7.24.8": version: 7.24.8 resolution: "@babel/plugin-transform-classes@npm:7.24.8" dependencies: @@ -901,6 +1118,22 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-classes@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-classes@npm:7.25.4" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-replace-supers": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.4" + globals: "npm:^11.1.0" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/17db5889803529bec366c6f0602687fdd605c2fec8cb6fe918261cb55cd89e9d8c9aa2aa6f3fd64d36492ce02d7d0752b09a284b0f833c1185f7dad9b9506310 + languageName: node + linkType: hard + "@babel/plugin-transform-computed-properties@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-computed-properties@npm:7.24.7" @@ -913,7 +1146,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.24.7, @babel/plugin-transform-destructuring@npm:^7.24.8": +"@babel/plugin-transform-destructuring@npm:^7.24.8": version: 7.24.8 resolution: "@babel/plugin-transform-destructuring@npm:7.24.8" dependencies: @@ -947,6 +1180,18 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.0" + dependencies: + "@babel/helper-create-regexp-features-plugin": "npm:^7.25.0" + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/869c08def8eb80e3619c77e7af962dd82323a8447697298f461624077593c7b7082fc2238989880a0c0ba94bc6442300fd23e33255ac225760bc8bb755268941 + languageName: node + linkType: hard + "@babel/plugin-transform-dynamic-import@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.7" @@ -1020,6 +1265,19 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-function-name@npm:^7.25.1": + version: 7.25.1 + resolution: "@babel/plugin-transform-function-name@npm:7.25.1" + dependencies: + "@babel/helper-compilation-targets": "npm:^7.24.8" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.1" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/1b4cd214c8523f7fa024fcda540ffe5503eda0e0be08b7c21405c96a870b5fe8bb1bda9e23a43a31467bf3dfc3a08edca250cf7f55f09dc40759a1ca6c6d6a4a + languageName: node + linkType: hard + "@babel/plugin-transform-json-strings@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-json-strings@npm:7.24.7" @@ -1043,6 +1301,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-literals@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/plugin-transform-literals@npm:7.25.2" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/d9728625a6d55305610dd37057fe1a3473df4f3789fef693c900516caf8958dfb341394ecf69ce9b60c82c422ad2954491a7e4d4533432fd5df812827443d6e9 + languageName: node + linkType: hard + "@babel/plugin-transform-logical-assignment-operators@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.7" @@ -1105,6 +1374,20 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-modules-systemjs@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.0" + dependencies: + "@babel/helper-module-transforms": "npm:^7.25.0" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.0" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/2c38efdbaf6faf730cdcb0c5e42d2d15bb114eecf184db078319de496b5e3ce68d499e531265a0e13e29f0dcaa001f240773db5c4c078eac7f4456d6c8bddd88 + languageName: node + linkType: hard + "@babel/plugin-transform-modules-umd@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-modules-umd@npm:7.24.7" @@ -1238,6 +1521,18 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-private-methods@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-private-methods@npm:7.25.4" + dependencies: + "@babel/helper-create-class-features-plugin": "npm:^7.25.4" + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/d5c29ba121d6ce40e8055a632c32e69006c513607145a29701f93b416a8c53a60e53565df417218e2d8b7f1ba73adb837601e8e9d0a3215da50e4c9507f9f1fa + languageName: node + linkType: hard + "@babel/plugin-transform-private-property-in-object@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.7" @@ -1413,7 +1708,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.24.7, @babel/plugin-transform-typeof-symbol@npm:^7.24.8": +"@babel/plugin-transform-typeof-symbol@npm:^7.24.8": version: 7.24.8 resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.8" dependencies: @@ -1485,18 +1780,31 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:7.24.7": - version: 7.24.7 - resolution: "@babel/preset-env@npm:7.24.7" +"@babel/plugin-transform-unicode-sets-regex@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.4" dependencies: - "@babel/compat-data": "npm:^7.24.7" - "@babel/helper-compilation-targets": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" - "@babel/helper-validator-option": "npm:^7.24.7" - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.24.7" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.24.7" + "@babel/helper-create-regexp-features-plugin": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/d5d07d17932656fa4d62fd67ecaa1a5e4c2e92365a924f1a2a8cf8108762f137a30cd55eb3a7d0504258f27a19ad0decca6b62a5c37a5aada709cbb46c4a871f + languageName: node + linkType: hard + +"@babel/preset-env@npm:7.25.4": + version: 7.25.4 + resolution: "@babel/preset-env@npm:7.25.4" + dependencies: + "@babel/compat-data": "npm:^7.25.4" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-validator-option": "npm:^7.24.8" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.3" + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.0" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.0" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.7" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.24.7" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.0" "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" "@babel/plugin-syntax-class-properties": "npm:^7.12.13" @@ -1517,29 +1825,30 @@ __metadata: "@babel/plugin-syntax-top-level-await": "npm:^7.14.5" "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" "@babel/plugin-transform-arrow-functions": "npm:^7.24.7" - "@babel/plugin-transform-async-generator-functions": "npm:^7.24.7" + "@babel/plugin-transform-async-generator-functions": "npm:^7.25.4" "@babel/plugin-transform-async-to-generator": "npm:^7.24.7" "@babel/plugin-transform-block-scoped-functions": "npm:^7.24.7" - "@babel/plugin-transform-block-scoping": "npm:^7.24.7" - "@babel/plugin-transform-class-properties": "npm:^7.24.7" + "@babel/plugin-transform-block-scoping": "npm:^7.25.0" + "@babel/plugin-transform-class-properties": "npm:^7.25.4" "@babel/plugin-transform-class-static-block": "npm:^7.24.7" - "@babel/plugin-transform-classes": "npm:^7.24.7" + "@babel/plugin-transform-classes": "npm:^7.25.4" "@babel/plugin-transform-computed-properties": "npm:^7.24.7" - "@babel/plugin-transform-destructuring": "npm:^7.24.7" + "@babel/plugin-transform-destructuring": "npm:^7.24.8" "@babel/plugin-transform-dotall-regex": "npm:^7.24.7" "@babel/plugin-transform-duplicate-keys": "npm:^7.24.7" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.0" "@babel/plugin-transform-dynamic-import": "npm:^7.24.7" "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.7" "@babel/plugin-transform-export-namespace-from": "npm:^7.24.7" "@babel/plugin-transform-for-of": "npm:^7.24.7" - "@babel/plugin-transform-function-name": "npm:^7.24.7" + "@babel/plugin-transform-function-name": "npm:^7.25.1" "@babel/plugin-transform-json-strings": "npm:^7.24.7" - "@babel/plugin-transform-literals": "npm:^7.24.7" + "@babel/plugin-transform-literals": "npm:^7.25.2" "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7" "@babel/plugin-transform-member-expression-literals": "npm:^7.24.7" "@babel/plugin-transform-modules-amd": "npm:^7.24.7" - "@babel/plugin-transform-modules-commonjs": "npm:^7.24.7" - "@babel/plugin-transform-modules-systemjs": "npm:^7.24.7" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.8" + "@babel/plugin-transform-modules-systemjs": "npm:^7.25.0" "@babel/plugin-transform-modules-umd": "npm:^7.24.7" "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7" "@babel/plugin-transform-new-target": "npm:^7.24.7" @@ -1548,9 +1857,9 @@ __metadata: "@babel/plugin-transform-object-rest-spread": "npm:^7.24.7" "@babel/plugin-transform-object-super": "npm:^7.24.7" "@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7" - "@babel/plugin-transform-optional-chaining": "npm:^7.24.7" + "@babel/plugin-transform-optional-chaining": "npm:^7.24.8" "@babel/plugin-transform-parameters": "npm:^7.24.7" - "@babel/plugin-transform-private-methods": "npm:^7.24.7" + "@babel/plugin-transform-private-methods": "npm:^7.25.4" "@babel/plugin-transform-private-property-in-object": "npm:^7.24.7" "@babel/plugin-transform-property-literals": "npm:^7.24.7" "@babel/plugin-transform-regenerator": "npm:^7.24.7" @@ -1559,20 +1868,20 @@ __metadata: "@babel/plugin-transform-spread": "npm:^7.24.7" "@babel/plugin-transform-sticky-regex": "npm:^7.24.7" "@babel/plugin-transform-template-literals": "npm:^7.24.7" - "@babel/plugin-transform-typeof-symbol": "npm:^7.24.7" + "@babel/plugin-transform-typeof-symbol": "npm:^7.24.8" "@babel/plugin-transform-unicode-escapes": "npm:^7.24.7" "@babel/plugin-transform-unicode-property-regex": "npm:^7.24.7" "@babel/plugin-transform-unicode-regex": "npm:^7.24.7" - "@babel/plugin-transform-unicode-sets-regex": "npm:^7.24.7" + "@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.4" "@babel/preset-modules": "npm:0.1.6-no-external-plugins" babel-plugin-polyfill-corejs2: "npm:^0.4.10" - babel-plugin-polyfill-corejs3: "npm:^0.10.4" + babel-plugin-polyfill-corejs3: "npm:^0.10.6" babel-plugin-polyfill-regenerator: "npm:^0.6.1" - core-js-compat: "npm:^3.31.0" + core-js-compat: "npm:^3.37.1" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/2fd90c46efefadb48dae6d13de190ac48753af187ee394924cf532c79870ebb87658bd31f06649630827a478b17a4adc41717cc6d4c460ff2ed9fafa51e5b515 + checksum: 10/45ca65bdc7fa11ca51167804052460eda32bf2e6620c7ba998e2d95bc867595913532ee7d748e97e808eabcc66aabe796bd75c59014d996ec8183fa5a7245862 languageName: node linkType: hard @@ -1766,6 +2075,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/template@npm:7.25.0" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/parser": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10/07ebecf6db8b28244b7397628e09c99e7a317b959b926d90455c7253c88df3677a5a32d1501d9749fe292a263ff51a4b6b5385bcabd5dadd3a48036f4d4949e0 + languageName: node + linkType: hard + "@babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.24.1, @babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.24.8": version: 7.24.8 resolution: "@babel/traverse@npm:7.24.8" @@ -1784,25 +2104,29 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:7.24.6": - version: 7.24.6 - resolution: "@babel/types@npm:7.24.6" +"@babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.1, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.3, @babel/traverse@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/traverse@npm:7.25.4" dependencies: - "@babel/helper-string-parser": "npm:^7.24.6" - "@babel/helper-validator-identifier": "npm:^7.24.6" - to-fast-properties: "npm:^2.0.0" - checksum: 10/34552539cdc740513650cb3c7754f77a55cc5253dff9d45afd52292d366eb1c099939d5db066e458abcf4c9a7dedfe43467445f9c2208b3cb64866762dee5e9d + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.4" + "@babel/parser": "npm:^7.25.4" + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.4" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: 10/a85c16047ab8e454e2e758c75c31994cec328bd6d8b4b22e915fa7393a03b3ab96d1218f43dc7ef77c957cc488dc38100bdf504d08a80a131e89b2e49cfa2be5 languageName: node linkType: hard -"@babel/types@npm:7.24.8": - version: 7.24.8 - resolution: "@babel/types@npm:7.24.8" +"@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/29b080b2753c22ee5e2455ff767a971443245d945dea4d1b3130e036dcdf0949a89539a581753c68d03d2f2f2325244ee0f91fb83dabee1cbac5db5246838137 + checksum: 10/ccf5399db1dcd6dd87b84a6f7bc8dd241e04a326f4f038c973c26ccb69cd360c8f2276603f584c58fd94da95229313060b27baceb0d9b18a435742d3f616afd1 languageName: node linkType: hard @@ -1828,6 +2152,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/types@npm:7.25.4" + 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/d4a1194612d0a2a6ce9a0be325578b43d74e5f5278c67409468ba0a924341f0ad349ef0245ee8a36da3766efe5cc59cd6bb52547674150f97d8dc4c8cfa5d6b8 + languageName: node + linkType: hard + "@base2/pretty-print-object@npm:1.0.1": version: 1.0.1 resolution: "@base2/pretty-print-object@npm:1.0.1" @@ -1849,7 +2184,7 @@ __metadata: languageName: node linkType: hard -"@bugsnag/browser@npm:^7.22.7, @bugsnag/browser@npm:^7.25.0": +"@bugsnag/browser@npm:^7.25.0": version: 7.25.0 resolution: "@bugsnag/browser@npm:7.25.0" dependencies: @@ -1878,17 +2213,7 @@ __metadata: languageName: node linkType: hard -"@bugsnag/js@npm:7.23.0": - version: 7.23.0 - resolution: "@bugsnag/js@npm:7.23.0" - dependencies: - "@bugsnag/browser": "npm:^7.22.7" - "@bugsnag/node": "npm:^7.23.0" - checksum: 10/177766195ce4b88c45d78ffdf0efa121c2f050d556ffca72e792cf06dd1f0c30f80d84a653ad941ca4e36a94850b3cf131ab6355f7325dcf8caaff56df74b08c - languageName: node - linkType: hard - -"@bugsnag/js@npm:^7.0.0, @bugsnag/js@npm:^7.20.0": +"@bugsnag/js@npm:7.25.0, @bugsnag/js@npm:^7.0.0, @bugsnag/js@npm:^7.20.0": version: 7.25.0 resolution: "@bugsnag/js@npm:7.25.0" dependencies: @@ -1898,7 +2223,7 @@ __metadata: languageName: node linkType: hard -"@bugsnag/node@npm:^7.23.0, @bugsnag/node@npm:^7.25.0": +"@bugsnag/node@npm:^7.25.0": version: 7.25.0 resolution: "@bugsnag/node@npm:7.25.0" dependencies: @@ -2139,29 +2464,29 @@ __metadata: languageName: node linkType: hard -"@csstools/css-parser-algorithms@npm:^2.7.1": - version: 2.7.1 - resolution: "@csstools/css-parser-algorithms@npm:2.7.1" +"@csstools/css-parser-algorithms@npm:^3.0.0": + version: 3.0.1 + resolution: "@csstools/css-parser-algorithms@npm:3.0.1" peerDependencies: - "@csstools/css-tokenizer": ^2.4.1 - checksum: 10/939b23652c970dc4af8c20776e5da9e592cae4a590025f07ddb3263799076d4b6cf1bf8c4de97b29780bfa169177a31945effe94d2a11e0972138b5ff7d93654 + "@csstools/css-tokenizer": ^3.0.1 + checksum: 10/02649a70ab7bab1fd000ca1d196ffb93ad3e2e0f36b4aa064f7973cd31edc5f7e63f8eaf7b94d801a0bfd207386b8b23cbe40be6e871c27042b084c3a717349e languageName: node linkType: hard -"@csstools/css-tokenizer@npm:^2.4.1": - version: 2.4.1 - resolution: "@csstools/css-tokenizer@npm:2.4.1" - checksum: 10/a368e5c96d3b11e147f95951e336105480acfa457cdbc6fdf97e8873ff92ab9ee6b4b6224ac1b263f08798802f6b29b8977a502d070f9ab695c9b9905b964198 +"@csstools/css-tokenizer@npm:^3.0.0": + version: 3.0.1 + resolution: "@csstools/css-tokenizer@npm:3.0.1" + checksum: 10/81ae01b2d3ec40ed3dc78f8507cbfdfe1dbc4ae3f8c8e29b8bb4414216a8c7a7a936fa0faa3d11a1e49ad72209aec7c05ad8450a4ffc30ba288aa074b4a0e3b3 languageName: node linkType: hard -"@csstools/media-query-list-parser@npm:^2.1.13": - version: 2.1.13 - resolution: "@csstools/media-query-list-parser@npm:2.1.13" +"@csstools/media-query-list-parser@npm:^3.0.0": + version: 3.0.1 + resolution: "@csstools/media-query-list-parser@npm:3.0.1" peerDependencies: - "@csstools/css-parser-algorithms": ^2.7.1 - "@csstools/css-tokenizer": ^2.4.1 - checksum: 10/4a771d94eb01a23279d493cd668c71ae230b660c1e6ebcff1bec6e959eae6987ece7ce01b094b44afbae8695dc98d8617580d488db16de9ec4a7378ed5adf57f + "@csstools/css-parser-algorithms": ^3.0.1 + "@csstools/css-tokenizer": ^3.0.1 + checksum: 10/794344c67b126ad93d516ab3f01254d44cfa794c3401e34e8cc62ddc7fc13c9ab6c76cb517b643dbda47b57f2eb578c6a11c4a9a4b516d88e260a4016b64ce7f languageName: node linkType: hard @@ -2172,12 +2497,12 @@ __metadata: languageName: node linkType: hard -"@csstools/selector-specificity@npm:^3.1.1": - version: 3.1.1 - resolution: "@csstools/selector-specificity@npm:3.1.1" +"@csstools/selector-specificity@npm:^4.0.0": + version: 4.0.0 + resolution: "@csstools/selector-specificity@npm:4.0.0" peerDependencies: - postcss-selector-parser: ^6.0.13 - checksum: 10/3786a6afea97b08ad739ee8f4004f7e0a9e25049cee13af809dbda6462090744012a54bd9275a44712791e8f103f85d21641f14e81799f9dab946b0459a5e1ef + postcss-selector-parser: ^6.1.0 + checksum: 10/7076c1d8af0fba94f06718f87fba5bfea583f39089efa906ae38b5ecd6912d3d5865f7047a871ac524b1057e4c970622b2ade456b90d69fb9393902250057994 languageName: node linkType: hard @@ -2292,6 +2617,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/aix-ppc64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/aix-ppc64@npm:0.23.1" + conditions: os=aix & cpu=ppc64 + languageName: node + linkType: hard + "@esbuild/android-arm64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/android-arm64@npm:0.19.11" @@ -2320,6 +2652,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-arm64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/android-arm64@npm:0.23.1" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/android-arm@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/android-arm@npm:0.19.11" @@ -2348,6 +2687,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-arm@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/android-arm@npm:0.23.1" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@esbuild/android-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/android-x64@npm:0.19.11" @@ -2376,6 +2722,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/android-x64@npm:0.23.1" + conditions: os=android & cpu=x64 + languageName: node + linkType: hard + "@esbuild/darwin-arm64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/darwin-arm64@npm:0.19.11" @@ -2404,6 +2757,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/darwin-arm64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/darwin-arm64@npm:0.23.1" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/darwin-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/darwin-x64@npm:0.19.11" @@ -2432,6 +2792,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/darwin-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/darwin-x64@npm:0.23.1" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@esbuild/freebsd-arm64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/freebsd-arm64@npm:0.19.11" @@ -2460,6 +2827,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/freebsd-arm64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/freebsd-arm64@npm:0.23.1" + conditions: os=freebsd & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/freebsd-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/freebsd-x64@npm:0.19.11" @@ -2488,6 +2862,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/freebsd-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/freebsd-x64@npm:0.23.1" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/linux-arm64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-arm64@npm:0.19.11" @@ -2516,6 +2897,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-arm64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-arm64@npm:0.23.1" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/linux-arm@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-arm@npm:0.19.11" @@ -2544,6 +2932,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-arm@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-arm@npm:0.23.1" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@esbuild/linux-ia32@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-ia32@npm:0.19.11" @@ -2572,6 +2967,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-ia32@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-ia32@npm:0.23.1" + conditions: os=linux & cpu=ia32 + languageName: node + linkType: hard + "@esbuild/linux-loong64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-loong64@npm:0.19.11" @@ -2600,6 +3002,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-loong64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-loong64@npm:0.23.1" + conditions: os=linux & cpu=loong64 + languageName: node + linkType: hard + "@esbuild/linux-mips64el@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-mips64el@npm:0.19.11" @@ -2628,6 +3037,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-mips64el@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-mips64el@npm:0.23.1" + conditions: os=linux & cpu=mips64el + languageName: node + linkType: hard + "@esbuild/linux-ppc64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-ppc64@npm:0.19.11" @@ -2656,6 +3072,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-ppc64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-ppc64@npm:0.23.1" + conditions: os=linux & cpu=ppc64 + languageName: node + linkType: hard + "@esbuild/linux-riscv64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-riscv64@npm:0.19.11" @@ -2684,6 +3107,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-riscv64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-riscv64@npm:0.23.1" + conditions: os=linux & cpu=riscv64 + languageName: node + linkType: hard + "@esbuild/linux-s390x@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-s390x@npm:0.19.11" @@ -2712,6 +3142,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-s390x@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-s390x@npm:0.23.1" + conditions: os=linux & cpu=s390x + languageName: node + linkType: hard + "@esbuild/linux-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/linux-x64@npm:0.19.11" @@ -2740,6 +3177,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/linux-x64@npm:0.23.1" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + "@esbuild/netbsd-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/netbsd-x64@npm:0.19.11" @@ -2768,6 +3212,20 @@ __metadata: languageName: node linkType: hard +"@esbuild/netbsd-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/netbsd-x64@npm:0.23.1" + conditions: os=netbsd & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/openbsd-arm64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/openbsd-arm64@npm:0.23.1" + conditions: os=openbsd & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/openbsd-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/openbsd-x64@npm:0.19.11" @@ -2796,6 +3254,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/openbsd-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/openbsd-x64@npm:0.23.1" + conditions: os=openbsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/sunos-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/sunos-x64@npm:0.19.11" @@ -2824,6 +3289,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/sunos-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/sunos-x64@npm:0.23.1" + conditions: os=sunos & cpu=x64 + languageName: node + linkType: hard + "@esbuild/win32-arm64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/win32-arm64@npm:0.19.11" @@ -2852,6 +3324,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-arm64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/win32-arm64@npm:0.23.1" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/win32-ia32@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/win32-ia32@npm:0.19.11" @@ -2880,6 +3359,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-ia32@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/win32-ia32@npm:0.23.1" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@esbuild/win32-x64@npm:0.19.11": version: 0.19.11 resolution: "@esbuild/win32-x64@npm:0.19.11" @@ -2908,6 +3394,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-x64@npm:0.23.1": + version: 0.23.1 + resolution: "@esbuild/win32-x64@npm:0.23.1" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0": version: 4.4.0 resolution: "@eslint-community/eslint-utils@npm:4.4.0" @@ -3544,11 +4037,11 @@ __metadata: languageName: node linkType: hard -"@lerna/create@npm:8.1.5": - version: 8.1.5 - resolution: "@lerna/create@npm:8.1.5" +"@lerna/create@npm:8.1.8": + version: 8.1.8 + resolution: "@lerna/create@npm:8.1.8" dependencies: - "@npmcli/arborist": "npm:7.5.3" + "@npmcli/arborist": "npm:7.5.4" "@npmcli/package-json": "npm:5.2.0" "@npmcli/run-script": "npm:8.1.0" "@nx/devkit": "npm:>=17.1.2 < 20" @@ -3605,6 +4098,8 @@ __metadata: signal-exit: "npm:3.0.7" slash: "npm:^3.0.0" ssri: "npm:^10.0.6" + string-width: "npm:^4.2.3" + strip-ansi: "npm:^6.0.1" strong-log-transformer: "npm:2.1.0" tar: "npm:6.2.1" temp-dir: "npm:1.0.0" @@ -3617,134 +4112,107 @@ __metadata: write-pkg: "npm:4.0.0" yargs: "npm:17.7.2" yargs-parser: "npm:21.1.1" - checksum: 10/645d19d3dd6fbbd1e39c1156f2e8bf6852135b1d295fd35eb9c572fef1fb75a2e3401de6c715464f0556c619f21d4c135241cbb1d38bb9d323e7aa85b437175a + checksum: 10/810df5d35303882f84585be5360b248cec2d339df90bd594231ef2276cc5d2f633b264ae3221b0d2fa0611eeca86ae00cf8c184f79a1fab46ab0663a039a010b languageName: node linkType: hard -"@lmc-eu/browserslist-config@npm:2.0.0": - version: 2.0.0 - resolution: "@lmc-eu/browserslist-config@npm:2.0.0" - checksum: 10/2b423d6313e633e48d183c879da39f018fe0744eaa0a406458eab850fce6202e76c0dca61739f91a08c0fe18d8a4bd57c35a4b50e8a25d602e05a68f3e4277cc +"@lmc-eu/browserslist-config@npm:2.0.1": + version: 2.0.1 + resolution: "@lmc-eu/browserslist-config@npm:2.0.1" + checksum: 10/94f1cd729b321cf3d6b46b39d7479ed9442af24f14c4e1cce1abfa1c922081ee4736a57609c41d77c7059ea99243fcc6d9ff2770508982dfa72245614fdc5379 languageName: node linkType: hard -"@lmc-eu/commitlint-config@npm:2.0.2": - version: 2.0.2 - resolution: "@lmc-eu/commitlint-config@npm:2.0.2" +"@lmc-eu/commitlint-config@npm:2.0.3": + version: 2.0.3 + resolution: "@lmc-eu/commitlint-config@npm:2.0.3" dependencies: "@commitlint/config-conventional": "npm:^17.0.0" - "@lmc-eu/conventional-changelog-lmc": "npm:^2.0.2" - checksum: 10/69bbce113fcb510ac22dc4d3a752c734d5b5de50233021461986483673cbd29c4102f4f73b6605d174f5e1fa9b4bf802257ef562059de5bb82ca4192d319f787 + "@lmc-eu/conventional-changelog-lmc": "npm:^2.0.3" + checksum: 10/b640c48f11cb04aab9191427806e6fcb519bcb31df0d5a12064c2686348053ced16cee9ec7ab9d693f68a2c59b295e2b7a67e0aa4d6276e2a71311729cb79c65 languageName: node linkType: hard -"@lmc-eu/conventional-changelog-lmc-github@npm:3.0.2": - version: 3.0.2 - resolution: "@lmc-eu/conventional-changelog-lmc-github@npm:3.0.2" +"@lmc-eu/conventional-changelog-lmc-github@npm:3.0.3": + version: 3.0.3 + resolution: "@lmc-eu/conventional-changelog-lmc-github@npm:3.0.3" dependencies: - "@lmc-eu/conventional-changelog-lmc": "npm:^2.0.2" - checksum: 10/dbd387851d228d2ecddc25ef4e422f7f876f82e34153c5ad450e63f138e1e5dcceea6c1e09418cd1691a7b2947ee3ba3407908fff08615aeb785b836617264eb + "@lmc-eu/conventional-changelog-lmc": "npm:^2.0.3" + checksum: 10/5ed0e773b11168f2a684edd5c2e9757306dcf8024128cfaf073b72ec6ae73559cafe6fb7c6c96219540c2f9fdcaf23c5982073e9fc287980823ee75602409356 languageName: node linkType: hard -"@lmc-eu/conventional-changelog-lmc@npm:^2.0.2": - version: 2.0.2 - resolution: "@lmc-eu/conventional-changelog-lmc@npm:2.0.2" +"@lmc-eu/conventional-changelog-lmc@npm:^2.0.3": + version: 2.0.3 + resolution: "@lmc-eu/conventional-changelog-lmc@npm:2.0.3" dependencies: compare-func: "npm:^2.0.0" - checksum: 10/a6d2734b37d6d20762d2b790a5d0310e2569596b389e704faf03dfa3e74427f6dc79b0864d4f8f5c1e30d772b4e3e076821e2d827388d667653b87aa8d071f8a + checksum: 10/a6c8e14efa802a10fb35db38798d8398fa8fbcf4720c037ad2ecadb7f7041ab83708da68c0ffb60611871f06a94db7ddf0817160c48c4d10775ee00fbff8b21e languageName: node linkType: hard -"@lmc-eu/eslint-config-base@npm:3.0.2, @lmc-eu/eslint-config-base@npm:^3.0.2": - version: 3.0.2 - resolution: "@lmc-eu/eslint-config-base@npm:3.0.2" - dependencies: - eslint-config-airbnb-base: "npm:^15.0.0" - eslint-plugin-import: "npm:^2.25.2" - eslint-plugin-jsdoc: "npm:^46.0.0" - peerDependencies: - eslint: ^8.1.0 - checksum: 10/03f83f3fc3ea368625a3cd6f7db7f959c71e4a4ea5abcc210fd38546241063b1967e56a47c544ce049dc9300509fd57c6466f3645f1edbf16e8a1b443312b511 - languageName: node - linkType: hard - -"@lmc-eu/eslint-config-base@npm:^3.1.1": - version: 3.1.1 - resolution: "@lmc-eu/eslint-config-base@npm:3.1.1" +"@lmc-eu/eslint-config-base@npm:3.1.2, @lmc-eu/eslint-config-base@npm:^3.1.2": + version: 3.1.2 + resolution: "@lmc-eu/eslint-config-base@npm:3.1.2" dependencies: eslint-config-airbnb-base: "npm:^15.0.0" eslint-plugin-import: "npm:^2.25.2" eslint-plugin-jsdoc: "npm:^46.0.0" peerDependencies: eslint: ^8.1.0 - checksum: 10/8f0bab132ef75d0bbef7df0b46d205f1bd0a27d6fea85a004a8e766455c8706478fc11dfd262db4876aae10a6386246ae6fffcfae04a2c54ae4311084886f0a9 + checksum: 10/1c7493ead7d1dbd3dfeebf8ec42052bbbb9edc31c073c0999317d4d76309c41a21c25c0a430f074e66b34c832722a8c866f1980ae9df14ad1c45530b41d9c3df languageName: node linkType: hard -"@lmc-eu/eslint-config-jest@npm:3.0.2": - version: 3.0.2 - resolution: "@lmc-eu/eslint-config-jest@npm:3.0.2" +"@lmc-eu/eslint-config-jest@npm:3.0.5": + version: 3.0.5 + resolution: "@lmc-eu/eslint-config-jest@npm:3.0.5" dependencies: - "@lmc-eu/eslint-config-base": "npm:^3.0.2" + "@lmc-eu/eslint-config-base": "npm:^3.1.2" eslint-plugin-jest: "npm:^27.0.0" eslint-plugin-jest-formatting: "npm:^3.1.0" peerDependencies: eslint: ^8.1.0 - checksum: 10/f6fad5169ed56c21e2c8eb9f6ecd13246d543b153cf3da5a35562152a7540c5c5bf2221d4c975369b03618590c7497835e0dba8002d8c3c9430b197d86c11d0d + checksum: 10/96b9893c57d7c3d42973cf5dde6334926ae6e29c5f5fbf8c11a8efb34d2462f3f7ab853683fa28db621195c39ed1557cd7fae2d9682a3f025cb09151a2a2cc71 languageName: node linkType: hard -"@lmc-eu/eslint-config-react@npm:2.0.2": - version: 2.0.2 - resolution: "@lmc-eu/eslint-config-react@npm:2.0.2" +"@lmc-eu/eslint-config-react@npm:2.0.5": + version: 2.0.5 + resolution: "@lmc-eu/eslint-config-react@npm:2.0.5" dependencies: "@babel/core": "npm:^7.16.5" "@babel/eslint-parser": "npm:^7.16.5" - "@lmc-eu/eslint-config-base": "npm:^3.0.2" + "@lmc-eu/eslint-config-base": "npm:^3.1.2" eslint-config-airbnb: "npm:^19.0.2" peerDependencies: "@babel/preset-react": ^7.16.5 eslint: ^8.1.0 eslint-plugin-jsx-a11y: ^6.5.1 - eslint-plugin-react: ^7.27.0 - eslint-plugin-react-hooks: ^4.3.0 - checksum: 10/98ce5d6e89dbdb39a155f7cd89eb1c5ee1aa83eb7391d0154fe049fd813b4f1dd6c054ddf37b9eae7893d2129261634a7e03b4ef6e9563d5229215d50b9a7603 - languageName: node - linkType: hard - -"@lmc-eu/eslint-config-typescript@npm:2.1.1": - version: 2.1.1 - resolution: "@lmc-eu/eslint-config-typescript@npm:2.1.1" - dependencies: - "@lmc-eu/eslint-config-base": "npm:^3.0.2" - "@typescript-eslint/eslint-plugin": "npm:^6.0.0" - "@typescript-eslint/parser": "npm:^6.0.0" - eslint-import-resolver-typescript: "npm:^3.2.7" - peerDependencies: - eslint: ^8 - checksum: 10/40ed8a155e419235691e3f98c26e8ca473b27571f8fa99d1d3bab26dcf8dc15237a70936a54edb74c0118657bcf5a101ed2e35a61752c643271bbeff982966cc + eslint-plugin-react: ^7.27.0 + eslint-plugin-react-hooks: ^4.3.0 + checksum: 10/47805066a4324c1d4f7470c1d6a640b19e1d6a9a6ac84f369e261b6fcbdf1b515127e1965667d009be4d9c2a2ef9eb14263a1b6ed1817de9e1834c04f580d99b languageName: node linkType: hard -"@lmc-eu/eslint-config-typescript@npm:2.1.3": - version: 2.1.3 - resolution: "@lmc-eu/eslint-config-typescript@npm:2.1.3" +"@lmc-eu/eslint-config-typescript@npm:2.1.4": + version: 2.1.4 + resolution: "@lmc-eu/eslint-config-typescript@npm:2.1.4" dependencies: - "@lmc-eu/eslint-config-base": "npm:^3.1.1" + "@lmc-eu/eslint-config-base": "npm:^3.1.2" "@typescript-eslint/eslint-plugin": "npm:^6.0.0" "@typescript-eslint/parser": "npm:^6.0.0" eslint-import-resolver-typescript: "npm:^3.2.7" peerDependencies: eslint: ^8 - checksum: 10/087c7a322da4327b99b6dc38d0dd1295aa1bed6aee97b806652d23fbbb7c256c1097ad20c0d877ca47f5313de17af45d57e4d47075e1be545f4da29ad9bb3a07 + checksum: 10/807df46b417e2df1f2d274069e3cacb59233fb74aa01b0bf80413568f0da811ea53e93af859807f7c6c01044fae41eb46d99c1073746534a7a5efa866d59f762 languageName: node linkType: hard -"@lmc-eu/prettier-config@npm:2.0.0": - version: 2.0.0 - resolution: "@lmc-eu/prettier-config@npm:2.0.0" - checksum: 10/84a88795cfdd096f75321d8e50b47fddc4691f62e4342f5ef0c17683f12f16ac24172006081e3e254dc40808b96e51dd38b4e08d52515dd3b67f30ffa2417392 +"@lmc-eu/prettier-config@npm:2.0.1": + version: 2.0.1 + resolution: "@lmc-eu/prettier-config@npm:2.0.1" + checksum: 10/d589126f94d27970c53d3b1f7e0c9c7ffc6674a2a42f8c2c03751d4e437ef680270680fb94c5a945df2145fd8e3985e418b40b62b06f536c4785998a232dec4d languageName: node linkType: hard @@ -3752,9 +4220,9 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-analytics@workspace:packages/analytics" dependencies: - "@lmc-eu/eslint-config-jest": "npm:3.0.2" + "@lmc-eu/eslint-config-jest": "npm:3.0.5" "@types/jest": "npm:29.5.12" - "@types/node": "npm:20.14.9" + "@types/node": "npm:20.16.1" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" filedirname: "npm:^3.0.0" @@ -3763,7 +4231,7 @@ __metadata: react-scanner: "npm:^1.1.0" sade: "npm:^1.8.1" shx: "npm:0.3.4" - tsup: "npm:8.1.0" + tsup: "npm:8.2.4" zx: "npm:^7.2.2" bin: spirit-analytics: ./bin/spirit-analytics.js @@ -3774,10 +4242,10 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-codemods@workspace:packages/codemods" dependencies: - "@lmc-eu/eslint-config-jest": "npm:3.0.2" + "@lmc-eu/eslint-config-jest": "npm:3.0.5" "@types/jest": "npm:29.5.12" "@types/jscodeshift": "npm:^0.11.11" - "@types/node": "npm:20.14.9" + "@types/node": "npm:20.16.1" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" execa: "npm:^9.0.0" @@ -3786,7 +4254,7 @@ __metadata: jscodeshift: "npm:^0.16.0" sade: "npm:^1.8.1" shx: "npm:0.3.4" - tsup: "npm:8.1.0" + tsup: "npm:8.2.4" zx: "npm:^7.2.2" bin: spirit-codemods: ./bin/spirit-codemods.js @@ -3798,7 +4266,7 @@ __metadata: resolution: "@lmc-eu/spirit-common@workspace:packages/common" dependencies: "@types/jest": "npm:29.5.12" - "@types/node": "npm:20.14.9" + "@types/node": "npm:20.16.1" jest: "npm:29.7.0" languageName: unknown linkType: soft @@ -3808,15 +4276,15 @@ __metadata: resolution: "@lmc-eu/spirit-demo-app@workspace:apps/demo" dependencies: "@rollup/plugin-typescript": "npm:11.1.6" - autoprefixer: "npm:10.4.19" + autoprefixer: "npm:10.4.20" clean-css-cli: "npm:5.6.3" - npm-run-all2: "npm:6.2.0" - rollup: "npm:4.18.0" + npm-run-all2: "npm:6.2.2" + rollup: "npm:4.21.0" rollup-plugin-terser: "npm:7.0.2" - sass: "npm:1.77.6" + sass: "npm:1.77.8" sass-true: "npm:8.0.0" shx: "npm:0.3.4" - vite: "npm:5.3.2" + vite: "npm:5.4.2" vite-plugin-handlebars: "npm:2.0.0" languageName: unknown linkType: soft @@ -3831,13 +4299,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.0" - rimraf: "npm:5.0.7" + npm-run-all2: "npm:6.2.2" + rimraf: "npm:5.0.10" shx: "npm:0.3.4" - stylelint: "npm:16.7.0" + stylelint: "npm:16.8.2" stylelint-config-spirit: "workspace:^" - typescript: "npm:5.5.2" - vite: "npm:5.3.2" + typescript: "npm:5.5.4" + vite: "npm:5.4.2" vite-plugin-dts: "npm:3.9.1" languageName: unknown linkType: soft @@ -3846,13 +4314,13 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-exporters-js@workspace:exporters/js" dependencies: - "@swc/core": "npm:1.6.5" + "@swc/core": "npm:1.7.18" "@swc/jest": "npm:0.2.36" eslint: "npm:8.57.0" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" - typescript: "npm:5.5.2" - vite: "npm:5.3.2" + typescript: "npm:5.5.4" + vite: "npm:5.4.2" languageName: unknown linkType: soft @@ -3860,13 +4328,13 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-exporters-scss@workspace:exporters/scss" dependencies: - "@swc/core": "npm:1.6.5" + "@swc/core": "npm:1.7.18" "@swc/jest": "npm:0.2.36" eslint: "npm:8.57.0" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" - typescript: "npm:5.5.2" - vite: "npm:5.3.2" + typescript: "npm:5.5.4" + vite: "npm:5.4.2" languageName: unknown linkType: soft @@ -3874,15 +4342,15 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-form-validations@workspace:packages/form-validations" dependencies: - "@lmc-eu/browserslist-config": "npm:2.0.0" + "@lmc-eu/browserslist-config": "npm:2.0.1" "@types/jest": "npm:29.5.12" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" - sass: "npm:1.77.6" + sass: "npm:1.77.8" shx: "npm:0.3.4" - tslib: "npm:2.6.3" - typescript: "npm:5.5.2" - vite: "npm:5.3.2" + tslib: "npm:2.7.0" + typescript: "npm:5.5.4" + vite: "npm:5.4.2" languageName: unknown linkType: soft @@ -3897,8 +4365,8 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-icons@workspace:packages/icons" dependencies: - jsdom: "npm:24.1.0" - npm-run-all2: "npm:6.2.0" + jsdom: "npm:24.1.3" + npm-run-all2: "npm:6.2.2" shx: "npm:0.3.4" svg2react-icon: "npm:3.1.178" languageName: unknown @@ -3908,7 +4376,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-storybook@workspace:apps/storybook" dependencies: - "@babel/core": "npm:7.24.7" + "@babel/core": "npm:7.25.2" "@storybook/addon-actions": "npm:8.1.10" "@storybook/addon-essentials": "npm:8.1.10" "@storybook/addon-links": "npm:8.1.10" @@ -3922,8 +4390,8 @@ __metadata: react: "npm:18.3.1" react-dom: "npm:18.3.1" storybook: "npm:8.1.10" - typescript: "npm:5.5.2" - vite: "npm:5.3.2" + typescript: "npm:5.5.4" + vite: "npm:5.4.2" languageName: unknown linkType: soft @@ -3931,29 +4399,29 @@ __metadata: version: 0.0.0-use.local resolution: "@lmc-eu/spirit-web-react@workspace:packages/web-react" dependencies: - "@babel/preset-env": "npm:7.24.7" + "@babel/preset-env": "npm:7.25.4" "@babel/preset-react": "npm:7.24.7" "@babel/preset-typescript": "npm:7.24.7" "@floating-ui/react": "npm:^0.26.5" - "@lmc-eu/eslint-config-base": "npm:3.0.2" - "@lmc-eu/eslint-config-jest": "npm:3.0.2" - "@lmc-eu/eslint-config-react": "npm:2.0.2" - "@lmc-eu/eslint-config-typescript": "npm:2.1.1" + "@lmc-eu/eslint-config-base": "npm:3.1.2" + "@lmc-eu/eslint-config-jest": "npm:3.0.5" + "@lmc-eu/eslint-config-react": "npm:2.0.5" + "@lmc-eu/eslint-config-typescript": "npm:2.1.4" "@lmc-eu/spirit-common": "npm:^0.3.5" "@lmc-eu/spirit-demo": "npm:^0.1.3" "@lmc-eu/spirit-design-tokens": "npm:^2.0.3" "@lmc-eu/spirit-web": "npm:^2.3.0" "@react-hook/resize-observer": "npm:^2.0.0" "@rollup/plugin-node-resolve": "npm:15.2.3" - "@testing-library/dom": "npm:10.2.0" - "@testing-library/jest-dom": "npm:6.4.6" + "@testing-library/dom": "npm:10.4.0" + "@testing-library/jest-dom": "npm:6.5.0" "@testing-library/react": "npm:16.0.0" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.12" - "@types/node": "npm:20.14.9" - "@types/react": "npm:18.3.3" + "@types/node": "npm:20.16.1" + "@types/react": "npm:18.3.4" "@types/react-dom": "npm:18.3.0" - "@types/react-transition-group": "npm:4.4.10" + "@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" @@ -3962,30 +4430,30 @@ __metadata: eslint-config-prettier: "npm:9.1.0" eslint-plugin-import: "npm:2.29.1" eslint-plugin-jsx-a11y: "npm:6.9.0" - eslint-plugin-prettier: "npm:5.1.3" - eslint-plugin-promise: "npm:6.2.0" - eslint-plugin-react: "npm:7.34.3" + eslint-plugin-prettier: "npm:5.2.1" + eslint-plugin-promise: "npm:6.6.0" + eslint-plugin-react: "npm:7.35.0" eslint-plugin-react-hooks: "npm:4.6.2" - eslint-plugin-react-refresh: "npm:0.4.7" + eslint-plugin-react-refresh: "npm:0.4.11" eslint-plugin-standard: "npm:5.0.0" - glob: "npm:10.4.2" - html-dom-parser: "npm:5.0.8" - html-react-parser: "npm:5.1.10" + glob: "npm:10.4.5" + html-dom-parser: "npm:5.0.9" + html-react-parser: "npm:5.1.13" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" react: "npm:18.3.1" react-dom: "npm:18.3.1" react-transition-group: "npm:^4.4.5" recast: "npm:0.23.9" - rollup: "npm:4.18.0" + rollup: "npm:4.21.0" rollup-plugin-terser: "npm:7.0.2" - sass: "npm:1.77.6" + sass: "npm:1.77.8" 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.5.2" - webpack: "npm:5.92.1" + typescript: "npm:5.5.4" + webpack: "npm:5.94.0" webpack-cli: "npm:5.1.4" webpack-merge: "npm:5.10.0" peerDependencies: @@ -4009,31 +4477,31 @@ __metadata: dependencies: "@csstools/normalize.css": "npm:^12.0.0" "@floating-ui/dom": "npm:^1.5.3" - "@lmc-eu/browserslist-config": "npm:2.0.0" + "@lmc-eu/browserslist-config": "npm:2.0.1" "@lmc-eu/spirit-common": "npm:^0.3.5" "@lmc-eu/spirit-demo": "npm:^0.1.3" "@lmc-eu/spirit-design-tokens": "npm:^2.0.3" "@lmc-eu/spirit-icons": "npm:^0.10.2" "@rollup/plugin-typescript": "npm:11.1.6" - "@types/eslint": "npm:9.6.0" + "@types/eslint": "npm:9.6.1" "@types/jest": "npm:29.5.12" - autoprefixer: "npm:10.4.19" + autoprefixer: "npm:10.4.20" clean-css-cli: "npm:5.6.3" eslint: "npm:8.57.0" - glob: "npm:10.4.2" + glob: "npm:10.4.5" jest: "npm:29.7.0" npm-run-all: "npm:4.1.5" - postcss: "npm:8.4.38" + postcss: "npm:8.4.41" postcss-cli: "npm:11.0.0" - rollup: "npm:4.18.0" + rollup: "npm:4.21.0" rollup-plugin-terser: "npm:7.0.2" - sass: "npm:1.77.6" + sass: "npm:1.77.8" sass-true: "npm:8.0.0" shx: "npm:0.3.4" - stylelint: "npm:16.7.0" + stylelint: "npm:16.8.2" stylelint-config-spirit: "workspace:^" - tslib: "npm:2.6.3" - typescript: "npm:5.5.2" + tslib: "npm:2.7.0" + typescript: "npm:5.5.4" peerDependencies: sass: ">=1.57.0 < 2" peerDependenciesMeta: @@ -4162,23 +4630,23 @@ __metadata: languageName: node linkType: hard -"@netlify/blobs@npm:7.3.0": - version: 7.3.0 - resolution: "@netlify/blobs@npm:7.3.0" - checksum: 10/23a8f0de423f0c7f71a280e7a08778c59e6499ffeece7667739b67f61a2b575d71c80b7c6421a77f022f12aa492c14c24e15a2fc2e33216be5a333f1e0cbcbc5 +"@netlify/blobs@npm:8.0.0": + version: 8.0.0 + resolution: "@netlify/blobs@npm:8.0.0" + checksum: 10/20a4db7d18a7a3ed1b581e27477f20590b485821f69851920107af457d4e181276c60e62dafcc70d975aa0345d39a3a952d3fc2cc08699dac4a6ffc5aa3cfde9 languageName: node linkType: hard -"@netlify/blobs@npm:^7.3.0": +"@netlify/blobs@npm:^7.4.0": version: 7.4.0 resolution: "@netlify/blobs@npm:7.4.0" checksum: 10/e0c91410412785eb577374269c9cb0a0ee8000fbf1981179d7a21e4804b886f034e4a1dd2614183f9462de16e4a8f8ee1286678d2052fccacafa70185c3c4ec9 languageName: node linkType: hard -"@netlify/build-info@npm:7.13.2": - version: 7.13.2 - resolution: "@netlify/build-info@npm:7.13.2" +"@netlify/build-info@npm:7.14.1": + version: 7.14.1 + resolution: "@netlify/build-info@npm:7.14.1" dependencies: "@bugsnag/js": "npm:^7.20.0" "@iarna/toml": "npm:^2.2.5" @@ -4191,26 +4659,26 @@ __metadata: yargs: "npm:^17.6.0" bin: build-info: bin.js - checksum: 10/884d37cf9f5ef09f0fc2e4ebde0f29f8e46f6fd5728efdb2ee74f1f209dfc4313363b13e4e08efbbed21091c0eef966644ed80868661720b334372096b3b16eb + checksum: 10/19a913df6120653ff723d5ca339ab6d8223c2b6dce13cb4fe4ee04b736c4908a7da47017a6b19aad2fd367c0ef68103aef10f00ce823ef320d0f772fb7d963a5 languageName: node linkType: hard -"@netlify/build@npm:29.50.0": - version: 29.50.0 - resolution: "@netlify/build@npm:29.50.0" +"@netlify/build@npm:29.53.0": + version: 29.53.0 + resolution: "@netlify/build@npm:29.53.0" dependencies: "@bugsnag/js": "npm:^7.0.0" - "@netlify/blobs": "npm:^7.3.0" - "@netlify/cache-utils": "npm:^5.1.5" - "@netlify/config": "npm:^20.15.4" - "@netlify/edge-bundler": "npm:12.1.1" + "@netlify/blobs": "npm:^7.4.0" + "@netlify/cache-utils": "npm:^5.1.6" + "@netlify/config": "npm:^20.18.0" + "@netlify/edge-bundler": "npm:12.2.3" "@netlify/framework-info": "npm:^9.8.13" - "@netlify/functions-utils": "npm:^5.2.70" + "@netlify/functions-utils": "npm:^5.2.77" "@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.37.2" + "@netlify/zip-it-and-ship-it": "npm:9.37.9" "@sindresorhus/slugify": "npm:^2.0.0" ansi-escapes: "npm:^6.0.0" chalk: "npm:^5.0.0" @@ -4265,13 +4733,13 @@ __metadata: optional: true bin: netlify-build: bin.js - checksum: 10/a59cdb2faf60ce3e0175ff7ea6737b86c3460bf4785ced5d19496bfa07f7e0e49b7aeec38b652d24ff3c4cd102e92b0ea9f1c97ffeef8b054d50066faac0aec2 + checksum: 10/dedf03d36941cda6e34704b982ded8e25d90175cf342fd63a8de7b308952149af30cc10e5d16993ebc21b3a712c0330b33ede0a41cd37414d1b33055829d3aa3 languageName: node linkType: hard -"@netlify/cache-utils@npm:^5.1.5": - version: 5.1.5 - resolution: "@netlify/cache-utils@npm:5.1.5" +"@netlify/cache-utils@npm:^5.1.6": + version: 5.1.6 + resolution: "@netlify/cache-utils@npm:5.1.6" dependencies: cpy: "npm:^9.0.0" get-stream: "npm:^6.0.0" @@ -4281,13 +4749,13 @@ __metadata: move-file: "npm:^3.0.0" path-exists: "npm:^5.0.0" readdirp: "npm:^3.4.0" - checksum: 10/c6b4c3a1101d94b09c8c800ec88cee29bbd2d1e0be5e1f14bdd9790b06f9c3cfcdc335ecdbefaeb8a1bff5c2d9acdb15d9d1ee9620c820f6a025e4ba1635a638 + checksum: 10/fd01ace0e0dc6482f662352b4f9f605ee313e94af9923538f23524f38b392c9b645da40112b045b4035e60d85d361e97845b9722d31306a126b017c4a5d12362 languageName: node linkType: hard -"@netlify/config@npm:20.15.4": - version: 20.15.4 - resolution: "@netlify/config@npm:20.15.4" +"@netlify/config@npm:20.18.0": + version: 20.18.0 + resolution: "@netlify/config@npm:20.18.0" dependencies: "@iarna/toml": "npm:^2.2.5" chalk: "npm:^5.0.0" @@ -4315,13 +4783,13 @@ __metadata: yargs: "npm:^17.6.0" bin: netlify-config: bin.js - checksum: 10/ebc5247b34950d4d8c97aae725097ab1befe2db3a90570b30e501c21ab92d7fc7e4ce5c8aeef15b5298b009bd560f2cd2be40205a8cdc6f9e1d7d73823fd21e7 + checksum: 10/7eb09058a6f0392b9150418dae5c904b36a8878cec9b1c12c35e9d53a14dcefa8dcb35edd1d4e6ceb82b2dae6a7f3c96a90eebcbfedec49ad4ce69bafc2aa816 languageName: node linkType: hard -"@netlify/config@npm:^20.15.4": - version: 20.17.1 - resolution: "@netlify/config@npm:20.17.1" +"@netlify/config@npm:^20.18.0": + version: 20.19.0 + resolution: "@netlify/config@npm:20.19.0" dependencies: "@iarna/toml": "npm:^2.2.5" chalk: "npm:^5.0.0" @@ -4337,7 +4805,7 @@ __metadata: is-plain-obj: "npm:^4.0.0" js-yaml: "npm:^4.0.0" map-obj: "npm:^5.0.0" - netlify: "npm:^13.1.20" + netlify: "npm:^13.1.21" netlify-headers-parser: "npm:^7.1.4" netlify-redirect-parser: "npm:^14.3.0" node-fetch: "npm:^3.3.1" @@ -4349,13 +4817,13 @@ __metadata: yargs: "npm:^17.6.0" bin: netlify-config: bin.js - checksum: 10/334eb551a5eac50dfb005bd97f345c3853a6a7c313ac2290253a5c897c33f5ee7b17567419c0420b1cbd266aa1208f7f3e10627ec63ec09a2dd500dde92d0eca + checksum: 10/8f48ce40d9303e104e19ec8c74efe030e9753915fd52d2ee357dd4288529a06fc7dfc9fcb417e920c617ecd2612ac63be46da2ce6b048687916673e9f33d8648 languageName: node linkType: hard -"@netlify/edge-bundler@npm:12.1.1": - version: 12.1.1 - resolution: "@netlify/edge-bundler@npm:12.1.1" +"@netlify/edge-bundler@npm:12.2.3": + version: 12.2.3 + resolution: "@netlify/edge-bundler@npm:12.2.3" dependencies: "@import-maps/resolve": "npm:^1.0.1" "@vercel/nft": "npm:^0.27.0" @@ -4380,14 +4848,14 @@ __metadata: tmp-promise: "npm:^3.0.3" urlpattern-polyfill: "npm:8.0.2" uuid: "npm:^9.0.0" - checksum: 10/641536a1ba3709ecd6df59e48cf396cec0f2365e1f89b0f0d2bffffd1cd9577b422bf9694876e63aef26fecc0a9f77727fac07cee30d57f9edab2e490bf492cd + checksum: 10/6342342d0a37f87b832137a1bc3106f3c3e67f83c8886f3d55767fd6032478a509c075ec27582204b7bf5ff43208bb909f8eb1c264365038c6a3e60aef52c4e8 languageName: node linkType: hard -"@netlify/edge-functions@npm:2.8.1": - version: 2.8.1 - resolution: "@netlify/edge-functions@npm:2.8.1" - checksum: 10/a3595f3c81cf961f5e7ec55c67349f71214586ca645d11af6ecf1985cb0ae8753e72be4df70561315ff8c9044a38b85170497e01a6dac8543d17242df10d1198 +"@netlify/edge-functions@npm:2.9.0": + version: 2.9.0 + resolution: "@netlify/edge-functions@npm:2.9.0" + checksum: 10/af408d07d34696051e527550753133a9ab9b002bf1b7623df04887406b1803a2420decfc7ce22514846bdbabd5b2461ac9b335c524df0ee135c0592c84f0539a languageName: node linkType: hard @@ -4409,14 +4877,14 @@ __metadata: languageName: node linkType: hard -"@netlify/functions-utils@npm:^5.2.70": - version: 5.2.75 - resolution: "@netlify/functions-utils@npm:5.2.75" +"@netlify/functions-utils@npm:^5.2.77": + version: 5.2.79 + resolution: "@netlify/functions-utils@npm:5.2.79" dependencies: - "@netlify/zip-it-and-ship-it": "npm:9.37.7" + "@netlify/zip-it-and-ship-it": "npm:9.38.0" cpy: "npm:^9.0.0" path-exists: "npm:^5.0.0" - checksum: 10/abe6b24f3e1092c7632d11bdb9ba1f733b0cabcec4325d86120f375f09edee06aa6246a51af175cb050bf20e6b1271d073e9c5a31bbe31f29c6ada917a1238a7 + checksum: 10/bd1333e3ae4b2527eaf78baf1c41500e2a91f92080ce59604f076e13c66dc69ef6e73d4b096185514fd8440ef5852f426abb7768b364af32b3a8411d6f40975c languageName: node linkType: hard @@ -4600,6 +5068,13 @@ __metadata: languageName: node linkType: hard +"@netlify/open-api@npm:^2.34.0": + version: 2.34.0 + resolution: "@netlify/open-api@npm:2.34.0" + checksum: 10/2a377555b66f460c6fa8e7e185442279b0d087df8487af5a03c2d4b2382764febddd939e96e5129549f779ee488b09b1faceac604a9ef78af38e3a02d55c07a2 + languageName: node + linkType: hard + "@netlify/opentelemetry-utils@npm:^1.2.1": version: 1.2.1 resolution: "@netlify/opentelemetry-utils@npm:1.2.1" @@ -4625,24 +5100,24 @@ __metadata: languageName: node linkType: hard -"@netlify/serverless-functions-api@npm:^1.18.5, @netlify/serverless-functions-api@npm:^1.20.0": - version: 1.21.0 - resolution: "@netlify/serverless-functions-api@npm:1.21.0" +"@netlify/serverless-functions-api@npm:^1.22.0": + version: 1.22.0 + resolution: "@netlify/serverless-functions-api@npm:1.22.0" dependencies: "@netlify/node-cookies": "npm:^0.1.0" urlpattern-polyfill: "npm:8.0.2" - checksum: 10/5fd69ef76d305a08a8e306ae52585ebb5bbd3de8c9493406a2eb52d23e61b25517d31aaac24f0fb4b5727bb802e81dea42b19c273db306a71f499ded1408dc01 + checksum: 10/d0ca675f2f18e909c97e1608ab3d254fd65082b07eb2cb997b4eb795b96b29191ea2c0203368ff07f8296840ffdeff0a7755d99162745761a756586527663283 languageName: node linkType: hard -"@netlify/zip-it-and-ship-it@npm:9.37.2": - version: 9.37.2 - resolution: "@netlify/zip-it-and-ship-it@npm:9.37.2" +"@netlify/zip-it-and-ship-it@npm:9.37.9": + version: 9.37.9 + resolution: "@netlify/zip-it-and-ship-it@npm:9.37.9" dependencies: "@babel/parser": "npm:^7.22.5" - "@babel/types": "npm:7.24.6" + "@babel/types": "npm:7.25.2" "@netlify/binary-info": "npm:^1.0.0" - "@netlify/serverless-functions-api": "npm:^1.18.5" + "@netlify/serverless-functions-api": "npm:^1.22.0" "@vercel/nft": "npm:^0.27.1" archiver: "npm:^7.0.0" common-path-prefix: "npm:^3.0.0" @@ -4675,18 +5150,18 @@ __metadata: zod: "npm:^3.23.8" bin: zip-it-and-ship-it: bin.js - checksum: 10/68ae860cea39842e4e3545a98100a491527585b2a4c01189d052a0e8de86f41c7cd999291fb4b396c77c33172b5b3134ee72164ace096cf902f8888e97617b13 + checksum: 10/5c14b53f760ea30778802e0587743dcf17f7db06e90e636b4725d2880e6f5513f4e6e7baf6b9fea7a61f251440f0c9abcb4bff77217aa046461ba75099f607a9 languageName: node linkType: hard -"@netlify/zip-it-and-ship-it@npm:9.37.7": - version: 9.37.7 - resolution: "@netlify/zip-it-and-ship-it@npm:9.37.7" +"@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" dependencies: "@babel/parser": "npm:^7.22.5" - "@babel/types": "npm:7.24.8" + "@babel/types": "npm:7.25.2" "@netlify/binary-info": "npm:^1.0.0" - "@netlify/serverless-functions-api": "npm:^1.20.0" + "@netlify/serverless-functions-api": "npm:^1.22.0" "@vercel/nft": "npm:^0.27.1" archiver: "npm:^7.0.0" common-path-prefix: "npm:^3.0.0" @@ -4719,85 +5194,85 @@ __metadata: zod: "npm:^3.23.8" bin: zip-it-and-ship-it: bin.js - checksum: 10/aea92b70ee4a613f73b68c3ca0deb6e92b3b39bd5873ec47e85c78bb7930b14bfe780343e64d27d8f833325f8e14e9b8882bd20007ec4b804d0228818e68dd24 + checksum: 10/79dd59170a787a32b00713d14ab9db01e98295bcc1772a2146124e7def404eebe663595caeb03ab17e700b0360f50a447f1afea65f0c2d39901efc1a4fb9b2f3 languageName: node linkType: hard -"@next/env@npm:14.2.3": - version: 14.2.3 - resolution: "@next/env@npm:14.2.3" - checksum: 10/82b445331d46b4896dc86c0e33a7eaaa6f6abfd2408d49e1cb90fbfd6b26c698ea8e69c911ffe597e30fd8294db4e3445cde44b0771eabbfcd13663a9832a397 +"@next/env@npm:14.2.6": + version: 14.2.6 + resolution: "@next/env@npm:14.2.6" + checksum: 10/ee0efd5ee521c73f968f9f4a13bfe4298c3b28180182960e37e88eb6c081c1883abf8a9463ee2ea2219c8ddd19ddf232ebbae6af169222ceb7c5a7a7f0ca48f2 languageName: node linkType: hard -"@next/eslint-plugin-next@npm:14.2.5": - version: 14.2.5 - resolution: "@next/eslint-plugin-next@npm:14.2.5" +"@next/eslint-plugin-next@npm:14.2.6": + version: 14.2.6 + resolution: "@next/eslint-plugin-next@npm:14.2.6" dependencies: glob: "npm:10.3.10" - checksum: 10/a058820619c9ce493196ce593c440ce9d3558b93acf7b372453dd425e2c311153d8382c5e6842c6645b02e833f1a5c59bd7ebfba3719922d400196b6e367e9d5 + checksum: 10/fafa99d15edaa4365073ab6d5b9b2a45ffca84307a200ce340b87039289d2ceb4dfc6d607e2a5f417b1f7e37500548b03f7cc3d49fcc2ca58e727fabeea61a42 languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-darwin-arm64@npm:14.2.3" +"@next/swc-darwin-arm64@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-darwin-arm64@npm:14.2.6" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-darwin-x64@npm:14.2.3" +"@next/swc-darwin-x64@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-darwin-x64@npm:14.2.6" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-linux-arm64-gnu@npm:14.2.3" +"@next/swc-linux-arm64-gnu@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.6" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-linux-arm64-musl@npm:14.2.3" +"@next/swc-linux-arm64-musl@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.6" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-linux-x64-gnu@npm:14.2.3" +"@next/swc-linux-x64-gnu@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.6" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-linux-x64-musl@npm:14.2.3" +"@next/swc-linux-x64-musl@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-linux-x64-musl@npm:14.2.6" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-win32-arm64-msvc@npm:14.2.3" +"@next/swc-win32-arm64-msvc@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.6" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-win32-ia32-msvc@npm:14.2.3" +"@next/swc-win32-ia32-msvc@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.6" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.2.3": - version: 14.2.3 - resolution: "@next/swc-win32-x64-msvc@npm:14.2.3" +"@next/swc-win32-x64-msvc@npm:14.2.6": + version: 14.2.6 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.6" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4851,9 +5326,9 @@ __metadata: languageName: node linkType: hard -"@npmcli/arborist@npm:7.5.3": - version: 7.5.3 - resolution: "@npmcli/arborist@npm:7.5.3" +"@npmcli/arborist@npm:7.5.4": + version: 7.5.4 + resolution: "@npmcli/arborist@npm:7.5.4" dependencies: "@isaacs/string-locale-compare": "npm:^1.1.0" "@npmcli/fs": "npm:^3.1.1" @@ -4892,7 +5367,7 @@ __metadata: walk-up-path: "npm:^3.0.1" bin: arborist: bin/index.js - checksum: 10/e149df712a2396f59e348ff32d763f62bbdf576f3976110f47b10cd912a91cce76c83f859bb0f97f4ca5273f15a270df54a702190753772f3539a3f10307b6ed + checksum: 10/b77170754f419171e5ca2abfb679a9c811443e2b67036916a62eda81fd069f12c98186941cd73a0d36c2ec76cda638b43ceeb4c5fae39de1bb9df825432f3ef7 languageName: node linkType: hard @@ -5414,66 +5889,66 @@ __metadata: languageName: node linkType: hard -"@omlet/cli-darwin-arm64@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli-darwin-arm64@npm:1.7.0" +"@omlet/cli-darwin-arm64@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli-darwin-arm64@npm:1.10.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@omlet/cli-darwin-x64@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli-darwin-x64@npm:1.7.0" +"@omlet/cli-darwin-x64@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli-darwin-x64@npm:1.10.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@omlet/cli-linux-arm64-gnu@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli-linux-arm64-gnu@npm:1.7.0" +"@omlet/cli-linux-arm64-gnu@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli-linux-arm64-gnu@npm:1.10.2" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@omlet/cli-linux-arm64-musl@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli-linux-arm64-musl@npm:1.7.0" +"@omlet/cli-linux-arm64-musl@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli-linux-arm64-musl@npm:1.10.2" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@omlet/cli-linux-x64-gnu@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli-linux-x64-gnu@npm:1.7.0" +"@omlet/cli-linux-x64-gnu@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli-linux-x64-gnu@npm:1.10.2" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@omlet/cli-linux-x64-musl@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli-linux-x64-musl@npm:1.7.0" +"@omlet/cli-linux-x64-musl@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli-linux-x64-musl@npm:1.10.2" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@omlet/cli-win32-x64-msvc@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli-win32-x64-msvc@npm:1.7.0" +"@omlet/cli-win32-x64-msvc@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli-win32-x64-msvc@npm:1.10.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@omlet/cli@npm:1.7.0": - version: 1.7.0 - resolution: "@omlet/cli@npm:1.7.0" - dependencies: - "@omlet/cli-darwin-arm64": "npm:1.7.0" - "@omlet/cli-darwin-x64": "npm:1.7.0" - "@omlet/cli-linux-arm64-gnu": "npm:1.7.0" - "@omlet/cli-linux-arm64-musl": "npm:1.7.0" - "@omlet/cli-linux-x64-gnu": "npm:1.7.0" - "@omlet/cli-linux-x64-musl": "npm:1.7.0" - "@omlet/cli-win32-x64-msvc": "npm:1.7.0" +"@omlet/cli@npm:1.10.2": + version: 1.10.2 + resolution: "@omlet/cli@npm:1.10.2" + dependencies: + "@omlet/cli-darwin-arm64": "npm:1.10.2" + "@omlet/cli-darwin-x64": "npm:1.10.2" + "@omlet/cli-linux-arm64-gnu": "npm:1.10.2" + "@omlet/cli-linux-arm64-musl": "npm:1.10.2" + "@omlet/cli-linux-x64-gnu": "npm:1.10.2" + "@omlet/cli-linux-x64-musl": "npm:1.10.2" + "@omlet/cli-win32-x64-msvc": "npm:1.10.2" "@sentry/node": "npm:^7.108.0" ajv: "npm:^8.13.0" ci-info: "npm:^4.0.0" @@ -5492,6 +5967,7 @@ __metadata: http-status-codes: "npm:^2.2.0" https-proxy-agent: "npm:^5.0.1" inquirer: "npm:^8.2.2" + is-docker: "npm:^2.2.1" js-yaml: "npm:^4.1.0" json-stream-stringify: "npm:^3.1.4" json5: "npm:^2.2.1" @@ -5525,7 +6001,7 @@ __metadata: optional: true bin: omlet: bin/omlet - checksum: 10/6f0d96262c2b5d9933a41db10d1c5555564233006b0dfb2988163241c8cfa53f75624edc7b71a7fcc476d166d2b94f0fa51c24741546f376799648e96cbef5b1 + checksum: 10/890aedfe7e170bcaa93e6bc428e1f32c4134a1ce2fcdc560904f7579cb85b2374a033ea1a6c7a410a1ff0b4695cc347a9c2731ea411b31a021318d8e71858905 languageName: node linkType: hard @@ -5695,14 +6171,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:1.45.0": - version: 1.45.0 - resolution: "@playwright/test@npm:1.45.0" +"@playwright/test@npm:1.46.1": + version: 1.46.1 + resolution: "@playwright/test@npm:1.46.1" dependencies: - playwright: "npm:1.45.0" + playwright: "npm:1.46.1" bin: playwright: cli.js - checksum: 10/dc75cd1bedfb92e91374e78094372748315e467438b44b60bfa3596c8d3f90692328be1a0184250d8d228a50d7f29ce8523695c930604109087881173e23233a + checksum: 10/09e2c28574402f14e2d6f6843022c5778382dc7f703bae931dd531fc0fc1b725a862d3b52932bd6912cb13cbaed54822af33eb3d70134d93b0f1c10ec3fb0756 languageName: node linkType: hard @@ -6129,13 +6605,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.18.0" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - "@rollup/rollup-android-arm-eabi@npm:4.19.0": version: 4.19.0 resolution: "@rollup/rollup-android-arm-eabi@npm:4.19.0" @@ -6143,10 +6612,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-android-arm64@npm:4.18.0" - conditions: os=android & cpu=arm64 +"@rollup/rollup-android-arm-eabi@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.21.0" + conditions: os=android & cpu=arm languageName: node linkType: hard @@ -6157,10 +6626,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-darwin-arm64@npm:4.18.0" - conditions: os=darwin & cpu=arm64 +"@rollup/rollup-android-arm64@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-android-arm64@npm:4.21.0" + conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -6171,10 +6640,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-darwin-x64@npm:4.18.0" - conditions: os=darwin & cpu=x64 +"@rollup/rollup-darwin-arm64@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.21.0" + conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -6185,10 +6654,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.18.0" - conditions: os=linux & cpu=arm & libc=glibc +"@rollup/rollup-darwin-x64@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.21.0" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -6199,10 +6668,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.18.0" - conditions: os=linux & cpu=arm & libc=musl +"@rollup/rollup-linux-arm-gnueabihf@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.21.0" + conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard @@ -6213,10 +6682,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.18.0" - conditions: os=linux & cpu=arm64 & libc=glibc +"@rollup/rollup-linux-arm-musleabihf@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.21.0" + conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard @@ -6227,10 +6696,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.18.0" - conditions: os=linux & cpu=arm64 & libc=musl +"@rollup/rollup-linux-arm64-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.21.0" + conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -6241,10 +6710,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.0" - conditions: os=linux & cpu=ppc64 & libc=glibc +"@rollup/rollup-linux-arm64-musl@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.21.0" + conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -6255,10 +6724,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.18.0" - conditions: os=linux & cpu=riscv64 & libc=glibc +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.0" + conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard @@ -6269,10 +6738,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.18.0" - conditions: os=linux & cpu=s390x & libc=glibc +"@rollup/rollup-linux-riscv64-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.21.0" + conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard @@ -6283,10 +6752,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.18.0" - conditions: os=linux & cpu=x64 & libc=glibc +"@rollup/rollup-linux-s390x-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.21.0" + conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard @@ -6297,10 +6766,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.18.0" - conditions: os=linux & cpu=x64 & libc=musl +"@rollup/rollup-linux-x64-gnu@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.21.0" + conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -6311,10 +6780,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.18.0" - conditions: os=win32 & cpu=arm64 +"@rollup/rollup-linux-x64-musl@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.21.0" + conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -6325,10 +6794,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.18.0" - conditions: os=win32 & cpu=ia32 +"@rollup/rollup-win32-arm64-msvc@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.21.0" + conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -6339,10 +6808,10 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.18.0": - version: 4.18.0 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.18.0" - conditions: os=win32 & cpu=x64 +"@rollup/rollup-win32-ia32-msvc@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.21.0" + conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -6353,6 +6822,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-x64-msvc@npm:4.21.0": + version: 4.21.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.21.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@rushstack/eslint-patch@npm:^1.3.3": version: 1.10.4 resolution: "@rushstack/eslint-patch@npm:1.10.4" @@ -7631,92 +8107,92 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-darwin-arm64@npm:1.6.5" +"@swc/core-darwin-arm64@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-darwin-arm64@npm:1.7.18" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-darwin-x64@npm:1.6.5" +"@swc/core-darwin-x64@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-darwin-x64@npm:1.7.18" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.6.5" +"@swc/core-linux-arm-gnueabihf@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.18" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-linux-arm64-gnu@npm:1.6.5" +"@swc/core-linux-arm64-gnu@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-linux-arm64-gnu@npm:1.7.18" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-linux-arm64-musl@npm:1.6.5" +"@swc/core-linux-arm64-musl@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-linux-arm64-musl@npm:1.7.18" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-linux-x64-gnu@npm:1.6.5" +"@swc/core-linux-x64-gnu@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-linux-x64-gnu@npm:1.7.18" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-linux-x64-musl@npm:1.6.5" +"@swc/core-linux-x64-musl@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-linux-x64-musl@npm:1.7.18" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-win32-arm64-msvc@npm:1.6.5" +"@swc/core-win32-arm64-msvc@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-win32-arm64-msvc@npm:1.7.18" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-win32-ia32-msvc@npm:1.6.5" +"@swc/core-win32-ia32-msvc@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-win32-ia32-msvc@npm:1.7.18" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core-win32-x64-msvc@npm:1.6.5" +"@swc/core-win32-x64-msvc@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core-win32-x64-msvc@npm:1.7.18" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@swc/core@npm:1.6.5": - version: 1.6.5 - resolution: "@swc/core@npm:1.6.5" - dependencies: - "@swc/core-darwin-arm64": "npm:1.6.5" - "@swc/core-darwin-x64": "npm:1.6.5" - "@swc/core-linux-arm-gnueabihf": "npm:1.6.5" - "@swc/core-linux-arm64-gnu": "npm:1.6.5" - "@swc/core-linux-arm64-musl": "npm:1.6.5" - "@swc/core-linux-x64-gnu": "npm:1.6.5" - "@swc/core-linux-x64-musl": "npm:1.6.5" - "@swc/core-win32-arm64-msvc": "npm:1.6.5" - "@swc/core-win32-ia32-msvc": "npm:1.6.5" - "@swc/core-win32-x64-msvc": "npm:1.6.5" +"@swc/core@npm:1.7.18": + version: 1.7.18 + resolution: "@swc/core@npm:1.7.18" + dependencies: + "@swc/core-darwin-arm64": "npm:1.7.18" + "@swc/core-darwin-x64": "npm:1.7.18" + "@swc/core-linux-arm-gnueabihf": "npm:1.7.18" + "@swc/core-linux-arm64-gnu": "npm:1.7.18" + "@swc/core-linux-arm64-musl": "npm:1.7.18" + "@swc/core-linux-x64-gnu": "npm:1.7.18" + "@swc/core-linux-x64-musl": "npm:1.7.18" + "@swc/core-win32-arm64-msvc": "npm:1.7.18" + "@swc/core-win32-ia32-msvc": "npm:1.7.18" + "@swc/core-win32-x64-msvc": "npm:1.7.18" "@swc/counter": "npm:^0.1.3" - "@swc/types": "npm:^0.1.9" + "@swc/types": "npm:^0.1.12" peerDependencies: "@swc/helpers": "*" dependenciesMeta: @@ -7743,7 +8219,7 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10/874b7d5f790e67b82546967fec5f380539b81fe10725f97772f8260776ee800448ef3e6f0c7c6eb1d1094ebe65b8531f982e407ef918de7220977b04d094d605 + checksum: 10/e41e9ef2ec66c8121d3b30b60fe5d2a75117cd6aabbb6a7e8ca872a284dc0dd4c3a6db1e9ac426135d307cd8f9f2a9fa1ae6f82a0c5d6785f82526b802b7421e languageName: node linkType: hard @@ -7777,7 +8253,7 @@ __metadata: languageName: node linkType: hard -"@swc/types@npm:^0.1.9": +"@swc/types@npm:^0.1.12": version: 0.1.12 resolution: "@swc/types@npm:0.1.12" dependencies: @@ -7804,9 +8280,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/dom@npm:10.2.0": - version: 10.2.0 - resolution: "@testing-library/dom@npm:10.2.0" +"@testing-library/dom@npm:10.4.0": + version: 10.4.0 + resolution: "@testing-library/dom@npm:10.4.0" dependencies: "@babel/code-frame": "npm:^7.10.4" "@babel/runtime": "npm:^7.12.5" @@ -7816,7 +8292,7 @@ __metadata: dom-accessibility-api: "npm:^0.5.9" lz-string: "npm:^1.5.0" pretty-format: "npm:^27.0.2" - checksum: 10/15635e1497de08152de5336860a2cdaee05d3eb4574e283dcf0ac5326eede83fc13f4ac5b01c11df5ca4653ad1017d26a75dd832a2a76ad261c342d40d741f2c + checksum: 10/05825ee9a15b88cbdae12c137db7111c34069ed3c7a1bd03b6696cb1b37b29f6f2d2de581ebf03033e7df1ab7ebf08399310293f440a4845d95c02c0a9ecc899 languageName: node linkType: hard @@ -7836,7 +8312,22 @@ __metadata: languageName: node linkType: hard -"@testing-library/jest-dom@npm:6.4.6, @testing-library/jest-dom@npm:^6.4.2, @testing-library/jest-dom@npm:^6.4.5": +"@testing-library/jest-dom@npm:6.5.0": + version: 6.5.0 + resolution: "@testing-library/jest-dom@npm:6.5.0" + dependencies: + "@adobe/css-tools": "npm:^4.4.0" + aria-query: "npm:^5.0.0" + chalk: "npm:^3.0.0" + css.escape: "npm:^1.5.1" + dom-accessibility-api: "npm:^0.6.3" + lodash: "npm:^4.17.21" + redent: "npm:^3.0.0" + checksum: 10/3d2080888af5fd7306f57448beb5a23f55d965e265b5e53394fffc112dfb0678d616a5274ff0200c46c7618f293520f86fc8562eecd8bdbc0dbb3294d63ec431 + languageName: node + linkType: hard + +"@testing-library/jest-dom@npm:^6.4.2, @testing-library/jest-dom@npm:^6.4.5": version: 6.4.6 resolution: "@testing-library/jest-dom@npm:6.4.6" dependencies: @@ -8105,33 +8596,13 @@ __metadata: languageName: node linkType: hard -"@types/eslint-scope@npm:^3.7.3": - version: 3.7.7 - resolution: "@types/eslint-scope@npm:3.7.7" - dependencies: - "@types/eslint": "npm:*" - "@types/estree": "npm:*" - checksum: 10/e2889a124aaab0b89af1bab5959847c5bec09809209255de0e63b9f54c629a94781daa04adb66bffcdd742f5e25a17614fb933965093c0eea64aacda4309380e - languageName: node - linkType: hard - -"@types/eslint@npm:*": - version: 8.56.10 - resolution: "@types/eslint@npm:8.56.10" - dependencies: - "@types/estree": "npm:*" - "@types/json-schema": "npm:*" - checksum: 10/0cdd914b944ebba51c35827d3ef95bc3e16eb82b4c2741f6437fa57cdb00a4407c77f89c220afe9e4c9566982ec8a0fb9b97c956ac3bd4623a3b6af32eed8424 - languageName: node - linkType: hard - -"@types/eslint@npm:9.6.0": - version: 9.6.0 - resolution: "@types/eslint@npm:9.6.0" +"@types/eslint@npm:9.6.1": + version: 9.6.1 + resolution: "@types/eslint@npm:9.6.1" dependencies: "@types/estree": "npm:*" "@types/json-schema": "npm:*" - checksum: 10/39fc797c671ec9c9184802b4974748cf45ee1b11d7aaaaede44426abcafd07ec7c18eb090e8f5b3387b51637ce3fdf54499472d8dd58a928f0d005cbacb573b4 + checksum: 10/719fcd255760168a43d0e306ef87548e1e15bffe361d5f4022b0f266575637acc0ecb85604ac97879ee8ae83c6a6d0613b0ed31d0209ddf22a0fe6d608fc56fe languageName: node linkType: hard @@ -8387,7 +8858,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:20.14.9": +"@types/node@npm:*": version: 20.14.9 resolution: "@types/node@npm:20.14.9" dependencies: @@ -8396,12 +8867,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:20.14.15": - version: 20.14.15 - resolution: "@types/node@npm:20.14.15" +"@types/node@npm:20.16.1": + version: 20.16.1 + resolution: "@types/node@npm:20.16.1" dependencies: - undici-types: "npm:~5.26.4" - checksum: 10/87a4a4313e886c1db1c8042004956095477e040f67df993fd16a2d50488c750bda81e85bf702c2e629e964605034e8dfe0cb91b65ce22b6b8eec37ece61c6b6c + undici-types: "npm:~6.19.2" + checksum: 10/9bae1dffd2094694147a91ebec51dc89a60a607d16d47a0d770320f1a75d3ba58663708fd93c37954a63acb701a4e0fd64245139c57ae810d3ad524e75481d4e languageName: node linkType: hard @@ -8479,22 +8950,22 @@ __metadata: languageName: node linkType: hard -"@types/react-transition-group@npm:4.4.10": - version: 4.4.10 - resolution: "@types/react-transition-group@npm:4.4.10" +"@types/react-transition-group@npm:4.4.11": + version: 4.4.11 + resolution: "@types/react-transition-group@npm:4.4.11" dependencies: "@types/react": "npm:*" - checksum: 10/b429f3bd54d9aea6c0395943ce2dda6b76fb458e902365bd91fd99bf72064fb5d59e2b74e78d10f2871908501d350da63e230d81bda2b616c967cab8dc51bd16 + checksum: 10/a7f4de6e5f57d9fcdea027e22873c633f96a803c96d422db8b99a45c36a9cceb7882d152136bbc31c7158fc1827e37aea5070d369724bb71dd11b5687332bc4d 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.4": + version: 18.3.4 + resolution: "@types/react@npm:18.3.4" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10/68e203b7f1f91d6cf21f33fc7af9d6d228035a26c83f514981e54aa3da695d0ec6af10c277c6336de1dd76c4adbe9563f3a21f80c4462000f41e5f370b46e96c + checksum: 10/359973924be42cf9e7366e1d885b28e0b3bd56d31f24458c5351af7a3f2fc070511e90d517b2195fb229146cdcb70342db6318e279c31dd5057beec1105b704e languageName: node linkType: hard @@ -9739,7 +10210,7 @@ __metadata: languageName: node linkType: hard -"ansi-escapes@npm:7.0.0": +"ansi-escapes@npm:7.0.0, ansi-escapes@npm:^7.0.0": version: 7.0.0 resolution: "ansi-escapes@npm:7.0.0" dependencies: @@ -10119,18 +10590,6 @@ __metadata: languageName: node linkType: hard -"array.prototype.toreversed@npm:^1.1.2": - version: 1.1.2 - resolution: "array.prototype.toreversed@npm:1.1.2" - dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - es-shim-unscopables: "npm:^1.0.0" - checksum: 10/b4076d687ddc22c191863ce105d320cc4b0e1435bfda9ffeeff681682fe88fa6fe30e0d2ae94fa4b2d7fad901e1954ea4f75c1cab217db4848da84a2b5889192 - languageName: node - linkType: hard - "array.prototype.tosorted@npm:^1.1.4": version: 1.1.4 resolution: "array.prototype.tosorted@npm:1.1.4" @@ -10294,21 +10753,21 @@ __metadata: languageName: node linkType: hard -"autoprefixer@npm:10.4.19": - version: 10.4.19 - resolution: "autoprefixer@npm:10.4.19" +"autoprefixer@npm:10.4.20": + version: 10.4.20 + resolution: "autoprefixer@npm:10.4.20" dependencies: - browserslist: "npm:^4.23.0" - caniuse-lite: "npm:^1.0.30001599" + browserslist: "npm:^4.23.3" + caniuse-lite: "npm:^1.0.30001646" fraction.js: "npm:^4.3.7" normalize-range: "npm:^0.1.2" - picocolors: "npm:^1.0.0" + picocolors: "npm:^1.0.1" postcss-value-parser: "npm:^4.2.0" peerDependencies: postcss: ^8.1.0 bin: autoprefixer: bin/autoprefixer - checksum: 10/98378eae37b8bf0f1515e4c91b4c9c1ce69ede311d4dea7e934f5afe147d23712c577f112c4019a4c40461c585d82d474d08044f8eb6cb8a063c3d5b7aca52d2 + checksum: 10/d3c4b562fc4af2393623a0207cc336f5b9f94c4264ae1c316376904c279702ce2b12dc3f27205f491195d1e29bb52ffc269970ceb0f271f035fadee128a273f7 languageName: node linkType: hard @@ -10481,6 +10940,18 @@ __metadata: languageName: node linkType: hard +"babel-plugin-polyfill-corejs3@npm:^0.10.6": + version: 0.10.6 + resolution: "babel-plugin-polyfill-corejs3@npm:0.10.6" + dependencies: + "@babel/helper-define-polyfill-provider": "npm:^0.6.2" + core-js-compat: "npm:^3.38.0" + peerDependencies: + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + checksum: 10/360ac9054a57a18c540059dc627ad5d84d15f79790cb3d84d19a02eec7188c67d08a07db789c3822d6f5df22d918e296d1f27c4055fec2e287d328f09ea8a78a + languageName: node + linkType: hard + "babel-plugin-polyfill-regenerator@npm:^0.6.1": version: 0.6.2 resolution: "babel-plugin-polyfill-regenerator@npm:0.6.2" @@ -10873,6 +11344,20 @@ __metadata: languageName: node linkType: hard +"browserslist@npm:^4.23.3": + version: 4.23.3 + resolution: "browserslist@npm:4.23.3" + dependencies: + caniuse-lite: "npm:^1.0.30001646" + electron-to-chromium: "npm:^1.5.4" + node-releases: "npm:^2.0.18" + update-browserslist-db: "npm:^1.1.0" + bin: + browserslist: cli.js + checksum: 10/e266d18c6c6c5becf9a1a7aa264477677b9796387972e8fce34854bb33dc1666194dc28389780e5dc6566e68a95e87ece2ce222e1c4ca93c2b75b61dfebd5f1c + languageName: node + linkType: hard + "bser@npm:2.1.1": version: 2.1.1 resolution: "bser@npm:2.1.1" @@ -10946,14 +11431,14 @@ __metadata: languageName: node linkType: hard -"bundle-require@npm:^4.0.0": - version: 4.2.1 - resolution: "bundle-require@npm:4.2.1" +"bundle-require@npm:^5.0.0": + version: 5.0.0 + resolution: "bundle-require@npm:5.0.0" dependencies: load-tsconfig: "npm:^0.2.3" peerDependencies: - esbuild: ">=0.17" - checksum: 10/e49cb6528373d4e086723bc37fb037e05e9cd529e1b3aa1c4da6c495c4725a0f74ae9cc461de35163d65dd3a6c41a0474c6e52b74b8ded4fe829c951d0784ec1 + esbuild: ">=0.18" + checksum: 10/65909bc785819dea7aede00eea3892d9f5e2a963b89f8fe0bcc97e35803dfe4eaeabb7a80f8b12015f54a7f8ead07b44c1ba8bae8fe2f18888bd11fa982c5bba languageName: node linkType: hard @@ -10994,7 +11479,7 @@ __metadata: languageName: node linkType: hard -"cac@npm:^6.7.12": +"cac@npm:^6.7.14": version: 6.7.14 resolution: "cac@npm:6.7.14" checksum: 10/002769a0fbfc51c062acd2a59df465a2a947916b02ac50b56c69ec6c018ee99ac3e7f4dd7366334ea847f1ecacf4defaa61bcd2ac283db50156ce1f1d8c8ad42 @@ -11141,13 +11626,20 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001599, caniuse-lite@npm:^1.0.30001640": +"caniuse-lite@npm:^1.0.30001640": version: 1.0.30001643 resolution: "caniuse-lite@npm:1.0.30001643" checksum: 10/dddbda29fa24fbc435873309c71070461cbfc915d9bce3216180524c20c5637b2bee1a14b45972e9ac19e1fdf63fba3f63608b9e7d68de32f5ee1953c8c69e05 languageName: node linkType: hard +"caniuse-lite@npm:^1.0.30001646": + version: 1.0.30001653 + resolution: "caniuse-lite@npm:1.0.30001653" + checksum: 10/cd9b1c0fe03249e593789a11a9ef14f987b385e60441748945916b19e74e7bc5c82c40d4836496a647586651898741aed1598ae0792114a9f0d7d7fdb2b7deb0 + languageName: node + linkType: hard + "capital-case@npm:^1.0.4": version: 1.0.4 resolution: "capital-case@npm:1.0.4" @@ -11323,7 +11815,7 @@ __metadata: languageName: node linkType: hard -"chokidar@npm:3.6.0, chokidar@npm:>=3.0.0 <4.0.0, chokidar@npm:^3.3.0, chokidar@npm:^3.5.1, chokidar@npm:^3.5.2, chokidar@npm:^3.6.0": +"chokidar@npm:3.6.0, chokidar@npm:>=3.0.0 <4.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: @@ -11498,6 +11990,15 @@ __metadata: languageName: node linkType: hard +"cli-cursor@npm:^5.0.0": + version: 5.0.0 + resolution: "cli-cursor@npm:5.0.0" + dependencies: + restore-cursor: "npm:^5.0.0" + checksum: 10/1eb9a3f878b31addfe8d82c6d915ec2330cec8447ab1f117f4aa34f0137fbb3137ec3466e1c9a65bcb7557f6e486d343f2da57f253a2f668d691372dfa15c090 + languageName: node + linkType: hard + "cli-progress@npm:^3.11.2": version: 3.12.0 resolution: "cli-progress@npm:3.12.0" @@ -11856,16 +12357,16 @@ __metadata: languageName: node linkType: hard -"comment-json@npm:4.2.3": - version: 4.2.3 - resolution: "comment-json@npm:4.2.3" +"comment-json@npm:4.2.5": + version: 4.2.5 + resolution: "comment-json@npm:4.2.5" dependencies: array-timsort: "npm:^1.0.3" core-util-is: "npm:^1.0.3" esprima: "npm:^4.0.1" has-own-prop: "npm:^2.0.0" repeat-string: "npm:^1.6.1" - checksum: 10/97eb6ff8231653864cea5c7721636e823194f0322cd7f0faa6154a1c5b5eb1cab2ca60526bc36d5b39e7c2bcf7eb175b57fd8e44b1c398f0c70ea8c9a114e834 + checksum: 10/dc347621de15043a16846a1697a6248b427e913ddfb57f3427ca4eedf9c92131000d5e8efc8be9fe191a74dc36b615d73207fc3585bf29ca1b8d32e90d40c801 languageName: node linkType: hard @@ -12217,7 +12718,7 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.36.1, core-js-compat@npm:^3.37.1": +"core-js-compat@npm:^3.36.1, core-js-compat@npm:^3.37.1": version: 3.37.1 resolution: "core-js-compat@npm:3.37.1" dependencies: @@ -12226,10 +12727,19 @@ __metadata: languageName: node linkType: hard -"core-js@npm:3.37.1, core-js@npm:^3.29.1": - version: 3.37.1 - resolution: "core-js@npm:3.37.1" - checksum: 10/25d6bd15fcc6ffd2a0ec0be57a78ff3358b3e1fdffdb6800fc93dcfdb3854037aee41f3d101aed8c37905d107daf98218b3e7ee95cec383710d2a66a5d9e541b +"core-js-compat@npm:^3.38.0": + version: 3.38.1 + resolution: "core-js-compat@npm:3.38.1" + dependencies: + browserslist: "npm:^4.23.3" + checksum: 10/4e2f219354fd268895f79486461a12df96f24ed307321482fe2a43529c5a64e7c16bcba654980ba217d603444f5141d43a79058aeac77511085f065c5da72207 + languageName: node + linkType: hard + +"core-js@npm:3.38.1": + version: 3.38.1 + resolution: "core-js@npm:3.38.1" + checksum: 10/3c25fdf0b2595ed37ceb305213a61e2cf26185f628455e99d1c736dda5f69e2de4de7126e6a1da136f54260c4fcc982c4215e37b5a618790a597930f854c0a37 languageName: node linkType: hard @@ -12240,6 +12750,13 @@ __metadata: languageName: node linkType: hard +"core-js@npm:^3.29.1": + version: 3.37.1 + resolution: "core-js@npm:3.37.1" + checksum: 10/25d6bd15fcc6ffd2a0ec0be57a78ff3358b3e1fdffdb6800fc93dcfdb3854037aee41f3d101aed8c37905d107daf98218b3e7ee95cec383710d2a66a5d9e541b + languageName: node + linkType: hard + "core-util-is@npm:^1.0.3, core-util-is@npm:~1.0.0": version: 1.0.3 resolution: "core-util-is@npm:1.0.3" @@ -12788,7 +13305,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:4.3.5, 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.4": +"debug@npm:4, 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": version: 4.3.5 resolution: "debug@npm:4.3.5" dependencies: @@ -12800,6 +13317,18 @@ __metadata: languageName: node linkType: hard +"debug@npm:4.3.6, debug@npm:^4.3.5, debug@npm:^4.3.6, 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" @@ -12816,18 +13345,6 @@ __metadata: languageName: node linkType: hard -"debug@npm:^4.3.5": - 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 - "decache@npm:4.6.2": version: 4.6.2 resolution: "decache@npm:4.6.2" @@ -13596,6 +14113,13 @@ __metadata: languageName: node linkType: hard +"electron-to-chromium@npm:^1.5.4": + version: 1.5.13 + resolution: "electron-to-chromium@npm:1.5.13" + checksum: 10/b3de6dbca66e399eacd4f7e2b7603394c8949c9e724d838a45e092725005ff435aabfbf00f738e45451eb23147684f7f9251a5ed75619a539642b2bccea20b45 + languageName: node + linkType: hard + "emittery@npm:^0.13.1": version: 0.13.1 resolution: "emittery@npm:0.13.1" @@ -13656,7 +14180,7 @@ __metadata: languageName: node linkType: hard -"enhanced-resolve@npm:^5.0.0, enhanced-resolve@npm:^5.12.0, enhanced-resolve@npm:^5.17.0": +"enhanced-resolve@npm:^5.0.0, enhanced-resolve@npm:^5.12.0": version: 5.17.0 resolution: "enhanced-resolve@npm:5.17.0" dependencies: @@ -13666,6 +14190,16 @@ __metadata: languageName: node linkType: hard +"enhanced-resolve@npm:^5.17.1": + version: 5.17.1 + resolution: "enhanced-resolve@npm:5.17.1" + dependencies: + graceful-fs: "npm:^4.2.4" + tapable: "npm:^2.2.0" + checksum: 10/e8e03cb7a4bf3c0250a89afbd29e5ec20e90ba5fcd026066232a0754864d7d0a393fa6fc0e5379314a6529165a1834b36731147080714459d98924520410d8f5 + languageName: node + linkType: hard + "enquirer@npm:~2.3.6": version: 2.3.6 resolution: "enquirer@npm:2.3.6" @@ -14175,37 +14709,118 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 10/663215ab7e599651e00d61b528a63136e1f1d397db8b9c3712540af928c9476d61da95aefa81b7a8dfc7a9fdd7616fcf08395c27be68be8c99953fb461863ce4 + checksum: 10/663215ab7e599651e00d61b528a63136e1f1d397db8b9c3712540af928c9476d61da95aefa81b7a8dfc7a9fdd7616fcf08395c27be68be8c99953fb461863ce4 + languageName: node + linkType: hard + +"esbuild@npm:^0.21.3": + version: 0.21.5 + resolution: "esbuild@npm:0.21.5" + dependencies: + "@esbuild/aix-ppc64": "npm:0.21.5" + "@esbuild/android-arm": "npm:0.21.5" + "@esbuild/android-arm64": "npm:0.21.5" + "@esbuild/android-x64": "npm:0.21.5" + "@esbuild/darwin-arm64": "npm:0.21.5" + "@esbuild/darwin-x64": "npm:0.21.5" + "@esbuild/freebsd-arm64": "npm:0.21.5" + "@esbuild/freebsd-x64": "npm:0.21.5" + "@esbuild/linux-arm": "npm:0.21.5" + "@esbuild/linux-arm64": "npm:0.21.5" + "@esbuild/linux-ia32": "npm:0.21.5" + "@esbuild/linux-loong64": "npm:0.21.5" + "@esbuild/linux-mips64el": "npm:0.21.5" + "@esbuild/linux-ppc64": "npm:0.21.5" + "@esbuild/linux-riscv64": "npm:0.21.5" + "@esbuild/linux-s390x": "npm:0.21.5" + "@esbuild/linux-x64": "npm:0.21.5" + "@esbuild/netbsd-x64": "npm:0.21.5" + "@esbuild/openbsd-x64": "npm:0.21.5" + "@esbuild/sunos-x64": "npm:0.21.5" + "@esbuild/win32-arm64": "npm:0.21.5" + "@esbuild/win32-ia32": "npm:0.21.5" + "@esbuild/win32-x64": "npm:0.21.5" + dependenciesMeta: + "@esbuild/aix-ppc64": + optional: true + "@esbuild/android-arm": + optional: true + "@esbuild/android-arm64": + optional: true + "@esbuild/android-x64": + optional: true + "@esbuild/darwin-arm64": + optional: true + "@esbuild/darwin-x64": + optional: true + "@esbuild/freebsd-arm64": + optional: true + "@esbuild/freebsd-x64": + optional: true + "@esbuild/linux-arm": + optional: true + "@esbuild/linux-arm64": + optional: true + "@esbuild/linux-ia32": + optional: true + "@esbuild/linux-loong64": + optional: true + "@esbuild/linux-mips64el": + optional: true + "@esbuild/linux-ppc64": + optional: true + "@esbuild/linux-riscv64": + optional: true + "@esbuild/linux-s390x": + optional: true + "@esbuild/linux-x64": + optional: true + "@esbuild/netbsd-x64": + optional: true + "@esbuild/openbsd-x64": + optional: true + "@esbuild/sunos-x64": + optional: true + "@esbuild/win32-arm64": + optional: true + "@esbuild/win32-ia32": + optional: true + "@esbuild/win32-x64": + optional: true + bin: + esbuild: bin/esbuild + checksum: 10/d2ff2ca84d30cce8e871517374d6c2290835380dc7cd413b2d49189ed170d45e407be14de2cb4794cf76f75cf89955c4714726ebd3de7444b3046f5cab23ab6b languageName: node linkType: hard -"esbuild@npm:^0.21.3, esbuild@npm:^0.21.4": - version: 0.21.5 - resolution: "esbuild@npm:0.21.5" - dependencies: - "@esbuild/aix-ppc64": "npm:0.21.5" - "@esbuild/android-arm": "npm:0.21.5" - "@esbuild/android-arm64": "npm:0.21.5" - "@esbuild/android-x64": "npm:0.21.5" - "@esbuild/darwin-arm64": "npm:0.21.5" - "@esbuild/darwin-x64": "npm:0.21.5" - "@esbuild/freebsd-arm64": "npm:0.21.5" - "@esbuild/freebsd-x64": "npm:0.21.5" - "@esbuild/linux-arm": "npm:0.21.5" - "@esbuild/linux-arm64": "npm:0.21.5" - "@esbuild/linux-ia32": "npm:0.21.5" - "@esbuild/linux-loong64": "npm:0.21.5" - "@esbuild/linux-mips64el": "npm:0.21.5" - "@esbuild/linux-ppc64": "npm:0.21.5" - "@esbuild/linux-riscv64": "npm:0.21.5" - "@esbuild/linux-s390x": "npm:0.21.5" - "@esbuild/linux-x64": "npm:0.21.5" - "@esbuild/netbsd-x64": "npm:0.21.5" - "@esbuild/openbsd-x64": "npm:0.21.5" - "@esbuild/sunos-x64": "npm:0.21.5" - "@esbuild/win32-arm64": "npm:0.21.5" - "@esbuild/win32-ia32": "npm:0.21.5" - "@esbuild/win32-x64": "npm:0.21.5" +"esbuild@npm:^0.23.0": + version: 0.23.1 + resolution: "esbuild@npm:0.23.1" + dependencies: + "@esbuild/aix-ppc64": "npm:0.23.1" + "@esbuild/android-arm": "npm:0.23.1" + "@esbuild/android-arm64": "npm:0.23.1" + "@esbuild/android-x64": "npm:0.23.1" + "@esbuild/darwin-arm64": "npm:0.23.1" + "@esbuild/darwin-x64": "npm:0.23.1" + "@esbuild/freebsd-arm64": "npm:0.23.1" + "@esbuild/freebsd-x64": "npm:0.23.1" + "@esbuild/linux-arm": "npm:0.23.1" + "@esbuild/linux-arm64": "npm:0.23.1" + "@esbuild/linux-ia32": "npm:0.23.1" + "@esbuild/linux-loong64": "npm:0.23.1" + "@esbuild/linux-mips64el": "npm:0.23.1" + "@esbuild/linux-ppc64": "npm:0.23.1" + "@esbuild/linux-riscv64": "npm:0.23.1" + "@esbuild/linux-s390x": "npm:0.23.1" + "@esbuild/linux-x64": "npm:0.23.1" + "@esbuild/netbsd-x64": "npm:0.23.1" + "@esbuild/openbsd-arm64": "npm:0.23.1" + "@esbuild/openbsd-x64": "npm:0.23.1" + "@esbuild/sunos-x64": "npm:0.23.1" + "@esbuild/win32-arm64": "npm:0.23.1" + "@esbuild/win32-ia32": "npm:0.23.1" + "@esbuild/win32-x64": "npm:0.23.1" dependenciesMeta: "@esbuild/aix-ppc64": optional: true @@ -14243,6 +14858,8 @@ __metadata: optional: true "@esbuild/netbsd-x64": optional: true + "@esbuild/openbsd-arm64": + optional: true "@esbuild/openbsd-x64": optional: true "@esbuild/sunos-x64": @@ -14255,7 +14872,7 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 10/d2ff2ca84d30cce8e871517374d6c2290835380dc7cd413b2d49189ed170d45e407be14de2cb4794cf76f75cf89955c4714726ebd3de7444b3046f5cab23ab6b + checksum: 10/f55fbd0bfb0f86ce67a6d2c6f6780729d536c330999ecb9f5a38d578fb9fda820acbbc67d6d1d377eed8fed50fc38f14ff9cb014f86dafab94269a7fb2177018 languageName: node linkType: hard @@ -14427,11 +15044,11 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:14.2.5": - version: 14.2.5 - resolution: "eslint-config-next@npm:14.2.5" +"eslint-config-next@npm:14.2.6": + version: 14.2.6 + resolution: "eslint-config-next@npm:14.2.6" dependencies: - "@next/eslint-plugin-next": "npm:14.2.5" + "@next/eslint-plugin-next": "npm:14.2.6" "@rushstack/eslint-patch": "npm:^1.3.3" "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" eslint-import-resolver-node: "npm:^0.3.6" @@ -14446,7 +15063,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/3c362f080775541e936a5f2d273ffc63ed177b6cbb45a80d25efa2857e8eb265250ad9f60c2e3d940f4e565ec49ddc6c9885f2b7260c550aae77237620df9420 + checksum: 10/7aa9897dcdc9419b6184dfdcd8d75f9fdacd942148d02834366f3e1652a0a6f0922da8bd08d25035ed06e13a42b6007ac02104b05f3205eb69e29e57cb9ff7cc languageName: node linkType: hard @@ -14601,12 +15218,12 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-prettier@npm:5.1.3": - version: 5.1.3 - resolution: "eslint-plugin-prettier@npm:5.1.3" +"eslint-plugin-prettier@npm:5.2.1": + version: 5.2.1 + resolution: "eslint-plugin-prettier@npm:5.2.1" dependencies: prettier-linter-helpers: "npm:^1.0.0" - synckit: "npm:^0.8.6" + synckit: "npm:^0.9.1" peerDependencies: "@types/eslint": ">=8.0.0" eslint: ">=8.0.0" @@ -14617,16 +15234,16 @@ __metadata: optional: true eslint-config-prettier: optional: true - checksum: 10/4f26a30444adc61ed692cdb5a9f7e8d9f5794f0917151051e66755ce032a08c3cc72c8b5d56101412e90f6d77035bd8194ea8731e9c16aacdd5ae345a8dae188 + checksum: 10/10ddf68215237e327af09a47adab4c63f3885fda4fb28c4c42d1fc5f47d8a0cc45df6484799360ff1417a0aa3c77c3aaac49d7e9dfd145557b17e2d7ecc2a27c languageName: node linkType: hard -"eslint-plugin-promise@npm:6.2.0": - version: 6.2.0 - resolution: "eslint-plugin-promise@npm:6.2.0" +"eslint-plugin-promise@npm:6.6.0": + version: 6.6.0 + resolution: "eslint-plugin-promise@npm:6.6.0" peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - checksum: 10/9d3598a1c754d1cfa92b292e441fa8583c5f420058db6bd0de750e2c2b76fa08683deed86e9c51668a7e54e6991d3d428fbcfbe9363a6c93a94c0d74a29f5d5e + checksum: 10/c2b5604efd7e1390c132fcbf06cb2f072c956ffa65c14a991cb74ba1e2327357797239cb5b9b292d5e4010301bb897bd85a6273d7873fb157edc46aa2d95cbd9 languageName: node linkType: hard @@ -14648,44 +15265,16 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-refresh@npm:0.4.7": - version: 0.4.7 - resolution: "eslint-plugin-react-refresh@npm:0.4.7" +"eslint-plugin-react-refresh@npm:0.4.11": + version: 0.4.11 + resolution: "eslint-plugin-react-refresh@npm:0.4.11" peerDependencies: eslint: ">=7" - checksum: 10/acbbe24e40b2b6fe96656e9407e275fdda6db031814674117e7a65d49a7a713f05b0d79dc6426d927b7622ce310a261cff385821c80b2e97089068dcd30bda52 - languageName: node - linkType: hard - -"eslint-plugin-react@npm:7.34.3": - version: 7.34.3 - resolution: "eslint-plugin-react@npm:7.34.3" - dependencies: - array-includes: "npm:^3.1.8" - array.prototype.findlast: "npm:^1.2.5" - array.prototype.flatmap: "npm:^1.3.2" - array.prototype.toreversed: "npm:^1.1.2" - array.prototype.tosorted: "npm:^1.1.4" - doctrine: "npm:^2.1.0" - es-iterator-helpers: "npm:^1.0.19" - estraverse: "npm:^5.3.0" - jsx-ast-utils: "npm:^2.4.1 || ^3.0.0" - minimatch: "npm:^3.1.2" - object.entries: "npm:^1.1.8" - object.fromentries: "npm:^2.0.8" - object.hasown: "npm:^1.1.4" - object.values: "npm:^1.2.0" - prop-types: "npm:^15.8.1" - resolve: "npm:^2.0.0-next.5" - semver: "npm:^6.3.1" - string.prototype.matchall: "npm:^4.0.11" - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10/f160a5b0a376e520b0cd5e2b6111e91966533708842270e460e2f93a45c80f42dc79232a38a6ccb1a397b1d9deba06f6dc819333d9e1af55d392bf52b20d6c9b + checksum: 10/876c1b972d962748a5c6f79ec2ed5add3a17d769c319eb5e67a98aa810fafe7591cf9767e155cd16cd5a5f9ba454ec06c52b6d216d9e469378da165eacf025be languageName: node linkType: hard -"eslint-plugin-react@npm:^7.33.2": +"eslint-plugin-react@npm:7.35.0, eslint-plugin-react@npm:^7.33.2": version: 7.35.0 resolution: "eslint-plugin-react@npm:7.35.0" dependencies: @@ -15328,9 +15917,9 @@ __metadata: languageName: node linkType: hard -"fastify@npm:4.27.0": - version: 4.27.0 - resolution: "fastify@npm:4.27.0" +"fastify@npm:4.28.1": + version: 4.28.1 + resolution: "fastify@npm:4.28.1" dependencies: "@fastify/ajv-compiler": "npm:^3.5.0" "@fastify/error": "npm:^3.4.0" @@ -15348,7 +15937,7 @@ __metadata: secure-json-parse: "npm:^2.7.0" semver: "npm:^7.5.4" toad-cache: "npm:^3.3.0" - checksum: 10/5c98f4407627f3c08c222ee4ff7294a84ccb42d6612c80d3bea4b065cbd1ea010fa86f3c870cdae6c579c3982d97a6bf308dec8f3a9d15eb761138321e1e4207 + checksum: 10/8a749dd540609579258cd0471c521696ed16bf66e34d46babbbed9d9a184bd7a378c2ec87a233e382071c1c91b223db0a1ad1a7f9dc8a8f2240aaf8e173ed597 languageName: node linkType: hard @@ -16507,23 +17096,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:10.4.2": - version: 10.4.2 - resolution: "glob@npm:10.4.2" - dependencies: - foreground-child: "npm:^3.1.0" - jackspeak: "npm:^3.1.2" - minimatch: "npm:^9.0.4" - minipass: "npm:^7.1.2" - package-json-from-dist: "npm:^1.0.0" - path-scurry: "npm:^1.11.1" - bin: - glob: dist/esm/bin.mjs - checksum: 10/e412776b5952a818eba790c830bea161c9a56813fd767d8c4c49f855603b1fb962b3e73f1f627a47298a57d2992b9f0f2fe15cf93e74ecaaa63fb45d63fdd090 - languageName: node - linkType: hard - -"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.4, glob@npm:^10.3.7": +"glob@npm:10.4.5, glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.4, glob@npm:^10.3.7": version: 10.4.5 resolution: "glob@npm:10.4.5" dependencies: @@ -16659,7 +17232,7 @@ __metadata: languageName: node linkType: hard -"globby@npm:11.1.0, globby@npm:^11.0.3, globby@npm:^11.0.4, globby@npm:^11.1.0": +"globby@npm:11.1.0, globby@npm:^11.0.4, globby@npm:^11.1.0": version: 11.1.0 resolution: "globby@npm:11.1.0" dependencies: @@ -17075,13 +17648,13 @@ __metadata: languageName: node linkType: hard -"html-dom-parser@npm:5.0.8": - version: 5.0.8 - resolution: "html-dom-parser@npm:5.0.8" +"html-dom-parser@npm:5.0.9": + version: 5.0.9 + resolution: "html-dom-parser@npm:5.0.9" dependencies: domhandler: "npm:5.0.3" htmlparser2: "npm:9.1.0" - checksum: 10/fb1f67e151008abc00404e80d69d499ee365b7e8a1a618ad0ccaedfd28889c99fb8fcd0cf57464c7b0898784c28b9c0ef9704110d51bca6ff2e5367e5a0d13a3 + checksum: 10/8db5fb8081a27407fd8124027ff11185b39b3d2ebea17b6404ae2c8286a6546106788c1582c25afcb1d2545c41f65e73e1d6f8c9e4df3cc1ff14cd5a4d25eac2 languageName: node linkType: hard @@ -17110,21 +17683,21 @@ __metadata: languageName: node linkType: hard -"html-react-parser@npm:5.1.10": - version: 5.1.10 - resolution: "html-react-parser@npm:5.1.10" +"html-react-parser@npm:5.1.13": + version: 5.1.13 + resolution: "html-react-parser@npm:5.1.13" dependencies: domhandler: "npm:5.0.3" - html-dom-parser: "npm:5.0.8" + html-dom-parser: "npm:5.0.9" react-property: "npm:2.0.2" style-to-js: "npm:1.1.12" peerDependencies: - "@types/react": 17 || 18 + "@types/react": 0.14 || 15 || 16 || 17 || 18 react: 0.14 || 15 || 16 || 17 || 18 peerDependenciesMeta: "@types/react": optional: true - checksum: 10/30a116cd4610008e4858f60deb2984ed02df5f83c13b3c32983c4e2b72ca1f89b4bf738619ee9dc340290978698f72bbc07732a40527521c212dfe2e662d2d75 + checksum: 10/dfb68ae4c0ca18a22f7326770ed639e00f91600623503fd5a3287d8ab098633f18ba5005256b2462522d84b513cd6c1a9f687bce26d7efb8c8919d6c122dc75a languageName: node linkType: hard @@ -17268,13 +17841,13 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:7.0.4": - version: 7.0.4 - resolution: "https-proxy-agent@npm:7.0.4" +"https-proxy-agent@npm:7.0.5, https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.5": + version: 7.0.5 + resolution: "https-proxy-agent@npm:7.0.5" dependencies: agent-base: "npm:^7.0.2" debug: "npm:4" - checksum: 10/405fe582bba461bfe5c7e2f8d752b384036854488b828ae6df6a587c654299cbb2c50df38c4b6ab303502c3c5e029a793fbaac965d1e86ee0be03faceb554d63 + checksum: 10/6679d46159ab3f9a5509ee80c3a3fc83fba3a920a5e18d32176c3327852c3c00ad640c0c4210a8fd70ea3c4a6d3a1b375bf01942516e7df80e2646bdc77658ab languageName: node linkType: hard @@ -17288,16 +17861,6 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.4": - version: 7.0.5 - resolution: "https-proxy-agent@npm:7.0.5" - dependencies: - agent-base: "npm:^7.0.2" - debug: "npm:4" - checksum: 10/6679d46159ab3f9a5509ee80c3a3fc83fba3a920a5e18d32176c3327852c3c00ad640c0c4210a8fd70ea3c4a6d3a1b375bf01942516e7df80e2646bdc77658ab - languageName: node - linkType: hard - "human-signals@npm:^2.1.0": version: 2.1.0 resolution: "human-signals@npm:2.1.0" @@ -17326,12 +17889,12 @@ __metadata: languageName: node linkType: hard -"husky@npm:9.0.11": - version: 9.0.11 - resolution: "husky@npm:9.0.11" +"husky@npm:9.1.5": + version: 9.1.5 + resolution: "husky@npm:9.1.5" bin: - husky: bin.mjs - checksum: 10/8a9b7cb9dc8494b470b3b47b386e65d579608c6206da80d3cc8b71d10e37947264af3dfe00092368dad9673b51d2a5ee87afb4b2291e77ba9e7ec1ac36e56cd1 + husky: bin.js + checksum: 10/21a3036dd03141c41347693bde301c62502b4e3bffb87310e7e42b3011c2e55691af2e4a9a5f39bd94e6b1d69e3cfc26ec636d8e164e19737b26f11c556caf10 languageName: node linkType: hard @@ -17385,13 +17948,20 @@ __metadata: languageName: node linkType: hard -"ignore@npm:^5.0.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1": +"ignore@npm:^5.0.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4": version: 5.3.1 resolution: "ignore@npm:5.3.1" checksum: 10/0a884c2fbc8c316f0b9f92beaf84464253b73230a4d4d286697be45fca081199191ca33e1c2e82d9e5f851f5e9a48a78e25a35c951e7eb41e59f150db3530065 languageName: node linkType: hard +"ignore@npm:^5.3.2": + version: 5.3.2 + resolution: "ignore@npm:5.3.2" + checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98 + languageName: node + linkType: hard + "image-meta@npm:^0.2.0": version: 0.2.1 resolution: "image-meta@npm:0.2.1" @@ -17904,7 +18474,7 @@ __metadata: languageName: node linkType: hard -"is-docker@npm:^2.0.0, is-docker@npm:^2.1.1": +"is-docker@npm:^2.0.0, is-docker@npm:^2.1.1, is-docker@npm:^2.2.1": version: 2.2.1 resolution: "is-docker@npm:2.2.1" bin: @@ -18636,7 +19206,7 @@ __metadata: version: 0.0.0-use.local resolution: "jest-config-spirit@workspace:configs/jest-config-spirit" dependencies: - "@swc/core": "npm:1.6.5" + "@swc/core": "npm:1.7.18" "@swc/jest": "npm:0.2.36" "@testing-library/jest-dom": "npm:^6.4.5" "@types/jest": "npm:29.5.12" @@ -19111,7 +19681,7 @@ __metadata: languageName: node linkType: hard -"joycon@npm:^3.0.1": +"joycon@npm:^3.1.1": version: 3.1.1 resolution: "joycon@npm:3.1.1" checksum: 10/4b36e3479144ec196425f46b3618f8a96ce7e1b658f091a309cd4906215f5b7a402d7df331a3e0a09681381a658d0c5f039cb3cf6907e0a1e17ed847f5d37775 @@ -19261,9 +19831,9 @@ __metadata: languageName: node linkType: hard -"jsdom@npm:24.1.0": - version: 24.1.0 - resolution: "jsdom@npm:24.1.0" +"jsdom@npm:24.1.3": + version: 24.1.3 + resolution: "jsdom@npm:24.1.3" dependencies: cssstyle: "npm:^4.0.1" data-urls: "npm:^5.0.0" @@ -19271,11 +19841,11 @@ __metadata: form-data: "npm:^4.0.0" html-encoding-sniffer: "npm:^4.0.0" http-proxy-agent: "npm:^7.0.2" - https-proxy-agent: "npm:^7.0.4" + https-proxy-agent: "npm:^7.0.5" is-potential-custom-element-name: "npm:^1.0.1" - nwsapi: "npm:^2.2.10" + nwsapi: "npm:^2.2.12" parse5: "npm:^7.1.2" - rrweb-cssom: "npm:^0.7.0" + rrweb-cssom: "npm:^0.7.1" saxes: "npm:^6.0.0" symbol-tree: "npm:^3.2.4" tough-cookie: "npm:^4.1.4" @@ -19284,14 +19854,14 @@ __metadata: whatwg-encoding: "npm:^3.1.1" whatwg-mimetype: "npm:^4.0.0" whatwg-url: "npm:^14.0.0" - ws: "npm:^8.17.0" + ws: "npm:^8.18.0" xml-name-validator: "npm:^5.0.0" peerDependencies: canvas: ^2.11.2 peerDependenciesMeta: canvas: optional: true - checksum: 10/0821daf73ea4b486f93a51d304037e3864ef3ca515e4646afa997b4f7f6054e6a62aabf34e2e3f2d7e0e76d3ff3d70aa81df07e96145a37988e47318e976242d + checksum: 10/81e01d092a3620a9749e46572c26b21eb1fefc4e593f99e4acf3d4a803dfb091917e7b7096b3e62fab87e1d525a4030b803be1f5dbb5e7e61435d726f82f7457 languageName: node linkType: hard @@ -19738,12 +20308,12 @@ __metadata: languageName: node linkType: hard -"lerna@npm:8.1.5": - version: 8.1.5 - resolution: "lerna@npm:8.1.5" +"lerna@npm:8.1.8": + version: 8.1.8 + resolution: "lerna@npm:8.1.8" dependencies: - "@lerna/create": "npm:8.1.5" - "@npmcli/arborist": "npm:7.5.3" + "@lerna/create": "npm:8.1.8" + "@npmcli/arborist": "npm:7.5.4" "@npmcli/package-json": "npm:5.2.0" "@npmcli/run-script": "npm:8.1.0" "@nx/devkit": "npm:>=17.1.2 < 20" @@ -19808,6 +20378,8 @@ __metadata: signal-exit: "npm:3.0.7" slash: "npm:3.0.0" ssri: "npm:^10.0.6" + string-width: "npm:^4.2.3" + strip-ansi: "npm:^6.0.1" strong-log-transformer: "npm:2.1.0" tar: "npm:6.2.1" temp-dir: "npm:1.0.0" @@ -19823,7 +20395,7 @@ __metadata: yargs-parser: "npm:21.1.1" bin: lerna: dist/cli.js - checksum: 10/58c907c27c97a3a095b9f2cb439d3fe51db7f39b367b191a0d1809bf100018cbe5a4d9fc08a0077d4a378f46995de85ae67cdbe7d29d9df95b0c14a85e68e1a9 + checksum: 10/c058064f07b3e32fb10a2e37bd8a76b3cbba76c5e90250e508726003c4c2f80545d6a95a3de533ff8f1f20931c47055290e555a34b78de53eed786995d25b3e9 languageName: node linkType: hard @@ -19903,7 +20475,7 @@ __metadata: languageName: node linkType: hard -"lilconfig@npm:^3.0.0, lilconfig@npm:^3.1.1, lilconfig@npm:~3.1.1": +"lilconfig@npm:^3.1.1, lilconfig@npm:~3.1.2": version: 3.1.2 resolution: "lilconfig@npm:3.1.2" checksum: 10/8058403850cfad76d6041b23db23f730e52b6c17a8c28d87b90766639ca0ee40c748a3e85c2d7bd133d572efabff166c4b015e5d25e01fd666cb4b13cfada7f0 @@ -19924,23 +20496,23 @@ __metadata: languageName: node linkType: hard -"lint-staged@npm:15.2.7": - version: 15.2.7 - resolution: "lint-staged@npm:15.2.7" +"lint-staged@npm:15.2.9": + version: 15.2.9 + resolution: "lint-staged@npm:15.2.9" dependencies: chalk: "npm:~5.3.0" commander: "npm:~12.1.0" - debug: "npm:~4.3.4" + debug: "npm:~4.3.6" execa: "npm:~8.0.1" - lilconfig: "npm:~3.1.1" - listr2: "npm:~8.2.1" + lilconfig: "npm:~3.1.2" + listr2: "npm:~8.2.4" micromatch: "npm:~4.0.7" pidtree: "npm:~0.6.0" string-argv: "npm:~0.3.2" - yaml: "npm:~2.4.2" + yaml: "npm:~2.5.0" bin: lint-staged: bin/lint-staged.js - checksum: 10/7557bcf4e8dc0555f2c7e6a8ab6f5dfd7faaaed632a5d9e598768c86f786267ca216f8005068796a8118884d322a1c7f8f93e57c01b3e556475b77297ddad34f + checksum: 10/2f7342ca3fc7e2a8a0cc3db79ca8d2ad0269b98b13220f3a6745a514aacf1f83487a23a550569081ea962f9a576af7df8d687a8330a9c3c2c27348d5a4d5440e languageName: node linkType: hard @@ -19973,17 +20545,17 @@ __metadata: languageName: node linkType: hard -"listr2@npm:8.2.3, listr2@npm:~8.2.1": - version: 8.2.3 - resolution: "listr2@npm:8.2.3" +"listr2@npm:8.2.4, listr2@npm:~8.2.4": + version: 8.2.4 + resolution: "listr2@npm:8.2.4" dependencies: cli-truncate: "npm:^4.0.0" colorette: "npm:^2.0.20" eventemitter3: "npm:^5.0.1" - log-update: "npm:^6.0.0" + log-update: "npm:^6.1.0" rfdc: "npm:^1.4.1" wrap-ansi: "npm:^9.0.0" - checksum: 10/4d63a699b851d6763df83b0eb26d9f07e6ba656fbae79ddd2447bd72a5b6825dad2fd315aacba712707ccd414fab3365ba863ad5b12b9f1b515a5d0768f6fc7d + checksum: 10/344d2397e127bf802935925e95b54468eef745fbbaf9326eb33a1634ae2d6e86cdb527ef48cb83a19a50671955d39b3e2608c74db85530df07b5674f5de115e1 languageName: node linkType: hard @@ -20382,7 +20954,7 @@ __metadata: languageName: node linkType: hard -"log-update@npm:6.0.0, log-update@npm:^6.0.0": +"log-update@npm:6.0.0": version: 6.0.0 resolution: "log-update@npm:6.0.0" dependencies: @@ -20395,6 +20967,19 @@ __metadata: languageName: node linkType: hard +"log-update@npm:^6.1.0": + version: 6.1.0 + resolution: "log-update@npm:6.1.0" + dependencies: + ansi-escapes: "npm:^7.0.0" + cli-cursor: "npm:^5.0.0" + slice-ansi: "npm:^7.1.0" + strip-ansi: "npm:^7.1.0" + wrap-ansi: "npm:^9.0.0" + checksum: 10/5abb4131e33b1e7f8416bb194fe17a3603d83e4657c5bf5bb81ce4187f3b00ea481643b85c3d5cefe6037a452cdcf7f1391ab8ea0d9c23e75d19589830ec4f11 + languageName: node + linkType: hard + "logform@npm:^2.6.0, logform@npm:^2.6.1": version: 2.6.1 resolution: "logform@npm:2.6.1" @@ -20923,6 +21508,13 @@ __metadata: languageName: node linkType: hard +"mimic-function@npm:^5.0.0": + version: 5.0.1 + resolution: "mimic-function@npm:5.0.1" + checksum: 10/eb5893c99e902ccebbc267c6c6b83092966af84682957f79313311edb95e8bb5f39fb048d77132b700474d1c86d90ccc211e99bae0935447a4834eb4c882982c + languageName: node + linkType: hard + "mimic-response@npm:^1.0.0, mimic-response@npm:^1.0.1": version: 1.0.1 resolution: "mimic-response@npm:1.0.1" @@ -21372,20 +21964,20 @@ __metadata: languageName: node linkType: hard -"netlify-cli@npm:17.30.0": - version: 17.30.0 - resolution: "netlify-cli@npm:17.30.0" +"netlify-cli@npm:17.34.2": + version: 17.34.2 + resolution: "netlify-cli@npm:17.34.2" dependencies: - "@bugsnag/js": "npm:7.23.0" + "@bugsnag/js": "npm:7.25.0" "@fastify/static": "npm:7.0.4" - "@netlify/blobs": "npm:7.3.0" - "@netlify/build": "npm:29.50.0" - "@netlify/build-info": "npm:7.13.2" - "@netlify/config": "npm:20.15.4" - "@netlify/edge-bundler": "npm:12.1.1" - "@netlify/edge-functions": "npm:2.8.1" + "@netlify/blobs": "npm:8.0.0" + "@netlify/build": "npm:29.53.0" + "@netlify/build-info": "npm:7.14.1" + "@netlify/config": "npm:20.18.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.37.2" + "@netlify/zip-it-and-ship-it": "npm:9.37.9" "@octokit/rest": "npm:20.1.1" "@opentelemetry/api": "npm:1.8.0" ansi-escapes: "npm:7.0.0" @@ -21400,13 +21992,13 @@ __metadata: ci-info: "npm:4.0.0" clean-deep: "npm:3.4.0" commander: "npm:10.0.1" - comment-json: "npm:4.2.3" + comment-json: "npm:4.2.5" concordance: "npm:5.0.4" configstore: "npm:6.0.0" content-type: "npm:1.0.5" cookie: "npm:0.6.0" cron-parser: "npm:4.9.0" - debug: "npm:4.3.5" + debug: "npm:4.3.6" decache: "npm:4.6.2" dot-prop: "npm:9.0.0" dotenv: "npm:16.4.5" @@ -21418,7 +22010,7 @@ __metadata: express-logging: "npm:1.1.1" extract-zip: "npm:2.0.1" fastest-levenshtein: "npm:1.0.16" - fastify: "npm:4.27.0" + fastify: "npm:4.28.1" find-up: "npm:7.0.0" flush-write-stream: "npm:2.0.0" folder-walker: "npm:3.2.0" @@ -21432,7 +22024,7 @@ __metadata: hasha: "npm:5.2.2" http-proxy: "npm:1.18.1" http-proxy-middleware: "npm:2.0.6" - https-proxy-agent: "npm:7.0.4" + https-proxy-agent: "npm:7.0.5" inquirer: "npm:6.5.2" inquirer-autocomplete-prompt: "npm:1.4.0" ipx: "npm:2.1.0" @@ -21444,7 +22036,7 @@ __metadata: jsonwebtoken: "npm:9.0.2" jwt-decode: "npm:4.0.0" lambda-local: "npm:2.2.0" - listr2: "npm:8.2.3" + listr2: "npm:8.2.4" locate-path: "npm:7.2.0" lodash: "npm:4.17.21" log-symbols: "npm:6.0.0" @@ -21463,7 +22055,7 @@ __metadata: p-map: "npm:7.0.2" p-wait-for: "npm:5.0.2" parallel-transform: "npm:1.2.0" - parse-github-url: "npm:1.0.2" + parse-github-url: "npm:1.0.3" parse-gitignore: "npm:2.0.0" path-key: "npm:4.0.0" prettyjson: "npm:1.2.5" @@ -21471,7 +22063,7 @@ __metadata: raw-body: "npm:2.5.2" read-package-up: "npm:11.0.0" readdirp: "npm:3.6.0" - semver: "npm:7.6.2" + semver: "npm:7.6.3" source-map-support: "npm:0.5.21" strip-ansi-control-characters: "npm:2.0.0" tabtab: "npm:3.0.2" @@ -21479,7 +22071,6 @@ __metadata: terminal-link: "npm:3.0.0" through2-filter: "npm:4.0.0" through2-map: "npm:4.0.0" - to-readable-stream: "npm:3.0.0" toml: "npm:3.0.0" tomlify-j0.4: "npm:3.0.0" ulid: "npm:2.3.0" @@ -21493,7 +22084,7 @@ __metadata: bin: netlify: bin/run.js ntl: bin/run.js - checksum: 10/f98f6b7adb8fa5b156a7e4be2d33605c804859844c43af69c23abe13d667ce7cfed1dc37cf66b34700ffc319948b215e92bb3e06e3debfed0fccd9b15a993bf1 + checksum: 10/b609a4c3543c520d41a568b8d4306cbf589e07b5166d4834c467eb7fbf75097fc311fbd90d66452300dc50cbe81dcecba66aa5a1096f18ffc386b9ac472a0a7e languageName: node linkType: hard @@ -21546,20 +22137,35 @@ __metadata: languageName: node linkType: hard -"next@npm:14.2.3": - version: 14.2.3 - resolution: "next@npm:14.2.3" +"netlify@npm:^13.1.21": + version: 13.1.21 + resolution: "netlify@npm:13.1.21" + dependencies: + "@netlify/open-api": "npm:^2.34.0" + lodash-es: "npm:^4.17.21" + micro-api-client: "npm:^3.3.0" + node-fetch: "npm:^3.0.0" + omit.js: "npm:^2.0.2" + p-wait-for: "npm:^4.0.0" + qs: "npm:^6.9.6" + checksum: 10/bb998674f568fd06055c42e26101f8859936da1f683a48c2f4d748b9db47081c7231b59dfaf9fe4a6bd5c1c74717e6468800eac7d7f8f9d95740510fb4b4c8da + languageName: node + linkType: hard + +"next@npm:14.2.6": + version: 14.2.6 + resolution: "next@npm:14.2.6" dependencies: - "@next/env": "npm:14.2.3" - "@next/swc-darwin-arm64": "npm:14.2.3" - "@next/swc-darwin-x64": "npm:14.2.3" - "@next/swc-linux-arm64-gnu": "npm:14.2.3" - "@next/swc-linux-arm64-musl": "npm:14.2.3" - "@next/swc-linux-x64-gnu": "npm:14.2.3" - "@next/swc-linux-x64-musl": "npm:14.2.3" - "@next/swc-win32-arm64-msvc": "npm:14.2.3" - "@next/swc-win32-ia32-msvc": "npm:14.2.3" - "@next/swc-win32-x64-msvc": "npm:14.2.3" + "@next/env": "npm:14.2.6" + "@next/swc-darwin-arm64": "npm:14.2.6" + "@next/swc-darwin-x64": "npm:14.2.6" + "@next/swc-linux-arm64-gnu": "npm:14.2.6" + "@next/swc-linux-arm64-musl": "npm:14.2.6" + "@next/swc-linux-x64-gnu": "npm:14.2.6" + "@next/swc-linux-x64-musl": "npm:14.2.6" + "@next/swc-win32-arm64-msvc": "npm:14.2.6" + "@next/swc-win32-ia32-msvc": "npm:14.2.6" + "@next/swc-win32-x64-msvc": "npm:14.2.6" "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001579" @@ -21600,7 +22206,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10/666c9770206ce693732a6d772297f1ddb3ce72f59862fa4cd104c5536da596026f758c4c9256ea790cf22d1bb8a15e27e5ea9455c948f72a9e3ca61fb745b0f5 + checksum: 10/fe883537393cce2538c15d9d43e2234be731dd369059f8e513a06b93c4fc0b9348ae92788a90b9f6cbc91c438983119a041fdded3eaf79afa2317b31c2e4fb60 languageName: node linkType: hard @@ -21773,7 +22379,7 @@ __metadata: languageName: node linkType: hard -"node-releases@npm:^2.0.14": +"node-releases@npm:^2.0.14, node-releases@npm:^2.0.18": version: 2.0.18 resolution: "node-releases@npm:2.0.18" checksum: 10/241e5fa9556f1c12bafb83c6c3e94f8cf3d8f2f8f904906ecef6e10bcaa1d59aa61212d4651bec70052015fc54bd3fdcdbe7fc0f638a17e6685aa586c076ec4e @@ -22011,9 +22617,9 @@ __metadata: languageName: node linkType: hard -"npm-run-all2@npm:6.2.0": - version: 6.2.0 - resolution: "npm-run-all2@npm:6.2.0" +"npm-run-all2@npm:6.2.2": + version: 6.2.2 + resolution: "npm-run-all2@npm:6.2.2" dependencies: ansi-styles: "npm:^6.2.1" cross-spawn: "npm:^7.0.3" @@ -22027,7 +22633,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/917937b6280a4f7af168b784fba10f0c441d58d86ab5595c88e4aa4b9f69f7eaa0af62ddc8a12fed705debcfc5f77bf80bad48936a3384f3a0b527111b7ff4ec + checksum: 10/79995322365ab1189bf00cd531b3b2c410334a8e0d54bf1045fed3b59117873e8a0aeafdc1f543f0cef295bdca1fe5cfea5613e7ed4cc65f396b72db587257f5 languageName: node linkType: hard @@ -22137,7 +22743,7 @@ __metadata: languageName: node linkType: hard -"nwsapi@npm:^2.2.10, nwsapi@npm:^2.2.2": +"nwsapi@npm:^2.2.12, nwsapi@npm:^2.2.2": version: 2.2.12 resolution: "nwsapi@npm:2.2.12" checksum: 10/172119e9ef492467ebfb337f9b5fd12a94d2b519377cde3f6ec2f74a86f6d5c00ef3873539bed7142f908ffca4e35383179be2319d04a563071d146bfa3f1673 @@ -22337,17 +22943,6 @@ __metadata: languageName: node linkType: hard -"object.hasown@npm:^1.1.4": - version: 1.1.4 - resolution: "object.hasown@npm:1.1.4" - dependencies: - define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.2" - es-object-atoms: "npm:^1.0.0" - checksum: 10/797385577b3ef3c0d19333e03ed34bc7987978ae1ee1245069c9922e17d1128265187f729dc610260d03f8d418af26fcd7919b423793bf0af9099d9f08367d69 - languageName: node - linkType: hard - "object.values@npm:^1.1.0, object.values@npm:^1.1.6, object.values@npm:^1.1.7, object.values@npm:^1.2.0": version: 1.2.0 resolution: "object.values@npm:1.2.0" @@ -22452,6 +23047,15 @@ __metadata: languageName: node linkType: hard +"onetime@npm:^7.0.0": + version: 7.0.0 + resolution: "onetime@npm:7.0.0" + dependencies: + mimic-function: "npm:^5.0.0" + checksum: 10/eb08d2da9339819e2f9d52cab9caf2557d80e9af8c7d1ae86e1a0fef027d00a88e9f5bd67494d350df360f7c559fbb44e800b32f310fb989c860214eacbb561c + languageName: node + linkType: hard + "open@npm:^8.0.4, open@npm:^8.4.0": version: 8.4.2 resolution: "open@npm:8.4.2" @@ -22986,12 +23590,12 @@ __metadata: languageName: node linkType: hard -"parse-github-url@npm:1.0.2": - version: 1.0.2 - resolution: "parse-github-url@npm:1.0.2" +"parse-github-url@npm:1.0.3": + version: 1.0.3 + resolution: "parse-github-url@npm:1.0.3" bin: - parse-github-url: ./cli.js - checksum: 10/cb645408cb193f60c9b3be329fb253208aca51709173f2e4f78ba5f4b913d30a9bfa1d910d9544e97ead7e63117b52859ca6ea87f1c505a791647e03366bb0d6 + parse-github-url: cli.js + checksum: 10/88c7f9d30b3e14026b5136c0a28ca0b443d27e15d7731adab4b49b1a33bcf8603ca45d39951c1ade64e94b0b163f2077a29268f4586332acc552a35ce15d5af6 languageName: node linkType: hard @@ -23406,27 +24010,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.45.0": - version: 1.45.0 - resolution: "playwright-core@npm:1.45.0" +"playwright-core@npm:1.46.1": + version: 1.46.1 + resolution: "playwright-core@npm:1.46.1" bin: playwright-core: cli.js - checksum: 10/47b7e4334fc946fb438b9846a4d91cc992d2d25b830dd796c4b3aadfbec328e031ebf11a11ae65231aace2adb4991cc043bd227d7a5eb10c98562a23d70dfe80 + checksum: 10/950aa935bba0b67ed289e07f31a52104c2b2ff9e39c46cda70b83f0b327e8114bcbcdeb4e8f94333ec941f9cd49cfac3af4cad91e247206ce927283482f24d91 languageName: node linkType: hard -"playwright@npm:1.45.0": - version: 1.45.0 - resolution: "playwright@npm:1.45.0" +"playwright@npm:1.46.1": + version: 1.46.1 + resolution: "playwright@npm:1.46.1" dependencies: fsevents: "npm:2.3.2" - playwright-core: "npm:1.45.0" + playwright-core: "npm:1.46.1" dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 10/65e7e4059ef09b89c9b03022ea3c462b004868eb92bbda1e95e45f99ab35a085b2982506837621ec62bf2caf2f2617aac7a016f8b85bc58026838e948889cd1d + checksum: 10/17b0e7495a663dccbda4baf4953823a133af0b7cd4a5978bd2f40768a23e1a92d3659d7b48289a5160c9fa6269d8b9bbf5e2040aa4a63a3dd5f29475343ad3f2 languageName: node linkType: hard @@ -23470,34 +24074,37 @@ __metadata: languageName: node linkType: hard -"postcss-load-config@npm:^4.0.1": - version: 4.0.2 - resolution: "postcss-load-config@npm:4.0.2" +"postcss-load-config@npm:^5.0.0": + version: 5.1.0 + resolution: "postcss-load-config@npm:5.1.0" dependencies: - lilconfig: "npm:^3.0.0" - yaml: "npm:^2.3.4" + lilconfig: "npm:^3.1.1" + yaml: "npm:^2.4.2" peerDependencies: + jiti: ">=1.21.0" postcss: ">=8.0.9" - ts-node: ">=9.0.0" + tsx: ^4.8.1 peerDependenciesMeta: + jiti: + optional: true postcss: optional: true - ts-node: + tsx: optional: true - checksum: 10/e2c2ed9b7998a5b123e1ce0c124daf6504b1454c67dcc1c8fdbcc5ffb2597b7de245e3ac34f63afc928d3fd3260b1e36492ebbdb01a9ff63f16b3c8b7b925d1b + checksum: 10/d67b7db7599929e9fb305b49b25024b02b694eff8acbd86ec99dc4a13820edd77b34ec8bbc07ed3497f43c728565fec3d4c53582ffbc2c1ce97fd8c84be8e49c languageName: node linkType: hard -"postcss-load-config@npm:^5.0.0": - version: 5.1.0 - resolution: "postcss-load-config@npm:5.1.0" +"postcss-load-config@npm:^6.0.1": + version: 6.0.1 + resolution: "postcss-load-config@npm:6.0.1" dependencies: lilconfig: "npm:^3.1.1" - yaml: "npm:^2.4.2" peerDependencies: jiti: ">=1.21.0" postcss: ">=8.0.9" tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: jiti: optional: true @@ -23505,7 +24112,9 @@ __metadata: optional: true tsx: optional: true - checksum: 10/d67b7db7599929e9fb305b49b25024b02b694eff8acbd86ec99dc4a13820edd77b34ec8bbc07ed3497f43c728565fec3d4c53582ffbc2c1ce97fd8c84be8e49c + yaml: + optional: true + checksum: 10/1691cfc94948a9373d4f7b3b7a8500cfaf8cb2dcc2107c14f90f2a711a9892a362b0866894ac5bb723455fa685a15116d9ed3252188689c4502b137c19d6bdc4 languageName: node linkType: hard @@ -23579,6 +24188,13 @@ __metadata: languageName: node linkType: hard +"postcss-resolve-nested-selector@npm:^0.1.6": + version: 0.1.6 + resolution: "postcss-resolve-nested-selector@npm:0.1.6" + checksum: 10/85453901afe2a4db497b4e0d2c9cf2a097a08fa5d45bc646547025176217050334e423475519a1e6c74a1f31ade819d16bb37a39914e5321e250695ee3feea14 + languageName: node + linkType: hard + "postcss-safe-parser@npm:^7.0.0": version: 7.0.0 resolution: "postcss-safe-parser@npm:7.0.0" @@ -23607,6 +24223,16 @@ __metadata: languageName: node linkType: hard +"postcss-selector-parser@npm:^6.1.2": + version: 6.1.2 + resolution: "postcss-selector-parser@npm:6.1.2" + dependencies: + cssesc: "npm:^3.0.0" + util-deprecate: "npm:^1.0.2" + checksum: 10/190034c94d809c115cd2f32ee6aade84e933450a43ec3899c3e78e7d7b33efd3a2a975bb45d7700b6c5b196c06a7d9acf3f1ba6f1d87032d9675a29d8bca1dd3 + languageName: node + linkType: hard + "postcss-sorting@npm:^8.0.2": version: 8.0.2 resolution: "postcss-sorting@npm:8.0.2" @@ -23647,18 +24273,18 @@ __metadata: languageName: node linkType: hard -"postcss@npm:8.4.38": - version: 8.4.38 - resolution: "postcss@npm:8.4.38" +"postcss@npm:8.4.41, postcss@npm:^8.4.39, postcss@npm:^8.4.41": + version: 8.4.41 + resolution: "postcss@npm:8.4.41" dependencies: nanoid: "npm:^3.3.7" - picocolors: "npm:^1.0.0" + picocolors: "npm:^1.0.1" source-map-js: "npm:^1.2.0" - checksum: 10/6e44a7ed835ffa9a2b096e8d3e5dfc6bcf331a25c48aeb862dd54e3aaecadf814fa22be224fd308f87d08adf2299164f88c5fd5ab1c4ef6cbd693ceb295377f4 + checksum: 10/6e6176c2407eff60493ca60a706c6b7def20a722c3adda94ea1ece38345eb99964191336fd62b62652279cec6938e79e0b1e1d477142c8d3516e7a725a74ee37 languageName: node linkType: hard -"postcss@npm:^8.4.23, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:^8.4.38": +"postcss@npm:^8.4.23, postcss@npm:^8.4.32, postcss@npm:^8.4.33": version: 8.4.39 resolution: "postcss@npm:8.4.39" dependencies: @@ -23669,17 +24295,6 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.39": - version: 8.4.41 - resolution: "postcss@npm:8.4.41" - dependencies: - nanoid: "npm:^3.3.7" - picocolors: "npm:^1.0.1" - source-map-js: "npm:^1.2.0" - checksum: 10/6e6176c2407eff60493ca60a706c6b7def20a722c3adda94ea1ece38345eb99964191336fd62b62652279cec6938e79e0b1e1d477142c8d3516e7a725a74ee37 - languageName: node - linkType: hard - "prebuild-install@npm:^7.1.1": version: 7.1.2 resolution: "prebuild-install@npm:7.1.2" @@ -23749,12 +24364,12 @@ __metadata: version: 0.0.0-use.local resolution: "prettier-config-spirit@workspace:configs/prettier-config-spirit" dependencies: - "@lmc-eu/prettier-config": "npm:2.0.0" - prettier: "npm:3.3.2" + "@lmc-eu/prettier-config": "npm:2.0.1" + prettier: "npm:3.3.3" languageName: unknown linkType: soft -"prettier-fallback@npm:prettier@^3, prettier@npm:^3.1.1": +"prettier-fallback@npm:prettier@^3, prettier@npm:3.3.3, prettier@npm:^3.1.1": version: 3.3.3 resolution: "prettier@npm:3.3.3" bin: @@ -23772,15 +24387,6 @@ __metadata: languageName: node linkType: hard -"prettier@npm:3.3.2": - version: 3.3.2 - resolution: "prettier@npm:3.3.2" - bin: - prettier: bin/prettier.cjs - checksum: 10/83214e154afa5aa9b664c2506640212323eb1376b13379b2413dc351b7de0687629dca3f00ff2ec895ebd7e3a2adb7d7e231b6c77606e2358137f2150807405b - languageName: node - linkType: hard - "pretty-format@npm:^27.0.2, pretty-format@npm:^27.5.1": version: 27.5.1 resolution: "pretty-format@npm:27.5.1" @@ -25122,6 +25728,16 @@ __metadata: languageName: node linkType: hard +"restore-cursor@npm:^5.0.0": + version: 5.1.0 + resolution: "restore-cursor@npm:5.1.0" + dependencies: + onetime: "npm:^7.0.0" + signal-exit: "npm:^4.1.0" + checksum: 10/838dd54e458d89cfbc1a923b343c1b0f170a04100b4ce1733e97531842d7b440463967e521216e8ab6c6f8e89df877acc7b7f4c18ec76e99fb9bf5a60d358d2c + languageName: node + linkType: hard + "ret@npm:~0.4.0": version: 0.4.3 resolution: "ret@npm:0.4.3" @@ -25157,14 +25773,14 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:5.0.7": - version: 5.0.7 - resolution: "rimraf@npm:5.0.7" +"rimraf@npm:5.0.10": + version: 5.0.10 + resolution: "rimraf@npm:5.0.10" dependencies: glob: "npm:^10.3.7" bin: rimraf: dist/esm/bin.mjs - checksum: 10/1e3cecfe59ee2383dfd9ba5373caeed48ed941318a0360119419b7dffc63115661408b9427f67e1f66b5bbb8855a3953db09e55a7362b3df904a44453dfa22fb + checksum: 10/f3b8ce81eecbde4628b07bdf9e2fa8b684e0caea4999acb1e3b0402c695cd41f28cd075609a808e61ce2672f528ca079f675ab1d8e8d5f86d56643a03e0b8d2e languageName: node linkType: hard @@ -25271,26 +25887,26 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.18.0": - version: 4.18.0 - resolution: "rollup@npm:4.18.0" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.18.0" - "@rollup/rollup-android-arm64": "npm:4.18.0" - "@rollup/rollup-darwin-arm64": "npm:4.18.0" - "@rollup/rollup-darwin-x64": "npm:4.18.0" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.18.0" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.18.0" - "@rollup/rollup-linux-arm64-gnu": "npm:4.18.0" - "@rollup/rollup-linux-arm64-musl": "npm:4.18.0" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.18.0" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.18.0" - "@rollup/rollup-linux-s390x-gnu": "npm:4.18.0" - "@rollup/rollup-linux-x64-gnu": "npm:4.18.0" - "@rollup/rollup-linux-x64-musl": "npm:4.18.0" - "@rollup/rollup-win32-arm64-msvc": "npm:4.18.0" - "@rollup/rollup-win32-ia32-msvc": "npm:4.18.0" - "@rollup/rollup-win32-x64-msvc": "npm:4.18.0" +"rollup@npm:4.21.0, rollup@npm:^4.19.0, rollup@npm:^4.20.0": + version: 4.21.0 + resolution: "rollup@npm:4.21.0" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.21.0" + "@rollup/rollup-android-arm64": "npm:4.21.0" + "@rollup/rollup-darwin-arm64": "npm:4.21.0" + "@rollup/rollup-darwin-x64": "npm:4.21.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.21.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.21.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.21.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.21.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.21.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.21.0" + "@rollup/rollup-linux-x64-musl": "npm:4.21.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.21.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.21.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.21.0" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -25330,11 +25946,11 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/2320fe653cfd5e3d72ecab2f1d52d47e7b624a6ab02919f53c1ad1c5efa3b66e277c3ecfef03bb97651e79cef04bfefd34ad1f6e648f496572bf76c834f19599 + checksum: 10/27ac47d5049719249d2a44982e31f01423158a3625cabff2f2362219aee64bdc14c32572b669169c22c324c3a965044ce8f06e27eee00fd8802861cd13697f87 languageName: node linkType: hard -"rollup@npm:^4.0.2, rollup@npm:^4.13.0": +"rollup@npm:^4.13.0": version: 4.19.0 resolution: "rollup@npm:4.19.0" dependencies: @@ -25404,7 +26020,7 @@ __metadata: languageName: node linkType: hard -"rrweb-cssom@npm:^0.7.0": +"rrweb-cssom@npm:^0.7.1": version: 0.7.1 resolution: "rrweb-cssom@npm:0.7.1" checksum: 10/e80cf25c223a823921d7ab57c0ce78f5b7ebceab857b400cce99dd4913420ce679834bc5707e8ada47d062e21ad368108a9534c314dc8d72c20aa4a4fa0ed16a @@ -25558,16 +26174,16 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.77.6": - version: 1.77.6 - resolution: "sass@npm:1.77.6" +"sass@npm:1.77.8": + version: 1.77.8 + resolution: "sass@npm:1.77.8" dependencies: chokidar: "npm:>=3.0.0 <4.0.0" immutable: "npm:^4.0.0" source-map-js: "npm:>=0.6.2 <2.0.0" bin: sass: sass.js - checksum: 10/695f9864e4a32a68eaf69c4675eccaf7feef25b5656dff72f896901d37580bdfc1fd84dae81e176dc4f6b40536b89cb8f7d7e00a33e919caad8a547cbce098f3 + checksum: 10/4bf6e3007fef62dd6dfc657c89c2890872a6b5dc43e2dc4d61bcf9ae1bdc2dd95b59454a3cbd3c8363c98b673b028e1578b26135190d0f2a8a184a38ab41e99b languageName: node linkType: hard @@ -25676,12 +26292,12 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.6.2": - version: 7.6.2 - resolution: "semver@npm:7.6.2" +"semver@npm:7.6.3, semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.5.4": + version: 7.6.3 + resolution: "semver@npm:7.6.3" bin: semver: bin/semver.js - checksum: 10/296b17d027f57a87ef645e9c725bff4865a38dfc9caf29b26aa084b85820972fbe7372caea1ba6857162fa990702c6d9c1d82297cecb72d56c78ab29070d2ca2 + checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10 languageName: node linkType: hard @@ -25703,15 +26319,6 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.5.4": - version: 7.6.3 - resolution: "semver@npm:7.6.3" - bin: - semver: bin/semver.js - checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10 - languageName: node - linkType: hard - "send@npm:0.18.0": version: 0.18.0 resolution: "send@npm:0.18.0" @@ -26050,7 +26657,7 @@ __metadata: languageName: node linkType: hard -"slice-ansi@npm:^7.0.0": +"slice-ansi@npm:^7.0.0, slice-ansi@npm:^7.1.0": version: 7.1.0 resolution: "slice-ansi@npm:7.1.0" dependencies: @@ -26246,36 +26853,36 @@ __metadata: version: 0.0.0-use.local resolution: "spirit@workspace:." dependencies: - "@babel/core": "npm:7.24.7" + "@babel/core": "npm:7.25.2" "@babel/preset-react": "npm:7.24.7" "@commitlint/cli": "npm:17.8.1" - "@lmc-eu/commitlint-config": "npm:2.0.2" - "@lmc-eu/conventional-changelog-lmc-github": "npm:3.0.2" - "@lmc-eu/eslint-config-react": "npm:2.0.2" - "@lmc-eu/prettier-config": "npm:2.0.0" - "@omlet/cli": "npm:1.7.0" - "@playwright/test": "npm:1.45.0" + "@lmc-eu/commitlint-config": "npm:2.0.3" + "@lmc-eu/conventional-changelog-lmc-github": "npm:3.0.3" + "@lmc-eu/eslint-config-react": "npm:2.0.5" + "@lmc-eu/prettier-config": "npm:2.0.1" + "@omlet/cli": "npm:1.10.2" + "@playwright/test": "npm:1.46.1" "@rollup/plugin-babel": "npm:6.0.4" "@rollup/plugin-node-resolve": "npm:15.2.3" "@rollup/plugin-replace": "npm:5.0.7" "@svgr/webpack": "npm:8.1.0" babel-loader: "npm:9.1.3" - core-js: "npm:3.37.1" + core-js: "npm:3.38.1" css-loader: "npm:6.11.0" eslint: "npm:8.57.0" eslint-plugin-jsx-a11y: "npm:6.9.0" - eslint-plugin-react: "npm:7.34.3" + eslint-plugin-react: "npm:7.35.0" eslint-plugin-react-hooks: "npm:4.6.2" eslint-plugin-storybook: "npm:0.8.0" - husky: "npm:9.0.11" + husky: "npm:9.1.5" is-ci: "npm:3.0.1" - lerna: "npm:8.1.5" - lint-staged: "npm:15.2.7" - netlify-cli: "npm:17.30.0" - npm-run-all2: "npm:6.2.0" + lerna: "npm:8.1.8" + lint-staged: "npm:15.2.9" + netlify-cli: "npm:17.34.2" + npm-run-all2: "npm:6.2.2" nx: "npm:19.5.1" - postcss: "npm:8.4.38" - prettier: "npm:3.3.2" + postcss: "npm:8.4.41" + prettier: "npm:3.3.3" prettier-config-spirit: "workspace:^" react: "npm:18.3.1" react-dom: "npm:18.3.1" @@ -26285,7 +26892,7 @@ __metadata: style-loader: "npm:4.0.0" typescript: "npm:4.7.4" vite-raw-plugin: "npm:1.0.2" - webpack: "npm:5.92.1" + webpack: "npm:5.94.0" webpack-cli: "npm:5.1.4" languageName: unknown linkType: soft @@ -26915,10 +27522,10 @@ __metadata: version: 0.0.0-use.local resolution: "stylelint-config-spirit@workspace:configs/stylelint-config-spirit" dependencies: - "@almacareer/stylelint-config": "npm:9.0.0" - stylelint: "npm:16.7.0" + "@almacareer/stylelint-config": "npm:9.0.1" + stylelint: "npm:16.8.2" stylelint-order: "npm:6.0.4" - stylelint-prettier: "npm:5.0.0" + stylelint-prettier: "npm:5.0.2" peerDependencies: stylelint: ^16.0.0 languageName: unknown @@ -26963,15 +27570,15 @@ __metadata: languageName: node linkType: hard -"stylelint-prettier@npm:5.0.0": - version: 5.0.0 - resolution: "stylelint-prettier@npm:5.0.0" +"stylelint-prettier@npm:5.0.2": + version: 5.0.2 + resolution: "stylelint-prettier@npm:5.0.2" dependencies: prettier-linter-helpers: "npm:^1.0.0" peerDependencies: prettier: ">=3.0.0" stylelint: ">=16.0.0" - checksum: 10/1d55f03bbc66c769643672789ebc6f48d6af573e8ef867ea919c7fd0fa70b9750183405641808c16a9a024f895092b23d0732d7ddda4c05ba6a21cceceee9205 + checksum: 10/bee52ac6bfd03bfec07a429556d05e1cc754be9f0cf6802e19f06410d7d4cf6b2a01ca987f5e6f7816d8c88a0e73d04aa5b04be43fd121a9f805a9ab079a3719 languageName: node linkType: hard @@ -26990,21 +27597,21 @@ __metadata: languageName: node linkType: hard -"stylelint@npm:16.7.0": - version: 16.7.0 - resolution: "stylelint@npm:16.7.0" +"stylelint@npm:16.8.2": + version: 16.8.2 + resolution: "stylelint@npm:16.8.2" dependencies: - "@csstools/css-parser-algorithms": "npm:^2.7.1" - "@csstools/css-tokenizer": "npm:^2.4.1" - "@csstools/media-query-list-parser": "npm:^2.1.13" - "@csstools/selector-specificity": "npm:^3.1.1" + "@csstools/css-parser-algorithms": "npm:^3.0.0" + "@csstools/css-tokenizer": "npm:^3.0.0" + "@csstools/media-query-list-parser": "npm:^3.0.0" + "@csstools/selector-specificity": "npm:^4.0.0" "@dual-bundle/import-meta-resolve": "npm:^4.1.0" balanced-match: "npm:^2.0.0" colord: "npm:^2.9.3" cosmiconfig: "npm:^9.0.0" css-functions-list: "npm:^3.2.2" css-tree: "npm:^2.3.1" - debug: "npm:^4.3.5" + debug: "npm:^4.3.6" fast-glob: "npm:^3.3.2" fastest-levenshtein: "npm:^1.0.16" file-entry-cache: "npm:^9.0.0" @@ -27012,7 +27619,7 @@ __metadata: globby: "npm:^11.1.0" globjoin: "npm:^0.1.4" html-tags: "npm:^3.3.1" - ignore: "npm:^5.3.1" + ignore: "npm:^5.3.2" imurmurhash: "npm:^0.1.4" is-plain-object: "npm:^5.0.0" known-css-properties: "npm:^0.34.0" @@ -27021,10 +27628,10 @@ __metadata: micromatch: "npm:^4.0.7" normalize-path: "npm:^3.0.0" picocolors: "npm:^1.0.1" - postcss: "npm:^8.4.39" - postcss-resolve-nested-selector: "npm:^0.1.1" + postcss: "npm:^8.4.41" + postcss-resolve-nested-selector: "npm:^0.1.6" postcss-safe-parser: "npm:^7.0.0" - postcss-selector-parser: "npm:^6.1.0" + postcss-selector-parser: "npm:^6.1.2" postcss-value-parser: "npm:^4.2.0" resolve-from: "npm:^5.0.0" string-width: "npm:^4.2.3" @@ -27035,11 +27642,11 @@ __metadata: write-file-atomic: "npm:^5.0.1" bin: stylelint: bin/stylelint.mjs - checksum: 10/50e1c55670b02a8839e26c9d63b11820e0f1bcf108c76da17cde938bc9240377aa1622e5bfeb40e4590894d476c2e1fce6d7a6a90f3052c6ddd889797dbfd975 + checksum: 10/143103ad0e7c4a10a1d8914c92f1275bdb3b809ca49bd9b0d7206325bdaf36d4c2e8fba30f805b0cb7dfbb2d59cf6090a701918ee998032e43eff7cd1dc8af1c languageName: node linkType: hard -"sucrase@npm:^3.20.3": +"sucrase@npm:^3.35.0": version: 3.35.0 resolution: "sucrase@npm:3.35.0" dependencies: @@ -27225,13 +27832,13 @@ __metadata: languageName: node linkType: hard -"synckit@npm:^0.8.6": - version: 0.8.8 - resolution: "synckit@npm:0.8.8" +"synckit@npm:^0.9.1": + version: 0.9.1 + resolution: "synckit@npm:0.9.1" dependencies: "@pkgr/core": "npm:^0.1.0" tslib: "npm:^2.6.2" - checksum: 10/2864a5c3e689ad5b991bebbd8a583c5682c4fa08a4f39986b510b6b5d160c08fc3672444069f8f96ed6a9d12772879c674c1f61e728573eadfa90af40a765b74 + checksum: 10/bff3903976baf8b699b5483228116d70223781a93b17c70e685c277ee960cdfd1a09cb5a741e6a9ec35e2428f14f4664baec41ccc99a598f267608b2a54f529b languageName: node linkType: hard @@ -27645,13 +28252,6 @@ __metadata: languageName: node linkType: hard -"to-readable-stream@npm:3.0.0": - version: 3.0.0 - resolution: "to-readable-stream@npm:3.0.0" - checksum: 10/ef93cd1ae209ec6d50afc356c421618d6d146f6ccbdeb75ece1a13d2dd00d5d41015c50f42246b38a13f2f25c2d7ad2897da366f2c1a18aa1a84b6d5fbdb9b5b - languageName: node - linkType: hard - "to-readable-stream@npm:^1.0.0": version: 1.0.0 resolution: "to-readable-stream@npm:1.0.0" @@ -27907,10 +28507,10 @@ __metadata: languageName: node linkType: hard -"tslib@npm:2.6.3, tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": - version: 2.6.3 - resolution: "tslib@npm:2.6.3" - checksum: 10/52109bb681f8133a2e58142f11a50e05476de4f075ca906d13b596ae5f7f12d30c482feb0bff167ae01cfc84c5803e575a307d47938999246f5a49d174fc558c +"tslib@npm:2.7.0": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6 languageName: node linkType: hard @@ -27921,23 +28521,32 @@ __metadata: languageName: node linkType: hard -"tsup@npm:8.1.0": - version: 8.1.0 - resolution: "tsup@npm:8.1.0" +"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": + version: 2.6.3 + resolution: "tslib@npm:2.6.3" + checksum: 10/52109bb681f8133a2e58142f11a50e05476de4f075ca906d13b596ae5f7f12d30c482feb0bff167ae01cfc84c5803e575a307d47938999246f5a49d174fc558c + languageName: node + linkType: hard + +"tsup@npm:8.2.4": + version: 8.2.4 + resolution: "tsup@npm:8.2.4" dependencies: - bundle-require: "npm:^4.0.0" - cac: "npm:^6.7.12" - chokidar: "npm:^3.5.1" - debug: "npm:^4.3.1" - esbuild: "npm:^0.21.4" - execa: "npm:^5.0.0" - globby: "npm:^11.0.3" - joycon: "npm:^3.0.1" - postcss-load-config: "npm:^4.0.1" + bundle-require: "npm:^5.0.0" + cac: "npm:^6.7.14" + chokidar: "npm:^3.6.0" + consola: "npm:^3.2.3" + 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" resolve-from: "npm:^5.0.0" - rollup: "npm:^4.0.2" + rollup: "npm:^4.19.0" source-map: "npm:0.8.0-beta.0" - sucrase: "npm:^3.20.3" + sucrase: "npm:^3.35.0" tree-kill: "npm:^1.2.2" peerDependencies: "@microsoft/api-extractor": ^7.36.0 @@ -27956,7 +28565,7 @@ __metadata: bin: tsup: dist/cli-default.js tsup-node: dist/cli-node.js - checksum: 10/5a575e8d45eb91b7a0850fa554166a8a1f047b35601bfc0eb2cd04804403bf1eef8a9799207748efe10e35da748a79da7546124a253ee07c6b27753a64b04bcc + checksum: 10/89613c3490797f7e107c55f961e2681d455b45a3acfe567dd3825d7ccd14b91f3cf8462f389b6e5ed7e9dd96266adc60830256d52f1bd5d443a1db504c9a7912 languageName: node linkType: hard @@ -28238,6 +28847,13 @@ __metadata: languageName: node linkType: hard +"undici-types@npm:~6.19.2": + version: 6.19.8 + resolution: "undici-types@npm:6.19.8" + checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70 + languageName: node + linkType: hard + "unenv@npm:^1.9.0": version: 1.10.0 resolution: "unenv@npm:1.10.0" @@ -28873,19 +29489,20 @@ __metadata: languageName: node linkType: hard -"vite@npm:5.3.2": - version: 5.3.2 - resolution: "vite@npm:5.3.2" +"vite@npm:5.4.2": + version: 5.4.2 + resolution: "vite@npm:5.4.2" dependencies: esbuild: "npm:^0.21.3" fsevents: "npm:~2.3.3" - postcss: "npm:^8.4.38" - rollup: "npm:^4.13.0" + postcss: "npm:^8.4.41" + 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 @@ -28901,6 +29518,8 @@ __metadata: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: @@ -28909,7 +29528,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10/77b284938921da6c2c4055a5edd916ab221a973aa1403dba2aef303db1bd54ac7325db13f3fad13d77a7ac55cac7ffef49dffaa69bcadcc3caf2cae32ca03127 + checksum: 10/c449f9295060fa88c9b5cc1bd17c2de198deae596b7da1250db9662fb15e7b21e0dbe9a40a9106fb7438b1231494b169457e809ecbb65e732648d87dd284ab23 languageName: node linkType: hard @@ -29129,11 +29748,10 @@ __metadata: languageName: node linkType: hard -"webpack@npm:5.92.1": - version: 5.92.1 - resolution: "webpack@npm:5.92.1" +"webpack@npm:5.94.0": + version: 5.94.0 + resolution: "webpack@npm:5.94.0" dependencies: - "@types/eslint-scope": "npm:^3.7.3" "@types/estree": "npm:^1.0.5" "@webassemblyjs/ast": "npm:^1.12.1" "@webassemblyjs/wasm-edit": "npm:^1.12.1" @@ -29142,7 +29760,7 @@ __metadata: acorn-import-attributes: "npm:^1.9.5" browserslist: "npm:^4.21.10" chrome-trace-event: "npm:^1.0.2" - enhanced-resolve: "npm:^5.17.0" + enhanced-resolve: "npm:^5.17.1" es-module-lexer: "npm:^1.2.1" eslint-scope: "npm:5.1.1" events: "npm:^3.2.0" @@ -29162,7 +29780,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10/76fcfbebcc0719c4734c65a01dcef7a0f18f3f2647484e8a7e8606adbd128ac42756bb3a8b7e2d486fe97f6286ebdc7b937ccdf3cf1d21b4684134bb89bbed89 + checksum: 10/648449c5fbbb0839814116e3b2b044ac6c75a7ba272435155ddeb1e64dfaa2f8079be3adfbb691f648b69900756ce0f6fb73beab0ced3cf5e0fd46868b4593a6 languageName: node linkType: hard @@ -29578,7 +30196,7 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.11.0, ws@npm:^8.17.0, ws@npm:^8.2.3": +"ws@npm:^8.11.0, ws@npm:^8.18.0, ws@npm:^8.2.3": version: 8.18.0 resolution: "ws@npm:8.18.0" peerDependencies: @@ -29690,7 +30308,7 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.1.3, yaml@npm:^2.2.2, yaml@npm:^2.3.4, yaml@npm:^2.4.2, yaml@npm:~2.4.2": +"yaml@npm:^2.1.3, yaml@npm:^2.2.2, yaml@npm:^2.4.2": version: 2.4.5 resolution: "yaml@npm:2.4.5" bin: @@ -29699,6 +30317,15 @@ __metadata: languageName: node linkType: hard +"yaml@npm:~2.5.0": + version: 2.5.0 + resolution: "yaml@npm:2.5.0" + bin: + yaml: bin.mjs + checksum: 10/72e903fdbe3742058885205db4a6c9ff38e5f497f4e05e631264f7756083c05e7d10dfb5e4ce9d7a95de95338f9b20d19dd0b91c60c65f7d7608b6b3929820ad + languageName: node + linkType: hard + "yargs-parser@npm:21.1.1, yargs-parser@npm:^21.1.1": version: 21.1.1 resolution: "yargs-parser@npm:21.1.1"