Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.10.6 (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 30, 2023
1 parent 0d6bed5 commit 03f4404
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 @@ -46,7 +46,7 @@
"@pob/eslint-config-typescript": "53.1.0",
"@pob/root": "8.12.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/node": "20.10.6",
"check-package-dependencies": "7.0.0",
"eslint": "8.56.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.23.7",
"@types/node": "20.10.5",
"@types/node": "20.10.6",
"pob-babel": "38.0.1",
"typescript": "5.3.3"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3012,12 +3012,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.10.5, @types/node@npm:>=18.0.0":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
"@types/node@npm:*, @types/node@npm:20.10.6, @types/node@npm:>=18.0.0":
version: 20.10.6
resolution: "@types/node@npm:20.10.6"
dependencies:
undici-types: "npm:~5.26.4"
checksum: be30609aae0bfe492097815f166ccc07f465220cb604647fa4e5ec05a1d16c012a41b82b5f11ecfe2485cbb479d4d20384b95b809ca0bcff6d94d5bbafa645bb
checksum: 6692ccfa8552ef60c4069fda3c8de726c23e8d403cdf788e3c7efa769987e80fbda5f02723dd857f9de7df24a5fa40b3ed4580ec3c5cbac04eba44cf7b2ab1dc
languageName: node
linkType: hard

Expand Down Expand Up @@ -8539,7 +8539,7 @@ __metadata:
"@pob/eslint-config-typescript": "npm:53.1.0"
"@pob/root": "npm:8.12.0"
"@types/jest": "npm:29.5.11"
"@types/node": "npm:20.10.5"
"@types/node": "npm:20.10.6"
check-package-dependencies: "npm:7.0.0"
eslint: "npm:8.56.0"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -8600,7 +8600,7 @@ __metadata:
resolution: "nightingale-slack@workspace:packages/nightingale-slack"
dependencies:
"@babel/core": "npm:7.23.7"
"@types/node": "npm:20.10.5"
"@types/node": "npm:20.10.6"
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 03f4404

Please sign in to comment.