Skip to content

Commit

Permalink
meta: update dependency @types/node to v20.8.4 (#16615)
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] committed Oct 9, 2023
1 parent a5482a3 commit 5cb6f17
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@ephys/eslint-config-typescript": "19.0.2",
"@rushstack/eslint-patch": "1.5.1",
"@types/node": "20.8.3",
"@types/node": "20.8.4",
"chai": "4.3.10",
"concurrently": "8.2.1",
"cross-env": "7.0.3",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ __metadata:
dependencies:
"@ephys/eslint-config-typescript": 19.0.2
"@rushstack/eslint-patch": 1.5.1
"@types/node": 20.8.3
"@types/node": 20.8.4
chai: 4.3.10
concurrently: 8.2.1
cross-env: 7.0.3
Expand Down Expand Up @@ -3148,10 +3148,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.8.3":
version: 20.8.3
resolution: "@types/node@npm:20.8.3"
checksum: bfb88b341faeb19f8fd37306a3bf433721b876c6491d10fcb0b13fd26601fa36ee45113dd82b1e1c23e3c957dff5b99f81a16493cefa03abe797e41a2487a4f7
"@types/node@npm:20.8.4":
version: 20.8.4
resolution: "@types/node@npm:20.8.4"
dependencies:
undici-types: ~5.25.1
checksum: 2106b9ef9750297cac68249428d7067c4d22c26908854165b70a164e34e900f4c34bb9bf3887c9391206b500d3e87171d03b1846e25788925236a0354390d278
languageName: node
linkType: hard

Expand Down Expand Up @@ -13141,6 +13143,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.25.1":
version: 5.25.3
resolution: "undici-types@npm:5.25.3"
checksum: ec9d2cc36520cbd9fbe3b3b6c682a87fe5be214699e1f57d1e3d9a2cb5be422e62735f06e0067dc325fd3dd7404c697e4d479f9147dc8a804e049e29f357f2ff
languageName: node
linkType: hard

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

0 comments on commit 5cb6f17

Please sign in to comment.