Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency @types/node to v18.16.0 (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 23, 2023
1 parent e9ab3ab commit 24dc58f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/mime-types": "^2.1.1",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/node": "^18.15.13",
"@types/node": "^18.16.0",
"@types/node-os-utils": "^1.3.1",
"@types/pidusage": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/core": "^7.21.4",
"@types/cors": "^2.8.13",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.15.13",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@sapphire/eslint-config": "^4.4.1",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "18.15.13",
"@types/node": "18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.39.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1573,10 +1573,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.15.13, @types/node@npm:^18.15.13":
version: 18.15.13
resolution: "@types/node@npm:18.15.13"
checksum: 79cc5a2b5f98e8973061a4260a781425efd39161a0e117a69cd089603964816c1a14025e1387b4590c8e82d05133b7b4154fa53a7dffb3877890a66145e76515
"@types/node@npm:18.16.0, @types/node@npm:^18.16.0":
version: 18.16.0
resolution: "@types/node@npm:18.16.0"
checksum: 63e0042136663b9e85ce503a4c65406cc6621fdba63ea66c74b4b1364a9aa9bdb57cadcb76696abab177f38a819b0fa6ace9e7f1647dcb990aedb1b4bd01012f
languageName: node
linkType: hard

Expand Down Expand Up @@ -7143,7 +7143,7 @@ __metadata:
"@sapphire/eslint-config": ^4.4.1
"@sapphire/prettier-config": ^1.4.5
"@sapphire/ts-config": ^3.3.4
"@types/node": 18.15.13
"@types/node": 18.16.0
"@typescript-eslint/eslint-plugin": ^5.59.0
"@typescript-eslint/parser": ^5.59.0
eslint: ^8.39.0
Expand Down Expand Up @@ -8252,7 +8252,7 @@ __metadata:
"@types/mime-types": ^2.1.1
"@types/ms": ^0.7.31
"@types/multer": ^1.4.7
"@types/node": ^18.15.13
"@types/node": ^18.16.0
"@types/node-os-utils": ^1.3.1
"@types/pidusage": ^2.0.2
"@types/ua-parser-js": ^0.7.36
Expand Down Expand Up @@ -9553,7 +9553,7 @@ __metadata:
"@paperplane/utils": "*"
"@types/cors": ^2.8.13
"@types/file-saver": ^2.0.5
"@types/node": ^18.15.13
"@types/node": ^18.16.0
"@types/react": ^18.0.38
"@types/react-dom": ^18.0.11
"@types/react-syntax-highlighter": ^15.5.6
Expand Down

0 comments on commit 24dc58f

Please sign in to comment.