Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

chore(deps): update dependency @types/node to v18.19.39 #98

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 @@ -25,7 +25,7 @@
"devDependencies": {
"@augu/eslint-config": "4.0.1",
"@augu/tsconfig": "1.1.1",
"@types/node": "18.13.0",
"@types/node": "18.19.39",
"@types/semver": "7.3.13",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ __metadata:
"@augu/eslint-config": 4.0.1
"@augu/tsconfig": 1.1.1
"@noelware/utils": 2.2.1
"@types/node": 18.13.0
"@types/node": 18.19.39
"@types/semver": 7.3.13
"@typescript-eslint/eslint-plugin": 5.52.0
"@typescript-eslint/parser": 5.52.0
Expand Down Expand Up @@ -429,10 +429,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.13.0":
version: 18.13.0
resolution: "@types/node@npm:18.13.0"
checksum: 4ea10f8802848b01672bce938f678b6774ca2cee0c9774f12275ab064ae07818419c3e2e41d6257ce7ba846d1ea26c63214aa1dfa4166fa3746291752b8c6416
"@types/node@npm:18.19.39":
version: 18.19.39
resolution: "@types/node@npm:18.19.39"
dependencies:
undici-types: ~5.26.4
checksum: d1de755983127b405458c427ae2cf77c89d120a617ca70999086a75fb0b6c6dbc1bdddfe1a8a7374c9ae55ed0589a2bd023ffb3b09ee25440c013afc6502dfe6
languageName: node
linkType: hard

Expand Down Expand Up @@ -3334,6 +3336,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down
Loading