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

Update dependency @types/node to v22.12.0 #1445

Merged
merged 1 commit into from
Jan 28, 2025
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@augu/eslint-config": "5.3.1",
"@augu/tsconfig": "1.2.0",
"@types/eslint": "9.6.1",
"@types/node": "22.10.10",
"@types/node": "22.12.0",
"@types/prettier": "3.0.0",
"@types/signale": "1.4.7",
"@typescript-eslint/eslint-plugin": "8.22.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ __metadata:
"@fontsource/inter": 5.1.1
"@fontsource/jetbrains-mono": 5.1.2
"@types/eslint": 9.6.1
"@types/node": 22.10.10
"@types/node": 22.12.0
"@types/prettier": 3.0.0
"@types/signale": 1.4.7
"@typescript-eslint/eslint-plugin": 8.22.0
Expand Down Expand Up @@ -1533,12 +1533,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.10.10":
version: 22.10.10
resolution: "@types/node@npm:22.10.10"
"@types/node@npm:22.12.0":
version: 22.12.0
resolution: "@types/node@npm:22.12.0"
dependencies:
undici-types: ~6.20.0
checksum: 4906f63dd1dcee6acc096b3336353e04a15746b639bbf4f585e3093851a17852a9ea0e302caef2d782c836adb3812e6eb3305b8783809320013a1d77798816b3
checksum: 2f6dd04abebc456900f7dab2311f63ab361818cd3ecf5078b72c63ed416a38a3e72711669a26cec070e0d2e09d7661976f7d1fa3fc029eb9383f0f7e421a1d55
languageName: node
linkType: hard

Expand Down
Loading