Merge pull request 'Update dependency @types/node to v18' (#43) from renovate/node-18.x into develop
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/43
Reviewed-by: Vylpes <ethan@vylpes.com>
This commit is contained in:
Vylpes 2023-02-22 18:25:16 +00:00
commit 24f9444af6
2 changed files with 7 additions and 2 deletions

View file

@ -33,7 +33,7 @@
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
"funding": "https://ko-fi.com/vylpes",
"devDependencies": {
"@types/node": "^16.11.11",
"@types/node": "^18.0.0",
"eslint": "^7.17.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"

View file

@ -104,11 +104,16 @@
dependencies:
"@types/node" "*"
"@types/node@*", "@types/node@^16.11.11":
"@types/node@*":
version "16.11.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.11.tgz#6ea7342dfb379ea1210835bada87b3c512120234"
integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==
"@types/node@^18.0.0":
version "18.11.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
"@types/responselike@*", "@types/responselike@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29"