Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 22, 2024
1 parent fe106a7 commit 4800bb3
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@preconstruct/cli": "2.8.2",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@types/node": "18.19.6",
"@types/node": "18.19.8",
"@types/semver": "7.5.6",
"check-node-version": "4.2.1",
"codecov": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"prom-client": "15.0.0",
"typescript": "5.3.3",
"@types/node": "18.19.6",
"@types/node": "18.19.8",
"@types/lodash.once": "4.1.9"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"tslib": "2.6.2"
},
"devDependencies": {
"@types/node": "18.19.6"
"@types/node": "18.19.8"
}
}
Loading

0 comments on commit 4800bb3

Please sign in to comment.