Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^22.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent d45ff07 commit 74b4a93
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 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.1",
"@lerna-lite/publish": "^3.9.1",
"@lerna-lite/version": "^3.9.1",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.10.0",
"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.30",
"@chyzwar/tsconfig": "^0.2.29",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"eslint": "^9.10.0",
"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.30",
"@chyzwar/tsconfig": "^0.2.29",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"eslint": "^9.10.0",
"typescript": "^5.6.2"
},
Expand Down
15 changes: 12 additions & 3 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.1"
"@lerna-lite/publish": "npm:^3.9.1"
"@lerna-lite/version": "npm:^3.9.1"
"@types/node": "npm:^22.5.5"
"@types/node": "npm:^22.6.1"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
eslint: "npm:^9.10.0"
husky: "npm:^9.1.6"
Expand Down Expand Up @@ -439,7 +439,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.30"
"@chyzwar/tsconfig": "npm:^0.2.29"
"@types/node": "npm:^22.5.5"
"@types/node": "npm:^22.6.1"
eslint: "npm:^9.10.0"
picocolors: "npm:^1.1.0"
typescript: "npm:^5.6.2"
Expand All @@ -457,7 +457,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.30"
"@chyzwar/tsconfig": "npm:^0.2.29"
"@types/node": "npm:^22.5.5"
"@types/node": "npm:^22.6.1"
eslint: "npm:^9.10.0"
typescript: "npm:^5.6.2"
peerDependencies:
Expand Down Expand Up @@ -1992,6 +1992,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.6.1":
version: 22.6.1
resolution: "@types/node@npm:22.6.1"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c2/1e3a20f4e6c8b8fd9dba1261834e21c084ee5e4d1977be736df9f4ce4bebad7416a98cd64367b8298ac0df4c3d96b194097170a18bb9a707e20e15d5e617f40a
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.1, @types/normalize-package-data@npm:^2.4.3":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down

0 comments on commit 74b4a93

Please sign in to comment.