Skip to content

Commit

Permalink
Bump @types/node from 20.3.1 to 20.3.3
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.3.1 to 20.3.3.
- [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 Jul 1, 2023
1 parent 53a1529 commit 5d0dbac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@swc/core": "^1.3.66",
"@types/node": "^20.3.1",
"@types/node": "^20.3.3",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@types/node": "^20.3.3",
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"ts-node": "^10.9.1",
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ __metadata:
"@polkadot/api": ^10.9.1
"@types/js-yaml": ^4.0.5
"@types/lodash": ^4.14.195
"@types/node": ^20.3.1
"@types/node": ^20.3.3
"@types/ws": ^8.5.5
"@types/yargs": ^17.0.24
axios: ^1.4.0
Expand Down Expand Up @@ -1118,13 +1118,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.3.1":
"@types/node@npm:*":
version: 20.3.1
resolution: "@types/node@npm:20.3.1"
checksum: 63a393ab6d947be17320817b35d7277ef03728e231558166ed07ee30b09fd7c08861be4d746f10fdc63ca7912e8cd023939d4eab887ff6580ff704ff24ed810c
languageName: node
linkType: hard

"@types/node@npm:^20.3.3":
version: 20.3.3
resolution: "@types/node@npm:20.3.3"
checksum: 7a0d00800451ca8cd8df63a8cc218c697edadb3143bf46cd6afeb974542a6a1665c3679459be0016c29216ccfed6616b7e55851747527dfa71c5608d9157528c
languageName: node
linkType: hard

"@types/prettier@npm:^2.7.3":
version: 2.7.3
resolution: "@types/prettier@npm:2.7.3"
Expand Down Expand Up @@ -1859,7 +1866,7 @@ __metadata:
resolution: "chopsticks-monorepo@workspace:."
dependencies:
"@swc/core": ^1.3.66
"@types/node": ^20.3.1
"@types/node": ^20.3.3
"@types/prettier": ^2.7.3
"@typescript-eslint/eslint-plugin": ^5.60.0
"@typescript-eslint/parser": ^5.60.0
Expand Down

0 comments on commit 5d0dbac

Please sign in to comment.