Skip to content

Commit

Permalink
Bump @types/node from 22.8.6 to 22.8.7 (#1357)
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.6 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent d876b53 commit 4133dfb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/project-chip/matter.js#readme",
"devDependencies": {
"@matter/tools": "0.0.0-git",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"@types/tar-stream": "^3.1.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/netinfo": "^11.3.2",
"@types/jwk-to-pem": "^2.0.3",
"@types/node": "^22.7.7",
"@types/node": "^22.8.7",
"jwk-to-pem": "^2.0.5",
"react-native-ble-plx": "^3.2.1",
"react-native-polyfill-globals": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@types/commander": "^2.12.5",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.8.1"
"@types/node": "^22.8.7"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4133dfb

Please sign in to comment.