Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 390c222 commit a0c9f75
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tophat/commitlint-config": "^1.0.2",
"@tophat/conventional-changelog-config": "^1.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@yarnpkg/core": "^4.0.3",
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 @@ -54,7 +54,7 @@
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/utils": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-import-resolver-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"main": "./src/index.ts",
"devDependencies": {
"@types/node": "^20.12.4"
"@types/node": "^20.12.5"
}
}
2 changes: 1 addition & 1 deletion packages/unused-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@noahnu/internal-test-utils": "workspace:*",
"@types/node": "^20.12.4"
"@types/node": "^20.12.5"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ __metadata:
"@types/debug": "npm:^4.1.12"
"@types/eslint": "npm:^8.56.7"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.4"
"@types/node": "npm:^20.12.5"
"@typescript-eslint/eslint-plugin": "npm:^7.5.0"
"@typescript-eslint/parser": "npm:^7.5.0"
"@typescript-eslint/utils": "npm:^7.5.0"
Expand Down Expand Up @@ -1447,7 +1447,7 @@ __metadata:
"@types/debug": "npm:^4.1.12"
"@types/eslint": "npm:^8.56.7"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.4"
"@types/node": "npm:^20.12.5"
debug: "npm:^4.3.4"
eslint: "npm:^8.57.0"
eslint-import-resolver-node: "npm:^0.3.9"
Expand All @@ -1461,7 +1461,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@noahnu/internal-test-utils@workspace:packages/internal-test-utils"
dependencies:
"@types/node": "npm:^20.12.4"
"@types/node": "npm:^20.12.5"
languageName: unknown
linkType: soft

Expand All @@ -1478,7 +1478,7 @@ __metadata:
"@tophat/commitlint-config": "npm:^1.0.2"
"@tophat/conventional-changelog-config": "npm:^1.0.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.4"
"@types/node": "npm:^20.12.5"
"@typescript-eslint/eslint-plugin": "npm:^7.5.0"
"@typescript-eslint/parser": "npm:^7.5.0"
"@yarnpkg/core": "npm:^4.0.3"
Expand Down Expand Up @@ -1511,7 +1511,7 @@ __metadata:
"@jest/globals": "npm:^29.7.0"
"@noahnu/internal-test-utils": "workspace:*"
"@types/debug": "npm:^4.1.12"
"@types/node": "npm:^20.12.4"
"@types/node": "npm:^20.12.5"
"@typescript-eslint/typescript-estree": "npm:^7.5.0"
clipanion: "npm:4.0.0-rc.3"
debug: "npm:^4.3.4"
Expand Down Expand Up @@ -1997,7 +1997,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.12.4, @types/node@npm:^20.12.7":
"@types/node@npm:*, @types/node@npm:^20.12.5, @types/node@npm:^20.12.7":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
dependencies:
Expand Down

0 comments on commit a0c9f75

Please sign in to comment.