Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @types/node from 22.4.1 to 22.4.2 #1076

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1",
"@types/node": "^22.4.2",
"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.1",
"@types/node": "^22.4.2",
"@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.1"
"@types/node": "npm:^22.4.2"
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.1"
"@types/node": "npm:^22.4.2"
"@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.1":
version: 22.4.1
resolution: "@types/node@npm:22.4.1"
"@types/node@npm:^22.4.2":
version: 22.4.2
resolution: "@types/node@npm:22.4.2"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/cce9221aea24688bccc3d7c25afd26d95c1bdab73a32ee5c43bb456e070116abf6ba537a9ff19c728bc06fe054e69a2c7ec8e5d818e34a3bf9567eae2cb20059
checksum: 10/b166dbf77da448c61e800d5adb3e6b1f6df0677edc5d0f686f7a17cf6a2500eb4966a23112cb37378be3344ce3156aec8cf4918fc49dc8cd401724aaeec74cc0
languageName: node
linkType: hard

Expand Down
Loading