diff --git a/.changeset/cool-poems-relax.md b/.changeset/cool-poems-relax.md new file mode 100644 index 00000000..7106cf2c --- /dev/null +++ b/.changeset/cool-poems-relax.md @@ -0,0 +1,14 @@ +--- +'@wayofdev/browserslist-config': patch +'@wayofdev/eslint-config-bases': patch +'@wayofdev/markdownlint-config': patch +'@wayofdev/lint-staged-config': patch +'@wayofdev/commitlint-config': patch +'@wayofdev/secretlint-config': patch +'@wayofdev/stylelint-config': patch +'@wayofdev/htmlhint-config': patch +'@wayofdev/tsconfig-config': patch +'@wayofdev/postcss-config': patch +--- + +feat: update deps diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index e814148b..b33c10a9 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -38,7 +38,7 @@ "lint:fix": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --fix --cache --cache-location ../../.cache/eslint/browserslist-config.eslintcache" }, "dependencies": { - "browserslist": "^4.21.9" + "browserslist": "^4.21.10" }, "devDependencies": { "rimraf": "^5.0.1" diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index df7ce016..8750776a 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -43,7 +43,7 @@ "@commitlint/config-conventional": "17.6.7" }, "devDependencies": { - "@types/node": "^20.4.2", + "@types/node": "^20.4.5", "es-check": "^7.1.1", "rimraf": "^5.0.1" }, diff --git a/packages/eslint-config-bases/package.json b/packages/eslint-config-bases/package.json index 1f21d9e2..2aa36123 100644 --- a/packages/eslint-config-bases/package.json +++ b/packages/eslint-config-bases/package.json @@ -106,17 +106,17 @@ "lint:types": "tsc --project tsconfig.json --noEmit" }, "dependencies": { - "@html-eslint/eslint-plugin": "^0.19.0", - "@html-eslint/parser": "^0.19.0", + "@html-eslint/eslint-plugin": "^0.19.1", + "@html-eslint/parser": "^0.19.1", "@rushstack/eslint-patch": "^1.3.2", - "@tanstack/eslint-plugin-query": "^4.29.9", - "@testing-library/jest-dom": "^5.16.5", + "@tanstack/eslint-plugin-query": "^4.29.25", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", - "@typescript-eslint/eslint-plugin": "^6.0.0", - "@typescript-eslint/parser": "^6.0.0", - "eslint-config-prettier": "^8.8.0", + "@typescript-eslint/eslint-plugin": "^6.2.0", + "@typescript-eslint/parser": "^6.2.0", + "eslint-config-prettier": "^8.9.0", "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest-dom": "^5.0.1", "eslint-plugin-jest-formatting": "^3.1.0", @@ -124,28 +124,28 @@ "eslint-plugin-mdx": "^2.1.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-regexp": "^1.15.0", "eslint-plugin-security": "^1.7.1", "eslint-plugin-sonarjs": "^0.19.0", - "eslint-plugin-storybook": "^0.6.12", + "eslint-plugin-storybook": "^0.6.13", "eslint-plugin-tailwindcss": "^3.13.0", "eslint-plugin-testing-library": "^5.11.0", - "eslint-plugin-unicorn": "^48.0.0", + "eslint-plugin-unicorn": "^48.0.1", "prettier": "^3.0.0" }, "devDependencies": { "@graphql-eslint/eslint-plugin": "^3.20.1", - "@testing-library/jest-dom": "^5.16.5", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.3", - "@types/node": "^20.4.2", + "@types/node": "^20.4.5", "@types/prettier": "^2.7.3", - "@types/react": "^18.2.15", + "@types/react": "^18.2.17", "@types/react-dom": "^18.2.7", "es-check": "^7.1.1", - "eslint": "^8.45.0", + "eslint": "^8.46.0", "graphql": "^16.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 61a496d7..9c865637 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -72,9 +72,9 @@ }, "devDependencies": { "@types/jest": "^29.5.3", - "@types/node": "^20.4.2", + "@types/node": "^20.4.5", "@types/prettier": "^2.7.3", - "@types/react": "^18.2.15", + "@types/react": "^18.2.17", "@types/react-dom": "^18.2.7", "es-check": "^7.1.1" }, diff --git a/packages/postcss-config/package.json b/packages/postcss-config/package.json index 7601bbf0..3c1563c0 100644 --- a/packages/postcss-config/package.json +++ b/packages/postcss-config/package.json @@ -41,12 +41,12 @@ }, "dependencies": { "autoprefixer": "^10.4.14", - "postcss": "^8.4.26", + "postcss": "^8.4.27", "postcss-100vh-fix": "^1.0.2", "postcss-cli": "^10.1.0", "postcss-flexbugs-fixes": "^5.0.2", "postcss-normalize": "^10.0.1", - "postcss-preset-env": "^9.0.0", + "postcss-preset-env": "^9.1.0", "postcss-reporter": "^7.0.5" }, "devDependencies": { diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 29255bb2..5e6423df 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@ronilaukkarinen/stylelint-a11y": "^1.2.7", - "stylelint": "^15.10.1", + "stylelint": "^15.10.2", "stylelint-config-recommended": "^13.0.0", "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^10.0.0", @@ -46,7 +46,7 @@ "stylelint-order": "^6.0.3" }, "devDependencies": { - "@types/node": "^20.4.2", + "@types/node": "^20.4.5", "es-check": "^7.1.1" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 363b61e5..499a4864 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,8 +93,8 @@ importers: specifier: ^2.1.1 version: link:../lint-staged-config browserslist: - specifier: ^4.21.9 - version: 4.21.9 + specifier: ^4.21.10 + version: 4.21.10 devDependencies: rimraf: specifier: ^5.0.1 @@ -113,7 +113,7 @@ importers: version: link:../lint-staged-config devDependencies: '@types/node': - specifier: ^20.4.2 + specifier: ^20.4.5 version: 20.4.5 es-check: specifier: ^7.1.1 @@ -125,44 +125,44 @@ importers: packages/eslint-config-bases: dependencies: '@html-eslint/eslint-plugin': - specifier: ^0.19.0 - version: 0.19.0 + specifier: ^0.19.1 + version: 0.19.1 '@html-eslint/parser': - specifier: ^0.19.0 - version: 0.19.0 + specifier: ^0.19.1 + version: 0.19.1 '@rushstack/eslint-patch': specifier: ^1.3.2 version: 1.3.2 '@tanstack/eslint-plugin-query': - specifier: ^4.29.9 - version: 4.29.9 + specifier: ^4.29.25 + version: 4.29.25 '@testing-library/jest-dom': - specifier: ^5.16.5 - version: 5.16.5 + specifier: ^5.17.0 + version: 5.17.0 '@testing-library/react': specifier: ^14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) '@typescript-eslint/eslint-plugin': - specifier: ^6.0.0 - version: 6.0.0(@typescript-eslint/parser@6.0.0)(eslint@8.46.0)(typescript@5.1.6) + specifier: ^6.2.0 + version: 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.46.0)(typescript@5.1.6) '@typescript-eslint/parser': - specifier: ^6.0.0 - version: 6.0.0(eslint@8.46.0)(typescript@5.1.6) + specifier: ^6.2.0 + version: 6.2.0(eslint@8.46.0)(typescript@5.1.6) '@wayofdev/lint-staged-config': specifier: ^2.1.1 version: link:../lint-staged-config eslint-config-prettier: - specifier: ^8.8.0 - version: 8.8.0(eslint@8.46.0) + specifier: ^8.9.0 + version: 8.9.0(eslint@8.46.0) eslint-import-resolver-typescript: specifier: ^3.5.5 - version: 3.5.5(@typescript-eslint/parser@6.0.0)(eslint-plugin-import@2.27.5)(eslint@8.46.0) + version: 3.5.5(@typescript-eslint/parser@6.2.0)(eslint-plugin-import@2.28.0)(eslint@8.46.0) eslint-plugin-import: - specifier: ^2.27.5 - version: 2.27.5(@typescript-eslint/parser@6.0.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) + specifier: ^2.28.0 + version: 2.28.0(@typescript-eslint/parser@6.2.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) eslint-plugin-jest: specifier: ^27.2.3 - version: 27.2.3(@typescript-eslint/eslint-plugin@6.0.0)(eslint@8.46.0)(typescript@5.1.6) + version: 27.2.3(@typescript-eslint/eslint-plugin@6.2.0)(eslint@8.46.0)(typescript@5.1.6) eslint-plugin-jest-dom: specifier: ^5.0.1 version: 5.0.1(@testing-library/dom@9.3.1)(eslint@8.46.0) @@ -177,13 +177,13 @@ importers: version: 2.1.0(eslint@8.46.0) eslint-plugin-prettier: specifier: ^5.0.0 - version: 5.0.0(eslint-config-prettier@8.8.0)(eslint@8.46.0)(prettier@3.0.0) + version: 5.0.0(eslint-config-prettier@8.9.0)(eslint@8.46.0)(prettier@3.0.0) eslint-plugin-promise: specifier: ^6.1.1 version: 6.1.1(eslint@8.46.0) eslint-plugin-react: - specifier: ^7.32.2 - version: 7.32.2(eslint@8.46.0) + specifier: ^7.33.1 + version: 7.33.1(eslint@8.46.0) eslint-plugin-react-hooks: specifier: ^4.6.0 version: 4.6.0(eslint@8.46.0) @@ -197,8 +197,8 @@ importers: specifier: ^0.19.0 version: 0.19.0(eslint@8.46.0) eslint-plugin-storybook: - specifier: ^0.6.12 - version: 0.6.12(eslint@8.46.0)(typescript@5.1.6) + specifier: ^0.6.13 + version: 0.6.13(eslint@8.46.0)(typescript@5.1.6) eslint-plugin-tailwindcss: specifier: ^3.13.0 version: 3.13.0(tailwindcss@3.3.3) @@ -206,8 +206,8 @@ importers: specifier: ^5.11.0 version: 5.11.0(eslint@8.46.0)(typescript@5.1.6) eslint-plugin-unicorn: - specifier: ^48.0.0 - version: 48.0.0(eslint@8.46.0) + specifier: ^48.0.1 + version: 48.0.1(eslint@8.46.0) prettier: specifier: ^3.0.0 version: 3.0.0 @@ -219,14 +219,14 @@ importers: specifier: ^29.5.3 version: 29.5.3 '@types/node': - specifier: ^20.4.2 + specifier: ^20.4.5 version: 20.4.5 '@types/prettier': specifier: ^2.7.3 version: 2.7.3 '@types/react': - specifier: ^18.2.15 - version: 18.2.15 + specifier: ^18.2.17 + version: 18.2.17 '@types/react-dom': specifier: ^18.2.7 version: 18.2.7 @@ -234,7 +234,7 @@ importers: specifier: ^7.1.1 version: 7.1.1 eslint: - specifier: ^8.45.0 + specifier: ^8.46.0 version: 8.46.0 graphql: specifier: ^16.7.1 @@ -278,14 +278,14 @@ importers: specifier: ^29.5.3 version: 29.5.3 '@types/node': - specifier: ^20.4.2 + specifier: ^20.4.5 version: 20.4.5 '@types/prettier': specifier: ^2.7.3 version: 2.7.3 '@types/react': - specifier: ^18.2.15 - version: 18.2.15 + specifier: ^18.2.17 + version: 18.2.17 '@types/react-dom': specifier: ^18.2.7 version: 18.2.7 @@ -312,28 +312,28 @@ importers: version: link:../lint-staged-config autoprefixer: specifier: ^10.4.14 - version: 10.4.14(postcss@8.4.26) + version: 10.4.14(postcss@8.4.27) postcss: - specifier: ^8.4.26 - version: 8.4.26 + specifier: ^8.4.27 + version: 8.4.27 postcss-100vh-fix: specifier: ^1.0.2 - version: 1.0.2(postcss@8.4.26) + version: 1.0.2(postcss@8.4.27) postcss-cli: specifier: ^10.1.0 - version: 10.1.0(postcss@8.4.26)(ts-node@10.9.1) + version: 10.1.0(postcss@8.4.27)(ts-node@10.9.1) postcss-flexbugs-fixes: specifier: ^5.0.2 - version: 5.0.2(postcss@8.4.26) + version: 5.0.2(postcss@8.4.27) postcss-normalize: specifier: ^10.0.1 - version: 10.0.1(browserslist@4.21.10)(postcss@8.4.26) + version: 10.0.1(browserslist@4.21.10)(postcss@8.4.27) postcss-preset-env: - specifier: ^9.0.0 - version: 9.0.0(postcss@8.4.26) + specifier: ^9.1.0 + version: 9.1.0(postcss@8.4.27) postcss-reporter: specifier: ^7.0.5 - version: 7.0.5(postcss@8.4.26) + version: 7.0.5(postcss@8.4.27) sanitize.css: specifier: '>= 13' version: 13.0.0 @@ -368,34 +368,34 @@ importers: dependencies: '@ronilaukkarinen/stylelint-a11y': specifier: ^1.2.7 - version: 1.2.7(stylelint@15.10.1) + version: 1.2.7(stylelint@15.10.2) '@wayofdev/lint-staged-config': specifier: ^2.1.1 version: link:../lint-staged-config stylelint: - specifier: ^15.10.1 - version: 15.10.1 + specifier: ^15.10.2 + version: 15.10.2 stylelint-config-recommended: specifier: ^13.0.0 - version: 13.0.0(stylelint@15.10.1) + version: 13.0.0(stylelint@15.10.2) stylelint-config-standard: specifier: ^34.0.0 - version: 34.0.0(stylelint@15.10.1) + version: 34.0.0(stylelint@15.10.2) stylelint-config-standard-scss: specifier: ^10.0.0 - version: 10.0.0(postcss@8.4.27)(stylelint@15.10.1) + version: 10.0.0(postcss@8.4.27)(stylelint@15.10.2) stylelint-high-performance-animation: specifier: ^1.8.0 - version: 1.8.0(stylelint@15.10.1) + version: 1.8.0(stylelint@15.10.2) stylelint-no-unsupported-browser-features: specifier: ^7.0.0 - version: 7.0.0(stylelint@15.10.1) + version: 7.0.0(stylelint@15.10.2) stylelint-order: specifier: ^6.0.3 - version: 6.0.3(stylelint@15.10.1) + version: 6.0.3(stylelint@15.10.2) devDependencies: '@types/node': - specifier: ^20.4.2 + specifier: ^20.4.5 version: 20.4.5 es-check: specifier: ^7.1.1 @@ -1094,19 +1094,19 @@ packages: resolution: {integrity: sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==} dev: false - /@csstools/postcss-cascade-layers@4.0.0(postcss@8.4.26): + /@csstools/postcss-cascade-layers@4.0.0(postcss@8.4.27): resolution: {integrity: sha512-dVPVVqQG0FixjM9CG/+8eHTsCAxRKqmNh6H69IpruolPlnEF1611f2AoLK8TijTSAsqBSclKd4WHs1KUb/LdJw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: '@csstools/selector-specificity': 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /@csstools/postcss-color-function@2.2.3(postcss@8.4.26): - resolution: {integrity: sha512-b1ptNkr1UWP96EEHqKBWWaV5m/0hgYGctgA/RVZhONeP1L3T/8hwoqDm9bB23yVCfOgE9U93KI9j06+pEkJTvw==} + /@csstools/postcss-color-function@3.0.1(postcss@8.4.27): + resolution: {integrity: sha512-+vrvCQeUifpMeyd42VQ3JPWGQ8cO19+TnGbtfq1SDSgZzRapCQO4aK9h/jhMOKPnxGzbA57oS0aHgP/12N9gSQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 @@ -1114,12 +1114,12 @@ packages: '@csstools/css-color-parser': 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - '@csstools/postcss-progressive-custom-properties': 2.3.0(postcss@8.4.26) - postcss: 8.4.26 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 dev: false - /@csstools/postcss-color-mix-function@1.0.3(postcss@8.4.26): - resolution: {integrity: sha512-QGXjGugTluqFZWzVf+S3wCiRiI0ukXlYqCi7OnpDotP/zaVTyl/aqZujLFzTOXy24BoWnu89frGMc79ohY5eog==} + /@csstools/postcss-color-mix-function@2.0.1(postcss@8.4.27): + resolution: {integrity: sha512-Z5cXkLiccKIVcUTe+fAfjUD7ZUv0j8rq3dSoBpM6I49dcw+50318eYrwUZa3nyb4xNx7ntNNUPmesAc87kPE2Q==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 @@ -1127,21 +1127,33 @@ packages: '@csstools/css-color-parser': 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - '@csstools/postcss-progressive-custom-properties': 2.3.0(postcss@8.4.26) - postcss: 8.4.26 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 dev: false - /@csstools/postcss-font-format-keywords@3.0.0(postcss@8.4.26): + /@csstools/postcss-exponential-functions@1.0.0(postcss@8.4.27): + resolution: {integrity: sha512-FPndJ/7oGlML7/4EhLi902wGOukO0Nn37PjwOQGc0BhhjQPy3np3By4d3M8s9Cfmp9EHEKgUHRN2DQ5HLT/hTw==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + postcss: ^8.4 + dependencies: + '@csstools/css-calc': 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) + '@csstools/css-tokenizer': 2.2.0 + postcss: 8.4.27 + dev: false + + /@csstools/postcss-font-format-keywords@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-ntkGj+1uDa/u6lpjPxnkPcjJn7ChO/Kcy08YxctOZI7vwtrdYvFhmE476dq8bj1yna306+jQ9gzXIG/SWfOaRg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-gradients-interpolation-method@4.0.1(postcss@8.4.26): + /@csstools/postcss-gradients-interpolation-method@4.0.1(postcss@8.4.27): resolution: {integrity: sha512-IHeFIcksjI8xKX7PWLzAyigM3UvJdZ4btejeNa7y/wXxqD5dyPPZuY55y8HGTrS6ETVTRqfIznoCPtTzIX7ygQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1150,11 +1162,11 @@ packages: '@csstools/css-color-parser': 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - postcss: 8.4.26 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 dev: false - /@csstools/postcss-hwb-function@3.0.1(postcss@8.4.26): + /@csstools/postcss-hwb-function@3.0.1(postcss@8.4.27): resolution: {integrity: sha512-FYe2K8EOYlL1BUm2HTXVBo6bWAj0xl4khOk6EFhQHy/C5p3rlr8OcetzQuwMeNQ3v25nB06QTgqUHoOUwoEqhA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1163,61 +1175,61 @@ packages: '@csstools/css-color-parser': 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /@csstools/postcss-ic-unit@3.0.0(postcss@8.4.26): + /@csstools/postcss-ic-unit@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-FH3+zfOfsgtX332IIkRDxiYLmgwyNk49tfltpC6dsZaO4RV2zWY6x9VMIC5cjvmjlDO7DIThpzqaqw2icT8RbQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - postcss: 8.4.26 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-is-pseudo-class@4.0.0(postcss@8.4.26): + /@csstools/postcss-is-pseudo-class@4.0.0(postcss@8.4.27): resolution: {integrity: sha512-0I6siRcDymG3RrkNTSvHDMxTQ6mDyYE8awkcaHNgtYacd43msl+4ZWDfQ1yZQ/viczVWjqJkLmPiRHSgxn5nZA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: '@csstools/selector-specificity': 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /@csstools/postcss-logical-float-and-clear@2.0.0(postcss@8.4.26): + /@csstools/postcss-logical-float-and-clear@2.0.0(postcss@8.4.27): resolution: {integrity: sha512-Wki4vxsF6icRvRz8eF9bPpAvwaAt0RHwhVOyzfoFg52XiIMjb6jcbHkGxwpJXP4DVrnFEwpwmrz5aTRqOW82kg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /@csstools/postcss-logical-resize@2.0.0(postcss@8.4.26): + /@csstools/postcss-logical-resize@2.0.0(postcss@8.4.27): resolution: {integrity: sha512-lCQ1aX8c5+WI4t5EoYf3alTzJNNocMqTb+u1J9CINdDhFh1fjovqK+0aHalUHsNstZmzFPNzIkU4Mb3eM9U8SA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-logical-viewport-units@2.0.1(postcss@8.4.26): + /@csstools/postcss-logical-viewport-units@2.0.1(postcss@8.4.27): resolution: {integrity: sha512-R5s19SscS7CHoxvdYNMu2Y3WDwG4JjdhsejqjunDB1GqfzhtHSvL7b5XxCkUWqm2KRl35hI6kJ4HEaCDd/3BXg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: '@csstools/css-tokenizer': 2.2.0 - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /@csstools/postcss-media-minmax@1.0.6(postcss@8.4.26): + /@csstools/postcss-media-minmax@1.0.6(postcss@8.4.27): resolution: {integrity: sha512-BmwKkqEzzQz6D+5ctoacsiGrq4kVgd1PMEPwkwdR0qFaL2C2nguGsWG87xEw+HIts/2yxhIPTm7Jp3DQq+wn3Q==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1227,10 +1239,10 @@ packages: '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 '@csstools/media-query-list-parser': 2.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.1(postcss@8.4.26): + /@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.1(postcss@8.4.27): resolution: {integrity: sha512-UvMYxXT3R011whbxzRwLx7d7eNGyVsnZo7waAmf10ZGnT34XidY+rsdFnk6OdFwuG6FYqw3/tptQEAZOmUgvLw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1239,30 +1251,30 @@ packages: '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 '@csstools/media-query-list-parser': 2.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /@csstools/postcss-nested-calc@3.0.0(postcss@8.4.26): + /@csstools/postcss-nested-calc@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-HsB66aDWAouOwD/GcfDTS0a7wCuVWaTpXcjl5VKP0XvFxDiU+r0T8FG7xgb6ovZNZ+qzvGIwRM+CLHhDgXrYgQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-normalize-display-values@3.0.0(postcss@8.4.26): + /@csstools/postcss-normalize-display-values@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-6Nw55PRXEKEVqn3bzA8gRRPYxr5tf5PssvcE5DRA/nAxKgKtgNZMCHCSd1uxTCWeyLnkf6h5tYRSB0P1Vh/K/A==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-oklab-function@3.0.1(postcss@8.4.26): + /@csstools/postcss-oklab-function@3.0.1(postcss@8.4.27): resolution: {integrity: sha512-3TIz+dCPlQPzz4yAEYXchUpfuU2gRYK4u1J+1xatNX85Isg4V+IbLyppblWLV4Vb6npFF8qsHN17rNuxOIy/6w==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1271,31 +1283,21 @@ packages: '@csstools/css-color-parser': 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - postcss: 8.4.26 - dev: false - - /@csstools/postcss-progressive-custom-properties@2.3.0(postcss@8.4.26): - resolution: {integrity: sha512-Zd8ojyMlsL919TBExQ1I0CTpBDdyCpH/yOdqatZpuC3sd22K4SwC7+Yez3Q/vmXMWSAl+shjNeFZ7JMyxMjK+Q==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.26 - postcss-value-parser: 4.2.0 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 dev: false - /@csstools/postcss-progressive-custom-properties@3.0.0(postcss@8.4.26): + /@csstools/postcss-progressive-custom-properties@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-2/D3CCL9DN2xhuUTP8OKvKnaqJ1j4yZUxuGLsCUOQ16wnDAuMLKLkflOmZF5tsPh/02VPeXRmqIN+U595WAulw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-relative-color-syntax@2.0.1(postcss@8.4.26): + /@csstools/postcss-relative-color-syntax@2.0.1(postcss@8.4.27): resolution: {integrity: sha512-9B8br/7q0bjD1fV3yE22izjc7Oy5hDbDgwdFEz207cdJHYC9yQneJzP3H+/w3RgC7uyfEVhyyhkGRx5YAfJtmg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1304,21 +1306,21 @@ packages: '@csstools/css-color-parser': 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - postcss: 8.4.26 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 dev: false - /@csstools/postcss-scope-pseudo-class@3.0.0(postcss@8.4.26): + /@csstools/postcss-scope-pseudo-class@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-GFNVsD97OuEcfHmcT0/DAZWAvTM/FFBDQndIOLawNc1Wq8YqpZwBdHa063Lq+Irk7azygTT+Iinyg3Lt76p7rg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /@csstools/postcss-stepped-value-functions@3.0.1(postcss@8.4.26): + /@csstools/postcss-stepped-value-functions@3.0.1(postcss@8.4.27): resolution: {integrity: sha512-y1sykToXorFE+5cjtp//xAMWEAEple0kcZn2QhzEFIZDDNvGOCp5JvvmmPGsC3eDlj6yQp70l9uXZNLnimEYfA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1327,21 +1329,21 @@ packages: '@csstools/css-calc': 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /@csstools/postcss-text-decoration-shorthand@3.0.0(postcss@8.4.26): + /@csstools/postcss-text-decoration-shorthand@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-BAa1MIMJmEZlJ+UkPrkyoz3DC7kLlIl2oDya5yXgvUrelpwxddgz8iMp69qBStdXwuMyfPx46oZcSNx8Z0T2eA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: '@csstools/color-helpers': 3.0.0 - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-trigonometric-functions@3.0.1(postcss@8.4.26): + /@csstools/postcss-trigonometric-functions@3.0.1(postcss@8.4.27): resolution: {integrity: sha512-hW+JPv0MPQfWC1KARgvJI6bisEUFAZWSvUNq/khGCupYV/h6Z9R2ZFz0Xc633LXBst0ezbXpy7NpnPurSx5Klw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -1350,16 +1352,16 @@ packages: '@csstools/css-calc': 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /@csstools/postcss-unset-value@3.0.0(postcss@8.4.26): + /@csstools/postcss-unset-value@3.0.0(postcss@8.4.27): resolution: {integrity: sha512-P0JD1WHh3avVyKKRKjd0dZIjCEeaBer8t1BbwGMUDtSZaLhXlLNBqZ8KkqHzYWXOJgHleXAny2/sx8LYl6qhEA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false /@csstools/selector-specificity@3.0.0(postcss-selector-parser@6.0.13): @@ -1692,16 +1694,16 @@ packages: graphql: 16.7.1 dev: true - /@html-eslint/eslint-plugin@0.19.0: - resolution: {integrity: sha512-4B22mEGaUUJYJQYK8cSpo/And0bHVdZ5t0ph1NCGYmyGwz7SU3nfNFtv9j22IQSYJ0gAf0PEiDyXKpBRygtCcg==} + /@html-eslint/eslint-plugin@0.19.1: + resolution: {integrity: sha512-Tn+/GWLtNM6NiZFLbfM+vTK0d7gKaDgnw4Pp+DsZi09lFimi4bOPOgy8dSVnLeyFIfP6LkeuwVm4pfBZZM2qbA==} engines: {node: '>=8.10.0'} dev: false - /@html-eslint/parser@0.19.0: - resolution: {integrity: sha512-BkBt6bShQ9vzvK6++mQ4W4qcMCAZ4RawcxOe8K0kR4VARebqMfcco645enajlyyTrr+F9jEXRMXEoHcsWkHjvA==} + /@html-eslint/parser@0.19.1: + resolution: {integrity: sha512-dpAw6UX0ZSVNnsAzl9ULHZX7CvAGKF5uta4iebbhSDvGE1o9NX6BoOofD/6WucTvs/qnoKojc3Y2LG6vy4afiQ==} engines: {node: '>=8.10.0'} dependencies: - es-html-parser: 0.0.8 + es-html-parser: 0.0.9 dev: false /@humanwhocodes/config-array@0.11.10: @@ -1908,13 +1910,13 @@ packages: resolution: {integrity: sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==} dev: true - /@ronilaukkarinen/stylelint-a11y@1.2.7(stylelint@15.10.1): + /@ronilaukkarinen/stylelint-a11y@1.2.7(stylelint@15.10.2): resolution: {integrity: sha512-ba+60zLjtwqJ0630HJlpqODQ4OzXYTE2NVkmG1fIART1ja52JzwDGDODPBmoYz8pBNfPLE/VsEOvw/mAD/CcyQ==} engines: {node: '>=8.7.0'} peerDependencies: stylelint: 10 - 15 dependencies: - stylelint: 15.10.1 + stylelint: 15.10.2 dev: false /@rushstack/eslint-patch@1.3.2: @@ -2013,8 +2015,8 @@ packages: lodash: 4.17.21 dev: false - /@tanstack/eslint-plugin-query@4.29.9: - resolution: {integrity: sha512-JlIZcs+zhl/ihta49iIbMCf3E8tSvGDqMIH+oItnYLOzWI7oiujXu7FYgna2E1V79KhR0PaxkPX6jHZLpvacgw==} + /@tanstack/eslint-plugin-query@4.29.25: + resolution: {integrity: sha512-wn+My+vBVTH/BZouf5syhUiUrCYiuAwRdepO/gjn6BBwYyN7XQ8cS/ooO0h2ut0h1G3UO52q26An8jYJCjR29w==} dev: false /@testing-library/dom@9.3.1: @@ -2031,8 +2033,8 @@ packages: pretty-format: 27.5.1 dev: false - /@testing-library/jest-dom@5.16.5: - resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} + /@testing-library/jest-dom@5.17.0: + resolution: {integrity: sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.2.0 @@ -2217,7 +2219,7 @@ packages: /@types/postcss-reporter@7.0.1: resolution: {integrity: sha512-3PVQZ7nS+5zl5suSw59eCs0Y0DgkPLVtBzTx6tx2ecCll4o/IqMg57hwSizy5L5Y0GNoYaOQH0OjJZkQLY1Vag==} dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: true /@types/prettier@2.7.3: @@ -2230,10 +2232,10 @@ packages: /@types/react-dom@18.2.7: resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} dependencies: - '@types/react': 18.2.15 + '@types/react': 18.2.17 - /@types/react@18.2.15: - resolution: {integrity: sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA==} + /@types/react@18.2.17: + resolution: {integrity: sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -2284,8 +2286,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin@6.0.0(@typescript-eslint/parser@6.0.0)(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A==} + /@typescript-eslint/eslint-plugin@6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.46.0)(typescript@5.1.6): + resolution: {integrity: sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -2296,14 +2298,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.0.0(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/scope-manager': 6.0.0 - '@typescript-eslint/type-utils': 6.0.0(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.0.0(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.0.0 + '@typescript-eslint/parser': 6.2.0(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/scope-manager': 6.2.0 + '@typescript-eslint/type-utils': 6.2.0(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/utils': 6.2.0(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.2.0 debug: 4.3.4 eslint: 8.46.0 - grapheme-splitter: 1.0.4 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -2315,8 +2316,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser@6.0.0(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-TNaufYSPrr1U8n+3xN+Yp9g31vQDJqhXzzPSHfQDLcaO4tU+mCfODPxCwf4H530zo7aUBE3QIdxCXamEnG04Tg==} + /@typescript-eslint/parser@6.2.0(eslint@8.46.0)(typescript@5.1.6): + resolution: {integrity: sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2325,10 +2326,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.0.0 - '@typescript-eslint/types': 6.0.0 - '@typescript-eslint/typescript-estree': 6.0.0(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.0.0 + '@typescript-eslint/scope-manager': 6.2.0 + '@typescript-eslint/types': 6.2.0 + '@typescript-eslint/typescript-estree': 6.2.0(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.2.0 debug: 4.3.4 eslint: 8.46.0 typescript: 5.1.6 @@ -2344,16 +2345,16 @@ packages: '@typescript-eslint/visitor-keys': 5.62.0 dev: false - /@typescript-eslint/scope-manager@6.0.0: - resolution: {integrity: sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg==} + /@typescript-eslint/scope-manager@6.2.0: + resolution: {integrity: sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.0.0 - '@typescript-eslint/visitor-keys': 6.0.0 + '@typescript-eslint/types': 6.2.0 + '@typescript-eslint/visitor-keys': 6.2.0 dev: false - /@typescript-eslint/type-utils@6.0.0(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ==} + /@typescript-eslint/type-utils@6.2.0(eslint@8.46.0)(typescript@5.1.6): + resolution: {integrity: sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2362,8 +2363,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.0.0(typescript@5.1.6) - '@typescript-eslint/utils': 6.0.0(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.2.0(typescript@5.1.6) + '@typescript-eslint/utils': 6.2.0(eslint@8.46.0)(typescript@5.1.6) debug: 4.3.4 eslint: 8.46.0 ts-api-utils: 1.0.1(typescript@5.1.6) @@ -2377,8 +2378,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/types@6.0.0: - resolution: {integrity: sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg==} + /@typescript-eslint/types@6.2.0: + resolution: {integrity: sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA==} engines: {node: ^16.0.0 || >=18.0.0} dev: false @@ -2403,8 +2404,8 @@ packages: - supports-color dev: false - /@typescript-eslint/typescript-estree@6.0.0(typescript@5.1.6): - resolution: {integrity: sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ==} + /@typescript-eslint/typescript-estree@6.2.0(typescript@5.1.6): + resolution: {integrity: sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -2412,8 +2413,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.0.0 - '@typescript-eslint/visitor-keys': 6.0.0 + '@typescript-eslint/types': 6.2.0 + '@typescript-eslint/visitor-keys': 6.2.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2444,8 +2445,8 @@ packages: - typescript dev: false - /@typescript-eslint/utils@6.0.0(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ==} + /@typescript-eslint/utils@6.2.0(eslint@8.46.0)(typescript@5.1.6): + resolution: {integrity: sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2453,11 +2454,10 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.0.0 - '@typescript-eslint/types': 6.0.0 - '@typescript-eslint/typescript-estree': 6.0.0(typescript@5.1.6) + '@typescript-eslint/scope-manager': 6.2.0 + '@typescript-eslint/types': 6.2.0 + '@typescript-eslint/typescript-estree': 6.2.0(typescript@5.1.6) eslint: 8.46.0 - eslint-scope: 5.1.1 semver: 7.5.4 transitivePeerDependencies: - supports-color @@ -2472,11 +2472,11 @@ packages: eslint-visitor-keys: 3.4.2 dev: false - /@typescript-eslint/visitor-keys@6.0.0: - resolution: {integrity: sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA==} + /@typescript-eslint/visitor-keys@6.2.0: + resolution: {integrity: sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.0.0 + '@typescript-eslint/types': 6.2.0 eslint-visitor-keys: 3.4.2 dev: false @@ -2669,6 +2669,17 @@ packages: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} + /array.prototype.findlastindex@1.2.2: + resolution: {integrity: sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.2.1 + dev: false + /array.prototype.flat@1.3.1: resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} engines: {node: '>= 0.4'} @@ -2748,7 +2759,7 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /autoprefixer@10.4.14(postcss@8.4.26): + /autoprefixer@10.4.14(postcss@8.4.27): resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -2760,7 +2771,7 @@ packages: fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false @@ -2865,17 +2876,6 @@ packages: node-releases: 2.0.13 update-browserslist-db: 1.0.11(browserslist@4.21.10) - /browserslist@4.21.9: - resolution: {integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001517 - electron-to-chromium: 1.4.477 - node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.9) - dev: false - /buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: false @@ -3328,13 +3328,13 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /css-blank-pseudo@6.0.0(postcss@8.4.26): + /css-blank-pseudo@6.0.0(postcss@8.4.27): resolution: {integrity: sha512-VbfLlOWO7sBHBTn6pwDQzc07Z0SDydgDBfNfCE0nvrehdBNv9RKsuupIRa/qal0+fBZhAALyQDPMKz5lnvcchw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false @@ -3343,25 +3343,25 @@ packages: engines: {node: '>=12.22'} dev: false - /css-has-pseudo@6.0.0(postcss@8.4.26): + /css-has-pseudo@6.0.0(postcss@8.4.27): resolution: {integrity: sha512-X+r+JBuoO37FBOWVNhVJhxtSBUFHgHbrcc0CjFT28JEdOw1qaDwABv/uunyodUuSy2hMPe9j/HjssxSlvUmKjg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: '@csstools/selector-specificity': 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: false - /css-prefers-color-scheme@9.0.0(postcss@8.4.26): + /css-prefers-color-scheme@9.0.0(postcss@8.4.27): resolution: {integrity: sha512-03QGAk/FXIRseDdLb7XAiu6gidQ0Nd8945xuM7VFVPpc6goJsG9uIO8xQjTxwbPdPIIV4o4AJoOJyt8gwDl67g==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false /css-tokenize@1.0.1: @@ -3807,8 +3807,8 @@ packages: stop-iteration-iterator: 1.0.0 dev: false - /es-html-parser@0.0.8: - resolution: {integrity: sha512-kjMH23xhvTBw/7Ve1Dtb/7yZdFajfvwOpdsgRHmnyt8yvTsDJnkFjUgEEaMZFW+e1OhN/eoZrvF9wehq+waTGg==} + /es-html-parser@0.0.9: + resolution: {integrity: sha512-oniQMi+466VFsDzcdron9Ry/sqUJpDJg1bbDn0jFJKDdxXhwIOYDr4DgBnO5/yPLGj2xv+n5yy4L1Q0vAC5TYQ==} dev: false /es-set-tostringtag@2.0.1: @@ -3848,8 +3848,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /eslint-config-prettier@8.8.0(eslint@8.46.0): - resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} + /eslint-config-prettier@8.9.0(eslint@8.46.0): + resolution: {integrity: sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -3867,7 +3867,7 @@ packages: - supports-color dev: false - /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@6.0.0)(eslint-plugin-import@2.27.5)(eslint@8.46.0): + /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@6.2.0)(eslint-plugin-import@2.28.0)(eslint@8.46.0): resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3877,8 +3877,8 @@ packages: debug: 4.3.4 enhanced-resolve: 5.15.0 eslint: 8.46.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.0.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@6.0.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.2.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) + eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.2.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) get-tsconfig: 4.6.2 globby: 13.2.2 is-core-module: 2.12.1 @@ -3916,7 +3916,7 @@ packages: - supports-color dev: false - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.0.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.2.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -3937,17 +3937,17 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.0.0(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.2.0(eslint@8.46.0)(typescript@5.1.6) debug: 3.2.7 eslint: 8.46.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@6.0.0)(eslint-plugin-import@2.27.5)(eslint@8.46.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@6.2.0)(eslint-plugin-import@2.28.0)(eslint@8.46.0) transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@6.0.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0): - resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} + /eslint-plugin-import@2.28.0(@typescript-eslint/parser@6.2.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0): + resolution: {integrity: sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -3956,21 +3956,24 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.0.0(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.2.0(eslint@8.46.0)(typescript@5.1.6) array-includes: 3.1.6 + array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 eslint: 8.46.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.0.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.2.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) has: 1.0.3 is-core-module: 2.12.1 is-glob: 4.0.3 minimatch: 3.1.2 + object.fromentries: 2.0.6 + object.groupby: 1.0.0 object.values: 1.1.6 - resolve: 1.22.2 + resolve: 1.22.3 semver: 6.3.1 tsconfig-paths: 3.14.2 transitivePeerDependencies: @@ -4001,7 +4004,7 @@ packages: eslint: 8.46.0 dev: false - /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.0.0)(eslint@8.46.0)(typescript@5.1.6): + /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.2.0)(eslint@8.46.0)(typescript@5.1.6): resolution: {integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -4014,7 +4017,7 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.0.0(@typescript-eslint/parser@6.0.0)(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.46.0)(typescript@5.1.6) '@typescript-eslint/utils': 5.62.0(eslint@8.46.0)(typescript@5.1.6) eslint: 8.46.0 transitivePeerDependencies: @@ -4078,7 +4081,7 @@ packages: - supports-color dev: false - /eslint-plugin-prettier@5.0.0(eslint-config-prettier@8.8.0)(eslint@8.46.0)(prettier@3.0.0): + /eslint-plugin-prettier@5.0.0(eslint-config-prettier@8.9.0)(eslint@8.46.0)(prettier@3.0.0): resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -4093,7 +4096,7 @@ packages: optional: true dependencies: eslint: 8.46.0 - eslint-config-prettier: 8.8.0(eslint@8.46.0) + eslint-config-prettier: 8.9.0(eslint@8.46.0) prettier: 3.0.0 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 @@ -4117,8 +4120,8 @@ packages: eslint: 8.46.0 dev: false - /eslint-plugin-react@7.32.2(eslint@8.46.0): - resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + /eslint-plugin-react@7.33.1(eslint@8.46.0): + resolution: {integrity: sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -4173,8 +4176,8 @@ packages: eslint: 8.46.0 dev: false - /eslint-plugin-storybook@0.6.12(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-XbIvrq6hNVG6rpdBr+eBw63QhOMLpZneQVSooEDow8aQCWGCk/5vqtap1yxpVydNfSxi3S/3mBBRLQqKUqQRww==} + /eslint-plugin-storybook@0.6.13(eslint@8.46.0)(typescript@5.1.6): + resolution: {integrity: sha512-smd+CS0WH1jBqUEJ3znGS7DU4ayBE9z6lkQAK2yrSUv1+rq8BT/tiI5C/rKE7rmiqiAfojtNYZRhzo5HrulccQ==} engines: {node: 12.x || 14.x || >= 16} peerDependencies: eslint: '>=6' @@ -4213,8 +4216,8 @@ packages: - typescript dev: false - /eslint-plugin-unicorn@48.0.0(eslint@8.46.0): - resolution: {integrity: sha512-8fk/v3p1ro34JSVDBEmtOq6EEQRpMR0iTir79q69KnXFZ6DJyPkT3RAi+ZoTqhQMdDSpGh8BGR68ne1sP5cnAA==} + /eslint-plugin-unicorn@48.0.1(eslint@8.46.0): + resolution: {integrity: sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==} engines: {node: '>=16'} peerDependencies: eslint: '>=8.44.0' @@ -6687,6 +6690,15 @@ packages: es-abstract: 1.22.1 dev: false + /object.groupby@1.0.0: + resolution: {integrity: sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + dev: false + /object.hasown@1.1.2: resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} dependencies: @@ -7007,26 +7019,26 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - /postcss-100vh-fix@1.0.2(postcss@8.4.26): + /postcss-100vh-fix@1.0.2(postcss@8.4.27): resolution: {integrity: sha512-t7vqk9AfjI4fXmWlQCEiMZFFhi1hro4WlECINI1TV6Qh1XapUJE++gCmNr95F5Hen/+bz1OmO+SiSB9TZmFmSg==} engines: {node: '>=10.0'} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-attribute-case-insensitive@6.0.2(postcss@8.4.26): + /postcss-attribute-case-insensitive@6.0.2(postcss@8.4.27): resolution: {integrity: sha512-IRuCwwAAQbgaLhxQdQcIIK0dCVXg3XDUnzgKD8iwdiYdwU4rMWRWyl/W9/0nA4ihVpq5pyALiHB2veBJ0292pw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /postcss-browser-comments@4.0.0(browserslist@4.21.10)(postcss@8.4.26): + /postcss-browser-comments@4.0.0(browserslist@4.21.10)(postcss@8.4.27): resolution: {integrity: sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==} engines: {node: '>=8'} peerDependencies: @@ -7034,20 +7046,20 @@ packages: postcss: '>=8' dependencies: browserslist: 4.21.10 - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-clamp@4.1.0(postcss@8.4.26): + /postcss-clamp@4.1.0(postcss@8.4.27): resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} engines: {node: '>=7.6.0'} peerDependencies: postcss: ^8.4.6 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-cli@10.1.0(postcss@8.4.26)(ts-node@10.9.1): + /postcss-cli@10.1.0(postcss@8.4.27)(ts-node@10.9.1): resolution: {integrity: sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==} engines: {node: '>=14'} hasBin: true @@ -7060,9 +7072,9 @@ packages: get-stdin: 9.0.0 globby: 13.2.2 picocolors: 1.0.0 - postcss: 8.4.26 - postcss-load-config: 4.0.1(postcss@8.4.26)(ts-node@10.9.1) - postcss-reporter: 7.0.5(postcss@8.4.26) + postcss: 8.4.27 + postcss-load-config: 4.0.1(postcss@8.4.27)(ts-node@10.9.1) + postcss-reporter: 7.0.5(postcss@8.4.27) pretty-hrtime: 1.0.3 read-cache: 1.0.0 slash: 5.1.0 @@ -7071,38 +7083,38 @@ packages: - ts-node dev: false - /postcss-color-functional-notation@6.0.0(postcss@8.4.26): + /postcss-color-functional-notation@6.0.0(postcss@8.4.27): resolution: {integrity: sha512-kaWTgnhRKFtfMF8H0+NQBFxgr5CGg05WGe07Mc1ld6XHwwRWlqSbHOW0zwf+BtkBQpsdVUu7+gl9dtdvhWMedw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - postcss: 8.4.26 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-color-hex-alpha@9.0.2(postcss@8.4.26): + /postcss-color-hex-alpha@9.0.2(postcss@8.4.27): resolution: {integrity: sha512-SfPjgr//VQ/DOCf80STIAsdAs7sbIbxATvVmd+Ec7JvR8onz9pjawhq3BJM3Pie40EE3TyB0P6hft16D33Nlyg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-color-rebeccapurple@9.0.0(postcss@8.4.26): + /postcss-color-rebeccapurple@9.0.0(postcss@8.4.27): resolution: {integrity: sha512-RmUFL+foS05AKglkEoqfx+KFdKRVmqUAxlHNz4jLqIi7046drIPyerdl4B6j/RA2BSP8FI8gJcHmLRrwJOMnHw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-custom-media@10.0.0(postcss@8.4.26): + /postcss-custom-media@10.0.0(postcss@8.4.27): resolution: {integrity: sha512-NxDn7C6GJ7X8TsWOa8MbCdq9rLERRLcPfQSp856k1jzMreL8X9M6iWk35JjPRIb9IfRnVohmxAylDRx7n4Rv4g==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -7112,10 +7124,10 @@ packages: '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 '@csstools/media-query-list-parser': 2.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-custom-properties@13.3.0(postcss@8.4.26): + /postcss-custom-properties@13.3.0(postcss@8.4.27): resolution: {integrity: sha512-q4VgtIKSy5+KcUvQ0WxTjDy9DZjQ5VCXAZ9+tT9+aPMbA0z6s2t1nMw0QHszru1ib5ElkXl9JUpYYU37VVUs7g==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -7124,11 +7136,11 @@ packages: '@csstools/cascade-layer-name-parser': 1.0.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-custom-selectors@7.1.4(postcss@8.4.26): + /postcss-custom-selectors@7.1.4(postcss@8.4.27): resolution: {integrity: sha512-TU2xyUUBTlpiLnwyE2ZYMUIYB41MKMkBZ8X8ntkqRDQ8sdBLhFFsPgNcOliBd5+/zcK51C9hRnSE7hKUJMxQSw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -7137,83 +7149,83 @@ packages: '@csstools/cascade-layer-name-parser': 1.0.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /postcss-dir-pseudo-class@8.0.0(postcss@8.4.26): + /postcss-dir-pseudo-class@8.0.0(postcss@8.4.27): resolution: {integrity: sha512-Oy5BBi0dWPwij/IA+yDYj+/OBMQ9EPqAzTHeSNUYrUWdll/PRJmcbiUj0MNcsBi681I1gcSTLvMERPaXzdbvJg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /postcss-double-position-gradients@5.0.0(postcss@8.4.26): + /postcss-double-position-gradients@5.0.0(postcss@8.4.27): resolution: {integrity: sha512-wR8npIkrIVUTicUpCWSSo1f/g7gAEIH70FMqCugY4m4j6TX4E0T2Q5rhfO0gqv00biBZdLyb+HkW8x6as+iJNQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - postcss: 8.4.26 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-flexbugs-fixes@5.0.2(postcss@8.4.26): + /postcss-flexbugs-fixes@5.0.2(postcss@8.4.27): resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} peerDependencies: postcss: ^8.1.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-focus-visible@9.0.0(postcss@8.4.26): + /postcss-focus-visible@9.0.0(postcss@8.4.27): resolution: {integrity: sha512-zA4TbVaIaT8npZBEROhZmlc+GBKE8AELPHXE7i4TmIUEQhw/P/mSJfY9t6tBzpQ1rABeGtEOHYrW4SboQeONMQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /postcss-focus-within@8.0.0(postcss@8.4.26): + /postcss-focus-within@8.0.0(postcss@8.4.27): resolution: {integrity: sha512-E7+J9nuQzZaA37D/MUZMX1K817RZGDab8qw6pFwzAkDd/QtlWJ9/WTKmzewNiuxzeq6WWY7ATiRePVoDKp+DnA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /postcss-font-variant@5.0.0(postcss@8.4.26): + /postcss-font-variant@5.0.0(postcss@8.4.27): resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-gap-properties@5.0.0(postcss@8.4.26): + /postcss-gap-properties@5.0.0(postcss@8.4.27): resolution: {integrity: sha512-YjsEEL6890P7MCv6fch6Am1yq0EhQCJMXyT4LBohiu87+4/WqR7y5W3RIv53WdA901hhytgRvjlrAhibhW4qsA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-image-set-function@6.0.0(postcss@8.4.26): + /postcss-image-set-function@6.0.0(postcss@8.4.27): resolution: {integrity: sha512-bg58QnJexFpPBU4IGPAugAPKV0FuFtX5rHYNSKVaV91TpHN7iwyEzz1bkIPCiSU5+BUN00e+3fV5KFrwIgRocw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false @@ -7228,12 +7240,12 @@ packages: read-cache: 1.0.0 resolve: 1.22.2 - /postcss-initial@4.0.1(postcss@8.4.26): + /postcss-initial@4.0.1(postcss@8.4.27): resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false /postcss-js@4.0.1(postcss@8.4.27): @@ -7245,7 +7257,7 @@ packages: camelcase-css: 2.0.1 postcss: 8.4.27 - /postcss-lab-function@6.0.1(postcss@8.4.26): + /postcss-lab-function@6.0.1(postcss@8.4.27): resolution: {integrity: sha512-/Xl6JitDh7jWkcOLxrHcAlEaqkxyaG3g4iDMy5RyhNaiQPJ9Egf2+Mxp1W2qnH5jB2bj59f3RbdKmC6qx1IcXA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -7254,26 +7266,8 @@ packages: '@csstools/css-color-parser': 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) '@csstools/css-tokenizer': 2.2.0 - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - postcss: 8.4.26 - dev: false - - /postcss-load-config@4.0.1(postcss@8.4.26)(ts-node@10.9.1): - resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} - engines: {node: '>= 14'} - peerDependencies: - postcss: '>=8.0.9' - ts-node: '>=9.0.0' - peerDependenciesMeta: - postcss: - optional: true - ts-node: - optional: true - dependencies: - lilconfig: 2.1.0 - postcss: 8.4.26 - ts-node: 10.9.1(@types/node@20.4.5)(typescript@5.1.6) - yaml: 2.3.1 + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + postcss: 8.4.27 dev: false /postcss-load-config@4.0.1(postcss@8.4.27)(ts-node@10.9.1): @@ -7293,13 +7287,13 @@ packages: ts-node: 10.9.1(@types/node@20.4.5)(typescript@5.1.6) yaml: 2.3.1 - /postcss-logical@7.0.0(postcss@8.4.26): + /postcss-logical@7.0.0(postcss@8.4.27): resolution: {integrity: sha512-zYf3vHkoW82f5UZTEXChTJvH49Yl9X37axTZsJGxrCG2kOUwtaAoz9E7tqYg0lsIoJLybaL8fk/2mOi81zVIUw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false @@ -7316,18 +7310,18 @@ packages: postcss: 8.4.27 postcss-selector-parser: 6.0.13 - /postcss-nesting@12.0.0(postcss@8.4.26): + /postcss-nesting@12.0.0(postcss@8.4.27): resolution: {integrity: sha512-knqwW65kxssmyIFadRSimaiRyLVRd0MdwfabesKw6XvGLwSOCJ+4zfvNQQCOOYij5obwpZzDpODuGRv2PCyiUw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: '@csstools/selector-specificity': 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /postcss-normalize@10.0.1(browserslist@4.21.10)(postcss@8.4.26): + /postcss-normalize@10.0.1(browserslist@4.21.10)(postcss@8.4.27): resolution: {integrity: sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==} engines: {node: '>= 12'} peerDependencies: @@ -7336,139 +7330,140 @@ packages: dependencies: '@csstools/normalize.css': 12.0.0 browserslist: 4.21.10 - postcss: 8.4.26 - postcss-browser-comments: 4.0.0(browserslist@4.21.10)(postcss@8.4.26) + postcss: 8.4.27 + postcss-browser-comments: 4.0.0(browserslist@4.21.10)(postcss@8.4.27) sanitize.css: 13.0.0 dev: false - /postcss-opacity-percentage@2.0.0(postcss@8.4.26): + /postcss-opacity-percentage@2.0.0(postcss@8.4.27): resolution: {integrity: sha512-lyDrCOtntq5Y1JZpBFzIWm2wG9kbEdujpNt4NLannF+J9c8CgFIzPa80YQfdza+Y+yFfzbYj/rfoOsYsooUWTQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-overflow-shorthand@5.0.0(postcss@8.4.26): + /postcss-overflow-shorthand@5.0.0(postcss@8.4.27): resolution: {integrity: sha512-2rlxDyeSics/hC2FuMdPnWiP9WUPZ5x7FTuArXLFVpaSQ2woPSfZS4RD59HuEokbZhs/wPUQJ1E3MT6zVv94MQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-page-break@3.0.4(postcss@8.4.26): + /postcss-page-break@3.0.4(postcss@8.4.27): resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} peerDependencies: postcss: ^8 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-place@9.0.0(postcss@8.4.26): + /postcss-place@9.0.0(postcss@8.4.27): resolution: {integrity: sha512-qLEPD9VPH5opDVemwmRaujODF9nExn24VOC3ghgVLEvfYN7VZLwJHes0q/C9YR5hI2UC3VgBE8Wkdp1TxCXhtg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: false - /postcss-preset-env@9.0.0(postcss@8.4.26): - resolution: {integrity: sha512-L0x/Nluq+/FkidIYjU7JtkmRL2/QmXuYkxuM3C5y9VG3iGLljF9PuBHQ7kzKRoVfwnca0VNN0Zb3a/bxVJ12vA==} + /postcss-preset-env@9.1.0(postcss@8.4.27): + resolution: {integrity: sha512-G+x9BD7jb9uHBB7o720emXV00CP+VdWeirJsHC5ERSpbTd2e6Xg7vHzT+a6UkxFyddALuV+Q8wJMgeTKaau+Pg==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-cascade-layers': 4.0.0(postcss@8.4.26) - '@csstools/postcss-color-function': 2.2.3(postcss@8.4.26) - '@csstools/postcss-color-mix-function': 1.0.3(postcss@8.4.26) - '@csstools/postcss-font-format-keywords': 3.0.0(postcss@8.4.26) - '@csstools/postcss-gradients-interpolation-method': 4.0.1(postcss@8.4.26) - '@csstools/postcss-hwb-function': 3.0.1(postcss@8.4.26) - '@csstools/postcss-ic-unit': 3.0.0(postcss@8.4.26) - '@csstools/postcss-is-pseudo-class': 4.0.0(postcss@8.4.26) - '@csstools/postcss-logical-float-and-clear': 2.0.0(postcss@8.4.26) - '@csstools/postcss-logical-resize': 2.0.0(postcss@8.4.26) - '@csstools/postcss-logical-viewport-units': 2.0.1(postcss@8.4.26) - '@csstools/postcss-media-minmax': 1.0.6(postcss@8.4.26) - '@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.1(postcss@8.4.26) - '@csstools/postcss-nested-calc': 3.0.0(postcss@8.4.26) - '@csstools/postcss-normalize-display-values': 3.0.0(postcss@8.4.26) - '@csstools/postcss-oklab-function': 3.0.1(postcss@8.4.26) - '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.26) - '@csstools/postcss-relative-color-syntax': 2.0.1(postcss@8.4.26) - '@csstools/postcss-scope-pseudo-class': 3.0.0(postcss@8.4.26) - '@csstools/postcss-stepped-value-functions': 3.0.1(postcss@8.4.26) - '@csstools/postcss-text-decoration-shorthand': 3.0.0(postcss@8.4.26) - '@csstools/postcss-trigonometric-functions': 3.0.1(postcss@8.4.26) - '@csstools/postcss-unset-value': 3.0.0(postcss@8.4.26) - autoprefixer: 10.4.14(postcss@8.4.26) + '@csstools/postcss-cascade-layers': 4.0.0(postcss@8.4.27) + '@csstools/postcss-color-function': 3.0.1(postcss@8.4.27) + '@csstools/postcss-color-mix-function': 2.0.1(postcss@8.4.27) + '@csstools/postcss-exponential-functions': 1.0.0(postcss@8.4.27) + '@csstools/postcss-font-format-keywords': 3.0.0(postcss@8.4.27) + '@csstools/postcss-gradients-interpolation-method': 4.0.1(postcss@8.4.27) + '@csstools/postcss-hwb-function': 3.0.1(postcss@8.4.27) + '@csstools/postcss-ic-unit': 3.0.0(postcss@8.4.27) + '@csstools/postcss-is-pseudo-class': 4.0.0(postcss@8.4.27) + '@csstools/postcss-logical-float-and-clear': 2.0.0(postcss@8.4.27) + '@csstools/postcss-logical-resize': 2.0.0(postcss@8.4.27) + '@csstools/postcss-logical-viewport-units': 2.0.1(postcss@8.4.27) + '@csstools/postcss-media-minmax': 1.0.6(postcss@8.4.27) + '@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.1(postcss@8.4.27) + '@csstools/postcss-nested-calc': 3.0.0(postcss@8.4.27) + '@csstools/postcss-normalize-display-values': 3.0.0(postcss@8.4.27) + '@csstools/postcss-oklab-function': 3.0.1(postcss@8.4.27) + '@csstools/postcss-progressive-custom-properties': 3.0.0(postcss@8.4.27) + '@csstools/postcss-relative-color-syntax': 2.0.1(postcss@8.4.27) + '@csstools/postcss-scope-pseudo-class': 3.0.0(postcss@8.4.27) + '@csstools/postcss-stepped-value-functions': 3.0.1(postcss@8.4.27) + '@csstools/postcss-text-decoration-shorthand': 3.0.0(postcss@8.4.27) + '@csstools/postcss-trigonometric-functions': 3.0.1(postcss@8.4.27) + '@csstools/postcss-unset-value': 3.0.0(postcss@8.4.27) + autoprefixer: 10.4.14(postcss@8.4.27) browserslist: 4.21.10 - css-blank-pseudo: 6.0.0(postcss@8.4.26) - css-has-pseudo: 6.0.0(postcss@8.4.26) - css-prefers-color-scheme: 9.0.0(postcss@8.4.26) + css-blank-pseudo: 6.0.0(postcss@8.4.27) + css-has-pseudo: 6.0.0(postcss@8.4.27) + css-prefers-color-scheme: 9.0.0(postcss@8.4.27) cssdb: 7.7.0 - postcss: 8.4.26 - postcss-attribute-case-insensitive: 6.0.2(postcss@8.4.26) - postcss-clamp: 4.1.0(postcss@8.4.26) - postcss-color-functional-notation: 6.0.0(postcss@8.4.26) - postcss-color-hex-alpha: 9.0.2(postcss@8.4.26) - postcss-color-rebeccapurple: 9.0.0(postcss@8.4.26) - postcss-custom-media: 10.0.0(postcss@8.4.26) - postcss-custom-properties: 13.3.0(postcss@8.4.26) - postcss-custom-selectors: 7.1.4(postcss@8.4.26) - postcss-dir-pseudo-class: 8.0.0(postcss@8.4.26) - postcss-double-position-gradients: 5.0.0(postcss@8.4.26) - postcss-focus-visible: 9.0.0(postcss@8.4.26) - postcss-focus-within: 8.0.0(postcss@8.4.26) - postcss-font-variant: 5.0.0(postcss@8.4.26) - postcss-gap-properties: 5.0.0(postcss@8.4.26) - postcss-image-set-function: 6.0.0(postcss@8.4.26) - postcss-initial: 4.0.1(postcss@8.4.26) - postcss-lab-function: 6.0.1(postcss@8.4.26) - postcss-logical: 7.0.0(postcss@8.4.26) - postcss-nesting: 12.0.0(postcss@8.4.26) - postcss-opacity-percentage: 2.0.0(postcss@8.4.26) - postcss-overflow-shorthand: 5.0.0(postcss@8.4.26) - postcss-page-break: 3.0.4(postcss@8.4.26) - postcss-place: 9.0.0(postcss@8.4.26) - postcss-pseudo-class-any-link: 9.0.0(postcss@8.4.26) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.26) - postcss-selector-not: 7.0.1(postcss@8.4.26) + postcss: 8.4.27 + postcss-attribute-case-insensitive: 6.0.2(postcss@8.4.27) + postcss-clamp: 4.1.0(postcss@8.4.27) + postcss-color-functional-notation: 6.0.0(postcss@8.4.27) + postcss-color-hex-alpha: 9.0.2(postcss@8.4.27) + postcss-color-rebeccapurple: 9.0.0(postcss@8.4.27) + postcss-custom-media: 10.0.0(postcss@8.4.27) + postcss-custom-properties: 13.3.0(postcss@8.4.27) + postcss-custom-selectors: 7.1.4(postcss@8.4.27) + postcss-dir-pseudo-class: 8.0.0(postcss@8.4.27) + postcss-double-position-gradients: 5.0.0(postcss@8.4.27) + postcss-focus-visible: 9.0.0(postcss@8.4.27) + postcss-focus-within: 8.0.0(postcss@8.4.27) + postcss-font-variant: 5.0.0(postcss@8.4.27) + postcss-gap-properties: 5.0.0(postcss@8.4.27) + postcss-image-set-function: 6.0.0(postcss@8.4.27) + postcss-initial: 4.0.1(postcss@8.4.27) + postcss-lab-function: 6.0.1(postcss@8.4.27) + postcss-logical: 7.0.0(postcss@8.4.27) + postcss-nesting: 12.0.0(postcss@8.4.27) + postcss-opacity-percentage: 2.0.0(postcss@8.4.27) + postcss-overflow-shorthand: 5.0.0(postcss@8.4.27) + postcss-page-break: 3.0.4(postcss@8.4.27) + postcss-place: 9.0.0(postcss@8.4.27) + postcss-pseudo-class-any-link: 9.0.0(postcss@8.4.27) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.27) + postcss-selector-not: 7.0.1(postcss@8.4.27) postcss-value-parser: 4.2.0 dev: false - /postcss-pseudo-class-any-link@9.0.0(postcss@8.4.26): + /postcss-pseudo-class-any-link@9.0.0(postcss@8.4.27): resolution: {integrity: sha512-QNCYIL98VKFKY6HGDEJpF6+K/sg9bxcUYnOmNHJxZS5wsFDFaVoPeG68WAuhsqwbIBSo/b9fjEnTwY2mTSD+uA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false - /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.26): + /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.27): resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} peerDependencies: postcss: ^8.0.3 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: false - /postcss-reporter@7.0.5(postcss@8.4.26): + /postcss-reporter@7.0.5(postcss@8.4.27): resolution: {integrity: sha512-glWg7VZBilooZGOFPhN9msJ3FQs19Hie7l5a/eE6WglzYqVeH3ong3ShFcp9kDWJT1g2Y/wd59cocf9XxBtkWA==} engines: {node: '>=10'} peerDependencies: postcss: ^8.1.0 dependencies: picocolors: 1.0.0 - postcss: 8.4.26 + postcss: 8.4.27 thenby: 1.3.4 dev: false @@ -7494,13 +7489,13 @@ packages: postcss: 8.4.27 dev: false - /postcss-selector-not@7.0.1(postcss@8.4.26): + /postcss-selector-not@7.0.1(postcss@8.4.27): resolution: {integrity: sha512-1zT5C27b/zeJhchN7fP0kBr16Cc61mu7Si9uWWLoA3Px/D9tIJPKchJCkUH3tPO5D0pCFmGeApAv8XpXBQJ8SQ==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: false @@ -7522,14 +7517,6 @@ packages: /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss@8.4.26: - resolution: {integrity: sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - /postcss@8.4.27: resolution: {integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==} engines: {node: ^10 || ^12 || >=14} @@ -7944,6 +7931,15 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + /resolve@1.22.3: + resolution: {integrity: sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==} + hasBin: true + dependencies: + is-core-module: 2.12.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: false + /resolve@2.0.0-next.4: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true @@ -8447,7 +8443,7 @@ packages: resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} dev: false - /stylelint-config-recommended-scss@12.0.0(postcss@8.4.27)(stylelint@15.10.1): + /stylelint-config-recommended-scss@12.0.0(postcss@8.4.27)(stylelint@15.10.2): resolution: {integrity: sha512-5Bb2mlGy6WLa30oNeKpZvavv2lowJUsUJO25+OA68GFTemlwd1zbFsL7q0bReKipOSU3sG47hKneZ6Nd+ctrFA==} peerDependencies: postcss: ^8.3.3 @@ -8458,29 +8454,29 @@ packages: dependencies: postcss: 8.4.27 postcss-scss: 4.0.6(postcss@8.4.27) - stylelint: 15.10.1 - stylelint-config-recommended: 12.0.0(stylelint@15.10.1) - stylelint-scss: 5.0.1(stylelint@15.10.1) + stylelint: 15.10.2 + stylelint-config-recommended: 12.0.0(stylelint@15.10.2) + stylelint-scss: 5.0.1(stylelint@15.10.2) dev: false - /stylelint-config-recommended@12.0.0(stylelint@15.10.1): + /stylelint-config-recommended@12.0.0(stylelint@15.10.2): resolution: {integrity: sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==} peerDependencies: stylelint: ^15.5.0 dependencies: - stylelint: 15.10.1 + stylelint: 15.10.2 dev: false - /stylelint-config-recommended@13.0.0(stylelint@15.10.1): + /stylelint-config-recommended@13.0.0(stylelint@15.10.2): resolution: {integrity: sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==} engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: stylelint: ^15.10.0 dependencies: - stylelint: 15.10.1 + stylelint: 15.10.2 dev: false - /stylelint-config-standard-scss@10.0.0(postcss@8.4.27)(stylelint@15.10.1): + /stylelint-config-standard-scss@10.0.0(postcss@8.4.27)(stylelint@15.10.2): resolution: {integrity: sha512-bChBEo1p3xUVWh/wenJI+josoMk21f2yuLDGzGjmKYcALfl2u3DFltY+n4UHswYiXghqXaA8mRh+bFy/q1hQlg==} peerDependencies: postcss: ^8.3.3 @@ -8490,40 +8486,40 @@ packages: optional: true dependencies: postcss: 8.4.27 - stylelint: 15.10.1 - stylelint-config-recommended-scss: 12.0.0(postcss@8.4.27)(stylelint@15.10.1) - stylelint-config-standard: 33.0.0(stylelint@15.10.1) + stylelint: 15.10.2 + stylelint-config-recommended-scss: 12.0.0(postcss@8.4.27)(stylelint@15.10.2) + stylelint-config-standard: 33.0.0(stylelint@15.10.2) dev: false - /stylelint-config-standard@33.0.0(stylelint@15.10.1): + /stylelint-config-standard@33.0.0(stylelint@15.10.2): resolution: {integrity: sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg==} peerDependencies: stylelint: ^15.5.0 dependencies: - stylelint: 15.10.1 - stylelint-config-recommended: 12.0.0(stylelint@15.10.1) + stylelint: 15.10.2 + stylelint-config-recommended: 12.0.0(stylelint@15.10.2) dev: false - /stylelint-config-standard@34.0.0(stylelint@15.10.1): + /stylelint-config-standard@34.0.0(stylelint@15.10.2): resolution: {integrity: sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==} engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: stylelint: ^15.10.0 dependencies: - stylelint: 15.10.1 - stylelint-config-recommended: 13.0.0(stylelint@15.10.1) + stylelint: 15.10.2 + stylelint-config-recommended: 13.0.0(stylelint@15.10.2) dev: false - /stylelint-high-performance-animation@1.8.0(stylelint@15.10.1): + /stylelint-high-performance-animation@1.8.0(stylelint@15.10.2): resolution: {integrity: sha512-wxHt+F7Z54mtGZpbdMwUtpfQwr81uiml39EFCCdZAbVnEO7Wl0Mh5ncmgbxH42xpB5z79eIgHI62qtKfUmWzhg==} peerDependencies: stylelint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 dependencies: postcss-value-parser: 4.2.0 - stylelint: 15.10.1 + stylelint: 15.10.2 dev: false - /stylelint-no-unsupported-browser-features@7.0.0(stylelint@15.10.1): + /stylelint-no-unsupported-browser-features@7.0.0(stylelint@15.10.2): resolution: {integrity: sha512-O5VYlBhr+lpJ6jeTJSy+SMbHJhW5h5EJxsoicYcTi/07m45V/CF1mQidwRQLjv8y9BFQMpioWz60O89IkmbaNw==} engines: {node: '>=16'} peerDependencies: @@ -8532,20 +8528,20 @@ packages: doiuse: 6.0.2 lodash: 4.17.21 postcss: 8.4.27 - stylelint: 15.10.1 + stylelint: 15.10.2 dev: false - /stylelint-order@6.0.3(stylelint@15.10.1): + /stylelint-order@6.0.3(stylelint@15.10.2): resolution: {integrity: sha512-1j1lOb4EU/6w49qZeT2SQVJXm0Ht+Qnq9GMfUa3pMwoyojIWfuA+JUDmoR97Bht1RLn4ei0xtLGy87M7d29B1w==} peerDependencies: stylelint: ^14.0.0 || ^15.0.0 dependencies: postcss: 8.4.27 postcss-sorting: 8.0.2(postcss@8.4.27) - stylelint: 15.10.1 + stylelint: 15.10.2 dev: false - /stylelint-scss@5.0.1(stylelint@15.10.1): + /stylelint-scss@5.0.1(stylelint@15.10.2): resolution: {integrity: sha512-n87iCRZrr2J7//I/QFsDXxFLnHKw633U4qvWZ+mOW6KDAp/HLj06H+6+f9zOuTYy+MdGdTuCSDROCpQIhw5fvQ==} peerDependencies: stylelint: ^14.5.1 || ^15.0.0 @@ -8554,11 +8550,11 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 - stylelint: 15.10.1 + stylelint: 15.10.2 dev: false - /stylelint@15.10.1: - resolution: {integrity: sha512-CYkzYrCFfA/gnOR+u9kJ1PpzwG10WLVnoxHDuBA/JiwGqdM9+yx9+ou6SE/y9YHtfv1mcLo06fdadHTOx4gBZQ==} + /stylelint@15.10.2: + resolution: {integrity: sha512-UxqSb3hB74g4DTO45QhUHkJMjKKU//lNUAOWyvPBVPZbCknJ5HjOWWZo+UDuhHa9FLeVdHBZXxu43eXkjyIPWg==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -9204,17 +9200,6 @@ packages: escalade: 3.1.1 picocolors: 1.0.0 - /update-browserslist-db@1.0.11(browserslist@4.21.9): - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.21.9 - escalade: 3.1.1 - picocolors: 1.0.0 - dev: false - /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: