Skip to content

Commit

Permalink
build(deps): bump @types/node from 22.4.0 to 22.4.1
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.4.0 to 22.4.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tadayosi committed Aug 21, 2024
1 parent 00e2cd9 commit 153f6dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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": "^4.17.14",
"@types/jest": "^29.5.12",
"@types/node": "^22.4.0",
"@types/node": "^22.4.1",
"axios": "^1.7.4",
"express": "^4.18.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 @@ -49,7 +49,7 @@
"@types/dagre-layout": "^0.8.5",
"@types/jest": "^29.5.12",
"@types/jquery": "^3.5.30",
"@types/node": "^22.4.0",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ __metadata:
"@bitauth/libauth": "npm:^3.0.0"
"@types/express": "npm:^4.17.14"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.4.0"
"@types/node": "npm:^22.4.1"
axios: "npm:^1.7.4"
commit-and-tag-version: "npm:^12.4.1"
concurrently: "npm:^8.2.2"
Expand Down Expand Up @@ -819,7 +819,7 @@ __metadata:
"@types/dagre-layout": "npm:^0.8.5"
"@types/jest": "npm:^29.5.12"
"@types/jquery": "npm:^3.5.30"
"@types/node": "npm:^22.4.0"
"@types/node": "npm:^22.4.1"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
"@types/react-router-dom": "npm:^5.3.3"
Expand Down Expand Up @@ -2550,12 +2550,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.4.0":
version: 22.4.0
resolution: "@types/node@npm:22.4.0"
"@types/node@npm:^22.4.1":
version: 22.4.1
resolution: "@types/node@npm:22.4.1"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/0b6ccc86856b8473f4d536491edc2ba21386d194219ee84024ef2b2ab054296f0b37a4f52719af797227132853cff065977992e353754a195cd86aea2e128cc7
checksum: 10/cce9221aea24688bccc3d7c25afd26d95c1bdab73a32ee5c43bb456e070116abf6ba537a9ff19c728bc06fe054e69a2c7ec8e5d818e34a3bf9567eae2cb20059
languageName: node
linkType: hard

Expand Down

0 comments on commit 153f6dc

Please sign in to comment.