Skip to content

Commit

Permalink
build: bump @types/node from 18.18.9 to 20.13.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 18.18.9 to 20.13.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] committed Jun 1, 2024
1 parent 7008e69 commit e5f2cc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/file-saver": "^2.0.6",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^18.17.7",
"@types/node": "^20.13.0",
"@types/showdown": "^2.0.6",
"@types/swagger-ui": "^3.52.0",
"@types/swagger-ui-dist": "^3.30.1",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/compression": "^1.7.4",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.20",
"@types/node": "^18.17.7",
"@types/node": "^20.13.0",
"@types/swagger-ui-express": "^4.1.3",
"nodemon": "^3.1.0",
"semantic-release": "^22.0.12",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3775,12 +3775,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.17.7":
version: 18.18.9
resolution: "@types/node@npm:18.18.9"
"@types/node@npm:^20.13.0":
version: 20.13.0
resolution: "@types/node@npm:20.13.0"
dependencies:
undici-types: ~5.26.4
checksum: 629ce20357586144031cb43d601617eef45e59460dea6b1e123f708e6885664f44d54f65e5b72b2614af5b8613f3652ced832649c0b991accbc6a85139befa51
checksum: 8e061ecd6649bb587b047cee765f530ec43930f30cd47558d9630f5a802d61cf951e9205c610864cfbd58f70478612123e8cb46d58eb4855c695fb8fcaff5b7c
languageName: node
linkType: hard

Expand Down Expand Up @@ -13912,7 +13912,7 @@ __metadata:
"@tsconfig/node-lts": ^18.12.5
"@types/file-saver": ^2.0.6
"@types/humanize-duration": ^3.27.4
"@types/node": ^18.17.7
"@types/node": ^20.13.0
"@types/showdown": ^2.0.6
"@types/swagger-ui": ^3.52.0
"@types/swagger-ui-dist": ^3.30.1
Expand Down Expand Up @@ -13964,7 +13964,7 @@ __metadata:
"@types/compression": ^1.7.4
"@types/cors": ^2.8.17
"@types/express": ^4.17.20
"@types/node": ^18.17.7
"@types/node": ^20.13.0
"@types/swagger-ui-express": ^4.1.3
axios: ^1.6.8
compression: ^1.7.4
Expand Down

0 comments on commit e5f2cc8

Please sign in to comment.