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 v18.19.63 #145

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 @@ -46,7 +46,7 @@
"devDependencies": {
"@changesets/cli": "2.26.1",
"@types/glob": "8.1.0",
"@types/node": "18.15.5",
"@types/node": "18.19.63",
"dotenv": "16.0.3",
"glob": "9.3.2",
"prettier": "2.8.6",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ __metadata:
"@changesets/cli": 2.26.1
"@onehop/json-methods": ^1.2.0
"@types/glob": 8.1.0
"@types/node": 18.15.5
"@types/node": 18.19.63
cross-fetch: ^3.1.5
dotenv: 16.0.3
glob: 9.3.2
Expand Down Expand Up @@ -618,10 +618,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.15.5":
version: 18.15.5
resolution: "@types/node@npm:18.15.5"
checksum: 5fbf3453bd5ce1402bb2964e55d928fc8a8a7de5451b1b0fe66587fecb8a3eb86854ca9cefa5076a5971e2cff00e1773ceeb5d872a54f6c6ddfbbc1064b4e91a
"@types/node@npm:18.19.63":
version: 18.19.63
resolution: "@types/node@npm:18.19.63"
dependencies:
undici-types: ~5.26.4
checksum: e8599463dac68057c1a0629725d04ca53c1504549afacb0492120beb38bec92d43ee4b4657979fd12f77c06f6114285e95564afe2fccc9256f0ee5c5590a898c
languageName: node
linkType: hard

Expand Down Expand Up @@ -3963,6 +3965,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:^2.0.0":
version: 2.0.1
resolution: "unique-filename@npm:2.0.1"
Expand Down
Loading