Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 16.18.97 to 22.5.0
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.97 to 22.5.0.
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 63338c6 commit 7119c4e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 48 deletions.
2 changes: 1 addition & 1 deletion apps/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"rspress": "^1.28.0"
},
"devDependencies": {
"@types/node": "^16"
"@types/node": "^22"
}
}
2 changes: 1 addition & 1 deletion packages/process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/html-escaper": "^3.0.2",
"@types/js-yaml": "^4.0.8",
"@types/node": "^20.10.7",
"@types/node": "^22.5.0",
"fast-glob": "^3.3.2",
"prettier": "*",
"publint": "^0.2.5"
Expand Down
87 changes: 41 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7119c4e

Please sign in to comment.