Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^22.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent a005ece commit f452fde
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/version": "^3.9.2",
"@types/node": "^22.7.4",
"@types/node": "^22.8.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.11.1",
"husky": "^9.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.31",
"@chyzwar/tsconfig": "^0.3.0",
"@types/node": "^22.7.4",
"@types/node": "^22.8.0",
"eslint": "^9.11.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.31",
"@chyzwar/tsconfig": "^0.3.0",
"@types/node": "^22.7.4",
"@types/node": "^22.8.0",
"eslint": "^9.11.1",
"typescript": "^5.6.2"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ __metadata:
"@lerna-lite/cli": "npm:^3.9.2"
"@lerna-lite/publish": "npm:^3.9.2"
"@lerna-lite/version": "npm:^3.9.2"
"@types/node": "npm:^22.7.4"
"@types/node": "npm:^22.8.0"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
eslint: "npm:^9.11.1"
husky: "npm:^9.1.6"
Expand Down Expand Up @@ -439,7 +439,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.31"
"@chyzwar/tsconfig": "npm:^0.3.0"
"@types/node": "npm:^22.7.4"
"@types/node": "npm:^22.8.0"
eslint: "npm:^9.11.1"
picocolors: "npm:^1.1.0"
typescript: "npm:^5.6.2"
Expand All @@ -457,7 +457,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.31"
"@chyzwar/tsconfig": "npm:^0.3.0"
"@types/node": "npm:^22.7.4"
"@types/node": "npm:^22.8.0"
eslint: "npm:^9.11.1"
typescript: "npm:^5.6.2"
peerDependencies:
Expand Down Expand Up @@ -2004,12 +2004,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.7.4":
version: 22.7.4
resolution: "@types/node@npm:22.7.4"
"@types/node@npm:^22.8.0":
version: 22.8.0
resolution: "@types/node@npm:22.8.0"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c2/3c0cb035b3c847a2b55756585c20343a558f48827e6e1772a1e24c1637ba5fc9bf6fceb05f205b79f0aacd0e371bd4bc263e1dbc472195705bd03305c13fce6e
undici-types: "npm:~6.19.8"
checksum: 10c2/8bbda8f439c2bf19ead451529cddd04053303bad566b3e6e44d3dae3f10e80390af9a003ffd9511649693f376683625b22d0605b87c3b31e40177ed24374ec05
languageName: node
linkType: hard

Expand Down Expand Up @@ -6770,7 +6770,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c2/d9004dd49debee7310be3922c74caeb1163e60c2c7b1d270e47063096f9c061f521ba5fca615a4e2c70c25bfff9e4ffbda1d0b4c33a16554de2bee06db45e39a
Expand Down

0 comments on commit f452fde

Please sign in to comment.