Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 3e12ccd commit 796d52c
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.14.5",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@yarnpkg/core": "^4.1.0",
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.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/utils": "^7.13.1",
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.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"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.14.5"
"@types/node": "^20.14.6"
}
}
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.14.5"
"@types/node": "^20.14.6"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ __metadata:
"@types/debug": "npm:^4.1.12"
"@types/eslint": "npm:^8.56.10"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.14.5"
"@types/node": "npm:^20.14.6"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
"@typescript-eslint/utils": "npm:^7.13.1"
Expand Down Expand Up @@ -1464,7 +1464,7 @@ __metadata:
"@types/debug": "npm:^4.1.12"
"@types/eslint": "npm:^8.56.10"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.14.5"
"@types/node": "npm:^20.14.6"
debug: "npm:^4.3.5"
eslint: "npm:^8.57.0"
eslint-import-resolver-node: "npm:^0.3.9"
Expand All @@ -1478,7 +1478,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@noahnu/internal-test-utils@workspace:packages/internal-test-utils"
dependencies:
"@types/node": "npm:^20.14.5"
"@types/node": "npm:^20.14.6"
languageName: unknown
linkType: soft

Expand All @@ -1495,7 +1495,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.14.5"
"@types/node": "npm:^20.14.6"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
"@yarnpkg/core": "npm:^4.1.0"
Expand Down Expand Up @@ -1528,7 +1528,7 @@ __metadata:
"@jest/globals": "npm:^29.7.0"
"@noahnu/internal-test-utils": "workspace:*"
"@types/debug": "npm:^4.1.12"
"@types/node": "npm:^20.14.5"
"@types/node": "npm:^20.14.6"
"@typescript-eslint/typescript-estree": "npm:^7.13.1"
clipanion: "npm:4.0.0-rc.3"
debug: "npm:^4.3.5"
Expand Down Expand Up @@ -2030,7 +2030,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.14.5, @types/node@npm:^20.14.9":
"@types/node@npm:*, @types/node@npm:^20.14.6, @types/node@npm:^20.14.9":
version: 20.14.10
resolution: "@types/node@npm:20.14.10"
dependencies:
Expand Down

0 comments on commit 796d52c

Please sign in to comment.