Skip to content

chore(deps): bump @types/node from 20.14.10 to 22.4.2 #879

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

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/babel__preset-env": "^7",
"@types/file-saver": "^2.0.7",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.14.10",
"@types/node": "^22.4.2",
"@types/react": "18.3.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-text-truncate": "^0.14.1",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2214,12 +2214,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.10":
version: 20.14.10
resolution: "@types/node@npm:20.14.10"
"@types/node@npm:^22.4.2":
version: 22.4.2
resolution: "@types/node@npm:22.4.2"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/0b06cff14365c2d0085dc16cc8cbea5c40ec09cfc1fea966be9eeecf35562760bfde8f88e86de6edfaf394501236e229d9c1084fad04fb4dec472ae245d8ae69
undici-types: "npm:~6.19.2"
checksum: 10c0/db583e83230eed29eb73e24cc03637f5bdc8c01883ae0ba0a6ab9356065f93d0355a91ad1c89b985631006bd77c529d6a3ce042b3667b69c8851d05e1f965db1
languageName: node
linkType: hard

Expand Down Expand Up @@ -6625,7 +6625,7 @@ __metadata:
"@types/babel__preset-env": "npm:^7"
"@types/file-saver": "npm:^2.0.7"
"@types/js-yaml": "npm:^4.0.5"
"@types/node": "npm:^20.14.10"
"@types/node": "npm:^22.4.2"
"@types/react": "npm:18.3.3"
"@types/react-syntax-highlighter": "npm:^15.5.13"
"@types/react-text-truncate": "npm:^0.14.1"
Expand Down Expand Up @@ -9765,6 +9765,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

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