Skip to content

Commit

Permalink
⬆️ Update dependency @types/node to ^18.15.0 (#552)
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 Mar 10, 2023
1 parent a915b6a commit 4a32a1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/dubzzz/pure-rand#readme",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/node": "^18.15.0",
"cross-env": "^7.0.3",
"fast-check": "^3.7.0",
"jest": "^29.5.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,10 +910,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^18.14.6":
version: 18.14.6
resolution: "@types/node@npm:18.14.6"
checksum: 2f88f482cabadc6dbddd627a1674239e68c3c9beab56eb4ae2309fb96fd17fc3a509d99b0309bafe13b58529574f49ecf3a583f2ebe2896dd32fe4be436dc96e
"@types/node@npm:*, @types/node@npm:^18.15.0":
version: 18.15.0
resolution: "@types/node@npm:18.15.0"
checksum: d81372276dd5053b1743338b61a2178ff9722dc609189d01fc7d1c2acd539414039e0e4780678730514390dad3f29c366a28c29e8dbd5b0025651181f6dd6669
languageName: node
linkType: hard

Expand Down Expand Up @@ -3090,7 +3090,7 @@ __metadata:
resolution: "pure-rand@workspace:."
dependencies:
"@types/jest": ^29.4.0
"@types/node": ^18.14.6
"@types/node": ^18.15.0
cross-env: ^7.0.3
fast-check: ^3.7.0
jest: ^29.5.0
Expand Down

0 comments on commit 4a32a1d

Please sign in to comment.