Skip to content

Commit

Permalink
Bump @types/node from 18.18.12 to 20.9.4
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.18.12 to 20.9.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent d155d38 commit 11dda9b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@saberhq/eslint-config-react": "workspace:*",
"@saberhq/tsconfig": "workspace:*",
"@types/eslint": "^8.44.7",
"@types/node": "^18.18.12",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@typescript-eslint/utils": "^6.12.0",
"@yarnpkg/doctor": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.44.7",
"@types/node": "^18.18.12",
"@types/node": "^20.9.4",
"@typescript-eslint/utils": "^6.12.0",
"eslint": "^8.54.0",
"typescript": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.44.7",
"@types/node": "^18.18.12",
"@types/node": "^20.9.4",
"@typescript-eslint/utils": "^6.12.0",
"eslint": "^8.54.0",
"typescript": "^5.3.2"
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ __metadata:
"@saberhq/eslint-config": "workspace:^"
"@saberhq/tsconfig": "workspace:^"
"@types/eslint": "npm:^8.44.7"
"@types/node": "npm:^18.18.12"
"@types/node": "npm:^20.9.4"
"@typescript-eslint/utils": "npm:^6.12.0"
eslint: "npm:^8.54.0"
eslint-plugin-jsx-a11y: "npm:^6.8.0"
Expand All @@ -308,7 +308,7 @@ __metadata:
dependencies:
"@saberhq/tsconfig": "workspace:^"
"@types/eslint": "npm:^8.44.7"
"@types/node": "npm:^18.18.12"
"@types/node": "npm:^20.9.4"
"@typescript-eslint/eslint-plugin": "npm:^6.12.0"
"@typescript-eslint/parser": "npm:^6.12.0"
"@typescript-eslint/utils": "npm:^6.12.0"
Expand All @@ -335,7 +335,7 @@ __metadata:
"@saberhq/eslint-config-react": "workspace:*"
"@saberhq/tsconfig": "workspace:*"
"@types/eslint": "npm:^8.44.7"
"@types/node": "npm:^18.18.12"
"@types/node": "npm:^20.9.4"
"@types/react": "npm:^18.2.38"
"@typescript-eslint/utils": "npm:^6.12.0"
"@yarnpkg/doctor": "npm:^4.0.1"
Expand Down Expand Up @@ -456,7 +456,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.17.15, @types/node@npm:^18.18.12":
"@types/node@npm:^18.17.15":
version: 18.18.12
resolution: "@types/node@npm:18.18.12"
dependencies:
Expand All @@ -465,6 +465,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.9.4":
version: 20.9.4
resolution: "@types/node@npm:20.9.4"
dependencies:
undici-types: "npm:~5.26.4"
checksum: d567855b48e453b443499c17fc6c939d154732b54319a05b9b31db6e475e6458f053838635b201b1bb493d349d9b1af0aecc58b28fd6062e564e9fbf593199eb
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.5
resolution: "@types/prop-types@npm:15.7.5"
Expand Down

0 comments on commit 11dda9b

Please sign in to comment.