Skip to content

Commit 2a97071

Browse files
authored
Merge pull request #2671 from caiocampos/dependabot/npm_and_yarn/types/node-24.2.0
chore(deps-dev): bump @types/node from 24.1.0 to 24.2.0
2 parents 2bdad5e + c6fa7b1 commit 2a97071

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@tailwindcss/postcss": "^4.1.11",
35-
"@types/node": "^24.1",
35+
"@types/node": "^24.2",
3636
"@types/react": "^19.1",
3737
"@types/react-dom": "^19.1",
3838
"eslint": "^9.32",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -875,12 +875,12 @@
875875
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
876876
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
877877

878-
"@types/node@^24.1":
879-
version "24.1.0"
880-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.1.0.tgz#0993f7dc31ab5cc402d112315b463e383d68a49c"
881-
integrity sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==
878+
"@types/node@^24.2":
879+
version "24.2.0"
880+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.2.0.tgz#cde712f88c5190006d6b069232582ecd1f94a760"
881+
integrity sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==
882882
dependencies:
883-
undici-types "~7.8.0"
883+
undici-types "~7.10.0"
884884

885885
"@types/react-dom@^19.1":
886886
version "19.1.7"
@@ -3578,10 +3578,10 @@ unbox-primitive@^1.1.0:
35783578
has-symbols "^1.1.0"
35793579
which-boxed-primitive "^1.1.1"
35803580

3581-
undici-types@~7.8.0:
3582-
version "7.8.0"
3583-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
3584-
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
3581+
undici-types@~7.10.0:
3582+
version "7.10.0"
3583+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350"
3584+
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
35853585

35863586
unrs-resolver@^1.6.2:
35873587
version "1.11.1"

0 commit comments

Comments
 (0)