Skip to content

Commit

Permalink
⬆️ Update dependency @types/node to ^18.18.3 (#4292)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 1f50b64 commit f9cc393
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ava": ">=4.0.0"
},
"devDependencies": {
"@types/node": "^18.18.1",
"@types/node": "^18.18.3",
"ava": "^5.3.1",
"esm": "^3.2.25",
"fast-check": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.38.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.1",
"@types/node": "^18.18.3",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"glob": "^10.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@fast-check/worker": "workspace:*",
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
"@types/node": "^18.18.1",
"@types/node": "^18.18.3",
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fast-check/ava@workspace:packages/ava"
dependencies:
"@types/node": ^18.18.1
"@types/node": ^18.18.3
ava: ^5.3.1
esm: ^3.2.25
fast-check: "workspace:*"
Expand Down Expand Up @@ -2770,7 +2770,7 @@ __metadata:
"@fast-check/worker": "workspace:*"
"@jest/expect": ^29.7.0
"@jest/globals": ^29.7.0
"@types/node": ^18.18.1
"@types/node": ^18.18.3
fast-check: "workspace:*"
jest: ^29.7.0
jest-jasmine2: ^29.7.0
Expand Down Expand Up @@ -4425,10 +4425,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.18.1":
version: 18.18.1
resolution: "@types/node@npm:18.18.1"
checksum: 079085afc8615b91727900628410a2077f7fff51c5c3e20c4ab2d9caae4010b035aac13dae1221155e9d6ca46084aebf68121642140527b4009eee17b716d339
"@types/node@npm:^18.18.3":
version: 18.18.3
resolution: "@types/node@npm:18.18.3"
checksum: ed97a832179e0cfbb93738021fe16d0bc5c0f34bea35269c23c9dd5f0ecc8be93dbe5efd51630189a099b31786a47c1bde115508831a7245613a55c3ad1a7d6b
languageName: node
linkType: hard

Expand Down Expand Up @@ -8550,7 +8550,7 @@ __metadata:
"@fast-check/poisoning": "workspace:*"
"@microsoft/api-extractor": ^7.38.0
"@types/jest": ^29.5.5
"@types/node": ^18.18.1
"@types/node": ^18.18.3
buffer: ^6.0.3
cross-env: ^7.0.3
glob: ^10.3.10
Expand Down

0 comments on commit f9cc393

Please sign in to comment.