Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 18.19.31 to 22.9.3
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.9.3.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 1b76e6c commit 6077255
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 90 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 @@ -35,7 +35,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.9.3",
"typescript": "^4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.9.3",
"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 @@ -35,7 +35,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.9.3",
"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 @@ -35,7 +35,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.9.3",
"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 @@ -35,7 +35,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.9.3",
"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 @@ -35,7 +35,7 @@
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@types/node": "^22.9.3",
"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 @@ -45,7 +45,7 @@
"@aws-sdk/client-cognito-identity": "^3.590.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.9.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
Expand Down
103 changes: 21 additions & 82 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 @@ -33,7 +33,7 @@
"@swc/helpers": "~0.5.11",
"@theunderscorer/nx-semantic-release": "^2.11.0",
"@types/jest": "^29.5.12",
"@types/node": "20.12.7",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"husky": "^9.0.11",
Expand Down

0 comments on commit 6077255

Please sign in to comment.