Skip to content

Commit

Permalink
Bump @types/node from 22.12.0 to 22.13.0
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.12.0 to 22.13.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 4f626d7 commit 48722d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/ts-sdk/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.6",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/react": "^18.3.13",
"copy-webpack-plugin": "^12.0.2",
"typescript": "^5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"nx": "^20.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.3.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4419,7 +4419,7 @@ __metadata:
"@next/bundle-analyzer": "npm:^15.1.6"
"@orca-so/whirlpools": "npm:*"
"@solana/web3.js": "npm:^2.0.0"
"@types/node": "npm:^22.12.0"
"@types/node": "npm:^22.13.0"
"@types/react": "npm:^18.3.13"
copy-webpack-plugin: "npm:^12.0.2"
next: "npm:^15.1.6"
Expand Down Expand Up @@ -4457,7 +4457,7 @@ __metadata:
dependencies:
"@changesets/changelog-github": "npm:^0.5.0"
"@changesets/cli": "npm:^2.27.12"
"@types/node": "npm:^22.12.0"
"@types/node": "npm:^22.13.0"
nx: "npm:^20.3.3"
rimraf: "npm:^6.0.1"
tsup: "npm:^8.3.6"
Expand Down Expand Up @@ -6261,12 +6261,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.12.0":
version: 22.12.0
resolution: "@types/node@npm:22.12.0"
"@types/node@npm:^22.13.0":
version: 22.13.0
resolution: "@types/node@npm:22.13.0"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/be220706732d95db2ed1c441c1e64cab90bf9a47519ce6f4c79cc5a9ec9d5c517131a149a9ac30afac1a30103e67e3a00d453ba7c1b0141608a3a7ba6397c303
checksum: 10c0/9cf6358b2863ae7bf9588ca1cc3d87f6a6289c3880e95a046a188760666870e2c12502df8b0a473bec8aa8ffee85e025d60382a6104b10f197120793235b2c22
languageName: node
linkType: hard

Expand Down

0 comments on commit 48722d2

Please sign in to comment.