Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.8.9 to 20.8.10
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.9 to 20.8.10.
- [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] committed Nov 6, 2023
1 parent e0d1fd7 commit 4bb3232
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"hd-scripts": "^9.0.6",
"typescript": "5.2.2",
"vite": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/assert": "^1.5.8",
"@types/eslint": "^8.44.6",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"assert": "^2.1.0",
"mocha": "^10.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/package1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/assert": "^1.5.8",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^12.4.3"
Expand Down
24 changes: 12 additions & 12 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 4bb3232

Please sign in to comment.