Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent e892ace commit 88b00b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@chyzwar/eslint-config": "^0.2.0",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@types/node": "^20.11.5",
"@types/node": "^20.11.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@jest/globals": "^29.7.0",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/node": "^20.11.5",
"@types/node": "^20.11.11",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"typescript": "^5.3.3"
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ __metadata:
"@chyzwar/eslint-config": "npm:^0.2.0"
"@commitlint/cli": "npm:^18.5.0"
"@commitlint/config-conventional": "npm:^18.5.0"
"@types/node": "npm:^20.11.5"
"@types/node": "npm:^20.11.11"
"@typescript-eslint/eslint-plugin": "npm:^6.19.1"
"@typescript-eslint/parser": "npm:^6.19.1"
eslint: "npm:^8.56.0"
Expand Down Expand Up @@ -531,7 +531,7 @@ __metadata:
"@jest/globals": "npm:^29.7.0"
"@swc/core": "npm:^1.3.105"
"@swc/jest": "npm:^0.2.31"
"@types/node": "npm:^20.11.5"
"@types/node": "npm:^20.11.11"
eslint: "npm:^8.56.0"
jest: "npm:^29.7.0"
picocolors: "npm:^1.0.0"
Expand Down Expand Up @@ -1847,7 +1847,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.11.5":
"@types/node@npm:*":
version: 20.11.5
resolution: "@types/node@npm:20.11.5"
dependencies:
Expand All @@ -1856,6 +1856,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.11":
version: 20.11.11
resolution: "@types/node@npm:20.11.11"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 5f5a5ade8d4f72ac384a51456791f3798d1b1650c17e1dc94996db6f47115f956f778188f7f484718b3698e293e63c218cf4ca4fda90586037aa318c4ed2aafb
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.2
resolution: "@types/normalize-package-data@npm:2.4.2"
Expand Down

0 comments on commit 88b00b1

Please sign in to comment.