Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.11.30 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent b3bb077 commit 2d46a91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@pob/eslint-config-typescript": "54.0.1",
"@pob/root": "9.2.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.29",
"@types/node": "20.11.30",
"check-package-dependencies": "7.1.1",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@babel/core": "7.24.1",
"@types/node": "20.11.29",
"@types/node": "20.11.30",
"pob-babel": "38.0.3",
"typescript": "5.4.2"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3025,12 +3025,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.11.29, @types/node@npm:>=18.0.0":
version: 20.11.29
resolution: "@types/node@npm:20.11.29"
"@types/node@npm:*, @types/node@npm:20.11.30, @types/node@npm:>=18.0.0":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/b839bad64b2d0e2b4a2d09a53c019ac06c732ac66ea88f3a86a9d2f28a789caf8fd56b888f577183459733abfa1b77e4bf6986cde18b2ec63e1939427aa0d387
checksum: 10c0/867cfaf969c6d8850d8d7304e7ab739898a50ecb1395b61ff2335644f5f48d7a46fbc4a14cee967aed65ec134b61a746edae70d1f32f11321ccf29165e3bc4e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -8568,7 +8568,7 @@ __metadata:
"@pob/eslint-config-typescript": "npm:54.0.1"
"@pob/root": "npm:9.2.0"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.11.29"
"@types/node": "npm:20.11.30"
check-package-dependencies: "npm:7.1.1"
eslint: "npm:8.57.0"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -8629,7 +8629,7 @@ __metadata:
resolution: "nightingale-slack@workspace:packages/nightingale-slack"
dependencies:
"@babel/core": "npm:7.24.1"
"@types/node": "npm:20.11.29"
"@types/node": "npm:20.11.30"
nightingale-levels: "npm:15.0.0"
nightingale-markdown-formatter: "npm:15.0.0"
nightingale-raw-formatter: "npm:15.0.0"
Expand Down

0 comments on commit 2d46a91

Please sign in to comment.