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

chore(deps): update dependency @types/node to v20.17.30 #120

Open
wants to merge 1 commit into
base: master
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 @@ -33,7 +33,7 @@
"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.15",
"@types/node": "20.17.30",
"@types/qs": "6.9.15",
"esbuild": "^0.23.0",
"jest": "29.7.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1253,12 +1253,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.14.15":
version: 20.14.15
resolution: "@types/node@npm:20.14.15"
"@types/node@npm:20.17.30":
version: 20.17.30
resolution: "@types/node@npm:20.17.30"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/093713db52dc544f3931a3dec9d7d8ef661f323e57becd083a7918c778cef1eb6ec32d1017bf5ade06bb06dc5c7551f4f4d749a14e40868cce44d51e54acd8ed
undici-types: "npm:~6.19.2"
checksum: 10c0/649782c7822367d751472d70c948bcc50cded1a4744610f706f81cd54e1fc015523567d7e3e17f6b19e3e2797f6f23b653e898bdb4a2f21f8759ceba49976310
languageName: node
linkType: hard

Expand Down Expand Up @@ -4625,6 +4625,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

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down Expand Up @@ -4827,7 +4834,7 @@ __metadata:
dependencies:
"@rollup/plugin-json": "npm:^6.0.0"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.14.15"
"@types/node": "npm:20.17.30"
"@types/qs": "npm:6.9.15"
axios: "npm:^1.2.2"
esbuild: "npm:^0.23.0"
Expand Down