Skip to content

Commit ccb6cc9

Browse files
Bump the development group across 1 directory with 10 updates
Bumps the development group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.2.0` | `3.3.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.12.0` | `22.13.9` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.8` | `19.0.10` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.3` | `19.0.4` | | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.21.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.6` | `15.2.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.1` | `10.0.2` | | [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.3` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` | Updates `@eslint/eslintrc` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.2.0...v3.3.0) Updates `@types/node` from 22.12.0 to 22.13.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.0.8 to 19.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 19.0.3 to 19.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `eslint` from 9.19.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.21.0) Updates `eslint-config-next` from 15.1.6 to 15.2.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.0/packages/eslint-config-next) Updates `eslint-config-prettier` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.0.1...v10.0.2) Updates `postcss` from 8.5.1 to 8.5.3 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.1...8.5.3) Updates `prettier` from 3.4.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.3) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10635f6 commit ccb6cc9

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@
5252
"zod": "^3.24.1"
5353
},
5454
"devDependencies": {
55-
"@eslint/eslintrc": "^3.2.0",
55+
"@eslint/eslintrc": "^3.3.0",
5656
"@tailwindcss/container-queries": "^0.1.1",
5757
"@tailwindcss/forms": "^0.5.10",
5858
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
59-
"@types/node": "^22.12.0",
60-
"@types/react": "^19.0.8",
61-
"@types/react-dom": "^19.0.3",
59+
"@types/node": "^22.13.9",
60+
"@types/react": "^19.0.10",
61+
"@types/react-dom": "^19.0.4",
6262
"autoprefixer": "^10.4.20",
63-
"eslint": "^9.19.0",
64-
"eslint-config-next": "^15.1.6",
65-
"eslint-config-prettier": "^10.0.1",
63+
"eslint": "^9.21.0",
64+
"eslint-config-next": "^15.2.0",
65+
"eslint-config-prettier": "^10.0.2",
6666
"eslint-plugin-prettier": "^5.2.3",
6767
"file-loader": "^6.2.0",
68-
"postcss": "^8.5.1",
69-
"prettier": "^3.4.2",
68+
"postcss": "^8.5.3",
69+
"prettier": "^3.5.3",
7070
"prettier-plugin-tailwindcss": "^0.6.11",
7171
"tailwindcss": "^3.4.17",
72-
"typescript": "^5.7.3"
72+
"typescript": "^5.8.2"
7373
},
7474
"resolutions": {
7575
"qrcode-with-logos": "1.0.3"

yarn.lock

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -103,26 +103,26 @@
103103
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
104104
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
105105

106-
"@eslint/config-array@^0.19.0":
107-
version "0.19.1"
108-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.1.tgz#734aaea2c40be22bbb1f2a9dac687c57a6a4c984"
109-
integrity sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==
106+
"@eslint/config-array@^0.19.2":
107+
version "0.19.2"
108+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
109+
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
110110
dependencies:
111-
"@eslint/object-schema" "^2.1.5"
111+
"@eslint/object-schema" "^2.1.6"
112112
debug "^4.3.1"
113113
minimatch "^3.1.2"
114114

115-
"@eslint/core@^0.10.0":
116-
version "0.10.0"
117-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
118-
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
115+
"@eslint/core@^0.12.0":
116+
version "0.12.0"
117+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
118+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
119119
dependencies:
120120
"@types/json-schema" "^7.0.15"
121121

122-
"@eslint/eslintrc@^3.2.0":
123-
version "3.2.0"
124-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
125-
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
122+
"@eslint/eslintrc@^3.3.0":
123+
version "3.3.0"
124+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
125+
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
126126
dependencies:
127127
ajv "^6.12.4"
128128
debug "^4.3.2"
@@ -134,22 +134,22 @@
134134
minimatch "^3.1.2"
135135
strip-json-comments "^3.1.1"
136136

137-
"@eslint/js@9.19.0":
138-
version "9.19.0"
139-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
140-
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
137+
"@eslint/js@9.21.0":
138+
version "9.21.0"
139+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
140+
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
141141

142-
"@eslint/object-schema@^2.1.5":
143-
version "2.1.5"
144-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"
145-
integrity sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==
142+
"@eslint/object-schema@^2.1.6":
143+
version "2.1.6"
144+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
145+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
146146

147-
"@eslint/plugin-kit@^0.2.5":
148-
version "0.2.5"
149-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
150-
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
147+
"@eslint/plugin-kit@^0.2.7":
148+
version "0.2.7"
149+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
150+
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
151151
dependencies:
152-
"@eslint/core" "^0.10.0"
152+
"@eslint/core" "^0.12.0"
153153
levn "^0.4.1"
154154

155155
"@ethersproject/abi@5.7.0", "@ethersproject/abi@^5.7.0":
@@ -563,10 +563,10 @@
563563
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
564564
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
565565

566-
"@humanwhocodes/retry@^0.4.1":
567-
version "0.4.1"
568-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
569-
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
566+
"@humanwhocodes/retry@^0.4.2":
567+
version "0.4.2"
568+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
569+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
570570

571571
"@img/sharp-darwin-arm64@0.33.5":
572572
version "0.33.5"
@@ -735,10 +735,10 @@
735735
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.1.6.tgz#2fa863d8c568a56b1c8328a86e621b8bdd4f2a20"
736736
integrity sha512-d9AFQVPEYNr+aqokIiPLNK/MTyt3DWa/dpKveiAaVccUadFbhFEvY6FXYX2LJO2Hv7PHnLBu2oWwB4uBuHjr/w==
737737

738-
"@next/eslint-plugin-next@15.1.6":
739-
version "15.1.6"
740-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.6.tgz#1d6d0fd21f58a650821bafeb3a205b25276ce5e3"
741-
integrity sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==
738+
"@next/eslint-plugin-next@15.2.0":
739+
version "15.2.0"
740+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.2.0.tgz#051269307e1c6926ef4bffa771c21058984dbeb7"
741+
integrity sha512-jHFUG2OwmAuOASqq253RAEG/5BYcPHn27p1NoWZDCf4OdvdK0yRYWX92YKkL+Mk2s+GyJrmd/GATlL5b2IySpw==
742742
dependencies:
743743
fast-glob "3.3.1"
744744

@@ -1506,10 +1506,10 @@
15061506
dependencies:
15071507
undici-types "~5.26.4"
15081508

1509-
"@types/node@^22.12.0":
1510-
version "22.12.0"
1511-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
1512-
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
1509+
"@types/node@^22.13.9":
1510+
version "22.13.9"
1511+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
1512+
integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
15131513
dependencies:
15141514
undici-types "~6.20.0"
15151515

@@ -1528,15 +1528,15 @@
15281528
dependencies:
15291529
"@types/pouchdb-core" "*"
15301530

1531-
"@types/react-dom@^19.0.3":
1532-
version "19.0.3"
1533-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
1534-
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==
1531+
"@types/react-dom@^19.0.4":
1532+
version "19.0.4"
1533+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.4.tgz#bedba97f9346bd4c0fe5d39e689713804ec9ac89"
1534+
integrity sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==
15351535

1536-
"@types/react@^19.0.8":
1537-
version "19.0.8"
1538-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.8.tgz#7098e6159f2a61e4f4cef2c1223c044a9bec590e"
1539-
integrity sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==
1536+
"@types/react@^19.0.10":
1537+
version "19.0.10"
1538+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.10.tgz#d0c66dafd862474190fe95ce11a68de69ed2b0eb"
1539+
integrity sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==
15401540
dependencies:
15411541
csstype "^3.0.2"
15421542

@@ -3024,12 +3024,12 @@ escape-string-regexp@^4.0.0:
30243024
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
30253025
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
30263026

3027-
eslint-config-next@^15.1.6:
3028-
version "15.1.6"
3029-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.1.6.tgz#c056b7325dc70a247895c7c85515ebaae2bab35d"
3030-
integrity sha512-Wd1uy6y7nBbXUSg9QAuQ+xYEKli5CgUhLjz1QHW11jLDis5vK5XB3PemL6jEmy7HrdhaRFDz+GTZ/3FoH+EUjg==
3027+
eslint-config-next@^15.2.0:
3028+
version "15.2.0"
3029+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.2.0.tgz#b5e5165872d092b5901489a9a7f001f7b95612f9"
3030+
integrity sha512-LkG0KKpinAoNPk2HXSx0fImFb/hQ6RnhSxTkpJFTkQ0SmnzsbRsjjN95WC/mDY34nKOenpptYEVvfkCR/h+VjA==
30313031
dependencies:
3032-
"@next/eslint-plugin-next" "15.1.6"
3032+
"@next/eslint-plugin-next" "15.2.0"
30333033
"@rushstack/eslint-patch" "^1.10.3"
30343034
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
30353035
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -3040,10 +3040,10 @@ eslint-config-next@^15.1.6:
30403040
eslint-plugin-react "^7.37.0"
30413041
eslint-plugin-react-hooks "^5.0.0"
30423042

3043-
eslint-config-prettier@^10.0.1:
3044-
version "10.0.1"
3045-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
3046-
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
3043+
eslint-config-prettier@^10.0.2:
3044+
version "10.0.2"
3045+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz#47444de8aa104ce82c2f91ad2a5e96b62c01e20d"
3046+
integrity sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==
30473047

30483048
eslint-import-resolver-node@^0.3.6, eslint-import-resolver-node@^0.3.9:
30493049
version "0.3.9"
@@ -3176,21 +3176,21 @@ eslint-visitor-keys@^4.2.0:
31763176
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
31773177
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
31783178

3179-
eslint@^9.19.0:
3180-
version "9.19.0"
3181-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
3182-
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
3179+
eslint@^9.21.0:
3180+
version "9.21.0"
3181+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
3182+
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
31833183
dependencies:
31843184
"@eslint-community/eslint-utils" "^4.2.0"
31853185
"@eslint-community/regexpp" "^4.12.1"
3186-
"@eslint/config-array" "^0.19.0"
3187-
"@eslint/core" "^0.10.0"
3188-
"@eslint/eslintrc" "^3.2.0"
3189-
"@eslint/js" "9.19.0"
3190-
"@eslint/plugin-kit" "^0.2.5"
3186+
"@eslint/config-array" "^0.19.2"
3187+
"@eslint/core" "^0.12.0"
3188+
"@eslint/eslintrc" "^3.3.0"
3189+
"@eslint/js" "9.21.0"
3190+
"@eslint/plugin-kit" "^0.2.7"
31913191
"@humanfs/node" "^0.16.6"
31923192
"@humanwhocodes/module-importer" "^1.0.1"
3193-
"@humanwhocodes/retry" "^0.4.1"
3193+
"@humanwhocodes/retry" "^0.4.2"
31943194
"@types/estree" "^1.0.6"
31953195
"@types/json-schema" "^7.0.15"
31963196
ajv "^6.12.4"
@@ -5240,10 +5240,10 @@ postcss@8.4.31:
52405240
picocolors "^1.0.0"
52415241
source-map-js "^1.0.2"
52425242

5243-
postcss@^8.4.47, postcss@^8.5.1:
5244-
version "8.5.1"
5245-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
5246-
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
5243+
postcss@^8.4.47, postcss@^8.5.3:
5244+
version "8.5.3"
5245+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
5246+
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
52475247
dependencies:
52485248
nanoid "^3.3.8"
52495249
picocolors "^1.1.1"
@@ -5372,10 +5372,10 @@ prettier-plugin-tailwindcss@^0.6.11:
53725372
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.11.tgz#cfacd60c4f81997353ee913e589037f796df0f5f"
53735373
integrity sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==
53745374

5375-
prettier@^3.4.2:
5376-
version "3.4.2"
5377-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
5378-
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
5375+
prettier@^3.5.3:
5376+
version "3.5.3"
5377+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
5378+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
53795379

53805380
process-nextick-args@~2.0.0:
53815381
version "2.0.1"
@@ -6345,10 +6345,10 @@ typed-array-length@^1.0.7:
63456345
possible-typed-array-names "^1.0.0"
63466346
reflect.getprototypeof "^1.0.6"
63476347

6348-
typescript@^5.7.3:
6349-
version "5.7.3"
6350-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
6351-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
6348+
typescript@^5.8.2:
6349+
version "5.8.2"
6350+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
6351+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
63526352

63536353
uint8arrays@^3.0.0:
63546354
version "3.1.1"

0 commit comments

Comments
 (0)