Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.13.0 (#2547)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 73d0def commit a29f852
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"graphql-jit": "0.8.7",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"@types/ramda": "0.30.2",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"pagefind": "1.3.0",
"@theguild/tailwind-config": "0.6.2",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"cross-env": "7.0.3",
"postcss-import": "16.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5555,10 +5555,10 @@
dependencies:
"@types/unist" "*"

"@types/node@*", "@types/node@22.12.0", "@types/node@>=13.7.0":
version "22.12.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
"@types/node@*", "@types/node@22.13.0", "@types/node@>=13.7.0":
version "22.13.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
dependencies:
undici-types "~6.20.0"

Expand Down

0 comments on commit a29f852

Please sign in to comment.