Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to ^18.19.44
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 12ed0df commit 08956a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tsconfig/node-lts": "^20.1.3",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9",
"@types/node": "^18.19.34",
"@types/node": "^18.19.44",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"dpdm": "^3.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/easy-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@jest/expect-utils": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.34",
"@types/node": "^18.19.44",
"expect": "^29.7.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ __metadata:
dependencies:
"@jest/expect-utils": "npm:^29.7.0"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^18.19.34"
"@types/node": "npm:^18.19.44"
expect: "npm:^29.7.0"
jest: "npm:^29.7.0"
jest-junit: "npm:^16.0.0"
Expand Down Expand Up @@ -2119,12 +2119,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.19.34":
version: 18.19.34
resolution: "@types/node@npm:18.19.34"
"@types/node@npm:^18.19.44":
version: 18.19.44
resolution: "@types/node@npm:18.19.44"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/e985f50684def801801069e236165ee511f9195fc04ad4a2af7642d86aeaeaf7bfe34c147f894a48618a5c71c15b388ca91341a244792149543a712e38351988
checksum: 10c0/298915f9097ad4b2749417b159eeb39fcd8c8bb60866759c9c5139c9492b7030ba6c359da510db5f5305c637c3448ac58dfafefe9801549e04ea11ca29c2a046
languageName: node
linkType: hard

Expand Down Expand Up @@ -10055,7 +10055,7 @@ __metadata:
"@tsconfig/node-lts": "npm:^20.1.3"
"@types/jest": "npm:^29.5.12"
"@types/jsonwebtoken": "npm:^9"
"@types/node": "npm:^18.19.34"
"@types/node": "npm:^18.19.44"
"@typescript-eslint/eslint-plugin": "npm:^7.12.0"
"@typescript-eslint/parser": "npm:^7.12.0"
dpdm: "npm:^3.14.0"
Expand Down

0 comments on commit 08956a1

Please sign in to comment.