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

Bump @types/node from 22.9.1 to 22.9.3 #569

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/eslint": "^9",
"@types/jquery": "^3",
"@types/loadable__component": "^5.13.9",
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@types/prop-types": "^15",
"@types/react": "^17.0.35",
"@types/react-bootstrap": "^1.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2824,12 +2824,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.9.1":
version: 22.9.1
resolution: "@types/node@npm:22.9.1"
"@types/node@npm:^22.9.3":
version: 22.9.3
resolution: "@types/node@npm:22.9.3"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10/43fadcb3a914a1daff8e559839f235eec65fe80bfef5016b361dbc7952c9bc9d79456c78d89beab275a9e9e5accff37e838c019ab519f821f12c953cd6c24b50
checksum: 10/c32a03ff998b8c6cf7d653216508a92b1e6569dd5031ea6cfc2aaa8c75ebbf4172bf1602f0e1f673086e210787dc96667b99ba4d919bc151f9a1f88aeac42822
languageName: node
linkType: hard

Expand Down Expand Up @@ -11379,7 +11379,7 @@ __metadata:
"@types/eslint": "npm:^9"
"@types/jquery": "npm:^3"
"@types/loadable__component": "npm:^5.13.9"
"@types/node": "npm:^22.9.1"
"@types/node": "npm:^22.9.3"
"@types/prop-types": "npm:^15"
"@types/react": "npm:^17.0.35"
"@types/react-bootstrap": "npm:^1.0.1"
Expand Down
Loading