Skip to content

Commit

Permalink
⬆️ Update dependency @types/node to ^18.18.5 (#4319)
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 16, 2023
1 parent 971d3ab commit 2bce65e
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.4",
"@types/node": "^18.18.5",
"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.4",
"@types/node": "^18.18.5",
"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.4",
"@types/node": "^18.18.5",
"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.4
"@types/node": ^18.18.5
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.4
"@types/node": ^18.18.5
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.4":
version: 18.18.4
resolution: "@types/node@npm:18.18.4"
checksum: 4901e91c4cc479bb58acbcd79236a97a0ad6db4a53cb1f4ba4cf32af15324c61b16faa6e31c1b09bf538a20feb5f5274239157ce5237f5741db0b9ab71e69c52
"@types/node@npm:^18.18.5":
version: 18.18.5
resolution: "@types/node@npm:18.18.5"
checksum: fc8c9b2bf226270cf9085a7dac76ce09dd7c3519ec9b687ee2b50385954ab3709c45ca82d002d1536e24286803cd194d7ab7008acebdcd6681b8b19d4277fa5c
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.4
"@types/node": ^18.18.5
buffer: ^6.0.3
cross-env: ^7.0.3
glob: ^10.3.10
Expand Down

0 comments on commit 2bce65e

Please sign in to comment.