Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 18.19.31 to 22.12.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 18.19.31 to 22.12.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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 1dbc57f commit b9c46fc
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 97 deletions.
2 changes: 1 addition & 1 deletion clients/typescript/credential-issuance-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.12.0",
"typescript": "^4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.12.0",
"typescript": "^4.0"
}
}
2 changes: 1 addition & 1 deletion clients/typescript/iam-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.12.0",
"typescript": "^4.0"
}
}
2 changes: 1 addition & 1 deletion clients/typescript/iota-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.12.0",
"typescript": "^4.0"
}
}
2 changes: 1 addition & 1 deletion clients/typescript/login-configuration-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.12.0",
"typescript": "^4.0"
}
}
2 changes: 1 addition & 1 deletion clients/typescript/vault-data-manager-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.12.0",
"typescript": "^4.0"
}
}
2 changes: 1 addition & 1 deletion clients/typescript/wallets-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.12.0",
"typescript": "^4.0"
}
}
2 changes: 1 addition & 1 deletion libs/iota-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@aws-sdk/client-cognito-identity": "^3.590.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
Expand Down
106 changes: 18 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@swc/helpers": "~0.5.11",
"@theunderscorer/nx-semantic-release": "^2.12.0",
"@types/jest": "^29.5.12",
"@types/node": "20.12.7",
"@types/node": "22.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"jest": "^29.7.0",
Expand Down

0 comments on commit b9c46fc

Please sign in to comment.