Skip to content

Commit

Permalink
build(deps): bump @types/node from 22.7.7 to 22.8.7
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.7.7 to 22.8.7.
- [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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent c1aa0ec commit 81750d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/backend-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@bitauth/libauth": "^3.0.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.7.7",
"@types/node": "^22.8.7",
"axios": "^1.7.7",
"express": "^4.21.1",
"js-logger": "^1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/dagre-layout": "^0.8.5",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.31",
"@types/node": "^22.7.7",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ __metadata:
"@bitauth/libauth": "npm:^3.0.0"
"@types/express": "npm:^5.0.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.7.7"
"@types/node": "npm:^22.8.7"
axios: "npm:^1.7.7"
commit-and-tag-version: "npm:^12.5.0"
concurrently: "npm:^9.0.1"
Expand Down Expand Up @@ -2044,7 +2044,7 @@ __metadata:
"@types/dagre-layout": "npm:^0.8.5"
"@types/jest": "npm:^29.5.14"
"@types/jquery": "npm:^3.5.31"
"@types/node": "npm:^22.7.7"
"@types/node": "npm:^22.8.7"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
"@types/react-router-dom": "npm:^5.3.3"
Expand Down Expand Up @@ -3872,12 +3872,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.7.7":
version: 22.7.7
resolution: "@types/node@npm:22.7.7"
"@types/node@npm:^22.8.7":
version: 22.8.7
resolution: "@types/node@npm:22.8.7"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/ada6c5f850fa09621e21923d7b17c3f3b5264c3b39c0953006f4a8b0b3d4b6d77ac02e2bbf8bae1d493abf81668804624470d895dd4483875fde8382b6eb7933
undici-types: "npm:~6.19.8"
checksum: 10/9c73d4cbcbf9773a5986421025c26d6139d8ab960317b3062fbb449c00dbe8197230334be550ffcdb6059bd25f4cb903546bace905155628537283a80c2075d5
languageName: node
linkType: hard

Expand Down Expand Up @@ -14797,6 +14797,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.1
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.1"
Expand Down

0 comments on commit 81750d9

Please sign in to comment.