Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and oliversalzburg committed Oct 22, 2024
1 parent d17ecd4 commit a87bdb5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/eslint": "9.6.1",
"@types/node": "22.7.7",
"@types/node": "22.7.8",
"@types/web": "0.0.174",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/action-release-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@kie/mock-github": "3.0.0-beta.1",
"@types/chai": "5.0.0",
"@types/mocha": "10.0.9",
"@types/node": "22.7.7",
"@types/node": "22.7.8",
"chai": "5.1.1",
"mocha": "10.7.3",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/kitten-analysts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/koa": "2.15.0",
"@types/koa__cors": "5.0.0",
"@types/koa-router": "7.4.8",
"@types/node": "22.7.7",
"@types/node": "22.7.8",
"@types/ws": "8.5.12",
"esbuild": "0.24.0",
"typescript": "5.6.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ __metadata:
"@oliversalzburg/js-utils": "npm:0.1.1"
"@types/chai": "npm:5.0.0"
"@types/mocha": "npm:10.0.9"
"@types/node": "npm:22.7.7"
"@types/node": "npm:22.7.8"
chai: "npm:5.1.1"
mocha: "npm:10.7.3"
tslib: "npm:2.8.0"
Expand Down Expand Up @@ -606,7 +606,7 @@ __metadata:
"@types/koa": "npm:2.15.0"
"@types/koa-router": "npm:7.4.8"
"@types/koa__cors": "npm:5.0.0"
"@types/node": "npm:22.7.7"
"@types/node": "npm:22.7.8"
"@types/ws": "npm:8.5.12"
esbuild: "npm:0.24.0"
jsdom: "npm:25.0.1"
Expand Down Expand Up @@ -1217,12 +1217,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.7.7":
version: 22.7.7
resolution: "@types/node@npm:22.7.7"
"@types/node@npm:*, @types/node@npm:22.7.8":
version: 22.7.8
resolution: "@types/node@npm:22.7.8"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/07268a1e990ad9d9b1865092881317ea679a46eb6706d83a8874eec75fdddae6cfd6452e4e68b651561183e2a8f8548276f3155744bc402c2545978c19b70d65
checksum: 10c0/3d3b3a2ec5a57ca4fd37b34dce415620993ca5f87cea2c728ffe73aa31446dbfe19c53171c478447bd7d78011ef4845a46ab2f0dc38e699cc75b3d100a60c690
languageName: node
linkType: hard

Expand Down Expand Up @@ -3567,7 +3567,7 @@ __metadata:
dependencies:
"@eslint/js": "npm:9.13.0"
"@types/eslint": "npm:9.6.1"
"@types/node": "npm:22.7.7"
"@types/node": "npm:22.7.8"
"@types/web": "npm:0.0.174"
eslint: "npm:9.13.0"
eslint-config-prettier: "npm:9.1.0"
Expand Down

0 comments on commit a87bdb5

Please sign in to comment.