Skip to content

Commit

Permalink
Bump @types/node from 22.8.1 to 22.8.7 in /examples/typescript-yarn
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.1 to 22.8.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent c94b9c8 commit 1e864ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/typescript-yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.2.5",
Expand Down
10 changes: 5 additions & 5 deletions examples/typescript-yarn/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -988,12 +988,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.8.1":
version: 22.8.1
resolution: "@types/node@npm:22.8.1"
"@types/node@npm:^22.8.7":
version: 22.8.7
resolution: "@types/node@npm:22.8.7"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/83550fdf72a7db5b55eceac3f4fb038844eaee20202bdd2297a8248370cfa08317bda1605b781a8043eda4f173b75e73632e652fc85509eb14dfef78fa17337f
checksum: 10c0/14372885db80059ed6e92c320b2bcd8f7dc271698adce11f51aa0f424a3f82aa1749a4f66321b87043791b894346b2458d514cbb65ce70167c2fd8a78a124947
languageName: node
linkType: hard

Expand Down Expand Up @@ -1903,7 +1903,7 @@ __metadata:
dependencies:
"@tsconfig/node22": "npm:^22.0.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.8.1"
"@types/node": "npm:^22.8.7"
jest: "npm:^29.7.0"
jest-junit: "npm:^16.0.0"
ts-jest: "npm:^29.2.5"
Expand Down

0 comments on commit 1e864ec

Please sign in to comment.