Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).

- [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
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 92f3379 commit b5e73fa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@alwatr/type": "^1.2.1",
"@types/node": "^20.10.0",
"@types/node": "^20.10.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@alwatr/storage-engine": "workspace:^",
"@alwatr/type": "^1.2.1",
"@alwatr/util": "^1.3.1",
"@types/node": "^20.10.0",
"@types/node": "^20.10.1",
"esbuild": "^0.19.8",
"npm-run-all": "^4.1.5",
"tslib": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@alwatr/type": "^1.2.1",
"@types/node": "^20.10.0",
"@types/node": "^20.10.1",
"esbuild": "^0.19.8",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@alwatr/type": "^1.2.1",
"@alwatr/util": "^1.3.1",
"@types/node": "^20.10.0",
"@types/node": "^20.10.1",
"esbuild": "^0.19.8",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ __metadata:
"@alwatr/storage-sdk": "workspace:^"
"@alwatr/type": "npm:^1.2.1"
"@alwatr/util": "npm:^1.3.1"
"@types/node": "npm:^20.10.0"
"@types/node": "npm:^20.10.1"
npm-run-all: "npm:^4.1.5"
tslib: "npm:^2.6.2"
typescript: "npm:^5.3.2"
Expand Down Expand Up @@ -80,7 +80,7 @@ __metadata:
"@alwatr/storage-engine": "workspace:^"
"@alwatr/type": "npm:^1.2.1"
"@alwatr/util": "npm:^1.3.1"
"@types/node": "npm:^20.10.0"
"@types/node": "npm:^20.10.1"
esbuild: "npm:^0.19.8"
npm-run-all: "npm:^4.1.5"
tslib: "npm:^2.6.2"
Expand All @@ -95,7 +95,7 @@ __metadata:
"@alwatr/logger": "npm:^2.3.0"
"@alwatr/type": "npm:^1.2.1"
"@alwatr/util": "npm:^1.3.1"
"@types/node": "npm:^20.10.0"
"@types/node": "npm:^20.10.1"
esbuild: "npm:^0.19.8"
exit-hook: "npm:^4.0.0"
npm-run-all: "npm:^4.1.5"
Expand All @@ -112,7 +112,7 @@ __metadata:
"@alwatr/logger": "npm:^2.3.0"
"@alwatr/type": "npm:^1.2.1"
"@alwatr/util": "npm:^1.3.1"
"@types/node": "npm:^20.10.0"
"@types/node": "npm:^20.10.1"
esbuild: "npm:^0.19.8"
npm-run-all: "npm:^4.1.5"
tslib: "npm:^2.6.2"
Expand Down Expand Up @@ -1109,12 +1109,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.10.0":
version: 20.10.0
resolution: "@types/node@npm:20.10.0"
"@types/node@npm:^20.10.1":
version: 20.10.1
resolution: "@types/node@npm:20.10.1"
dependencies:
undici-types: "npm:~5.26.4"
checksum: f379e57d9d28cb5f3d8eab943de0c54a0ca2f95ee356e1fe2a1a4fa718b740103ae522c50ce107cffd52c3642ef3244cfc55bf5369081dd6c48369c8587b21ae
checksum: c1b4b5a33f57bd39a8a0d074f27e3e370fccc6cda6a1c46caa48cc4c1687677cfdbffd9dc93fc803c6d355696dd9c73cd6f6507c749f61f83beb7326aec077d2
languageName: node
linkType: hard

Expand Down

0 comments on commit b5e73fa

Please sign in to comment.