Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.18.5 (#433)
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] committed Oct 15, 2023
1 parent 7061a73 commit ec86752
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 @@ -64,7 +64,7 @@
"@types/lodash": "^4.14.199",
"@types/mime-types": "^2.1.2",
"@types/ms": "^0.7.32",
"@types/node": "^18.18.4",
"@types/node": "^18.18.5",
"@types/node-os-utils": "^1.3.2",
"@types/pidusage": "^2.0.3",
"@types/ua-parser-js": "^0.7.37",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/ms": "^0.7.32",
"@types/node": "^18.18.4",
"@types/node": "^18.18.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-syntax-highlighter": "^15.5.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/ts-config": "5.0.0",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1761,10 +1761,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.18.4, @types/node@npm:^18.18.4":
version: 18.18.4
resolution: "@types/node@npm:18.18.4"
checksum: 4901e91c4cc479bb58acbcd79236a97a0ad6db4a53cb1f4ba4cf32af15324c61b16faa6e31c1b09bf538a20feb5f5274239157ce5237f5741db0b9ab71e69c52
"@types/node@npm:18.18.5, @types/node@npm:^18.18.5":
version: 18.18.5
resolution: "@types/node@npm:18.18.5"
checksum: fc8c9b2bf226270cf9085a7dac76ce09dd7c3519ec9b687ee2b50385954ab3709c45ca82d002d1536e24286803cd194d7ab7008acebdcd6681b8b19d4277fa5c
languageName: node
linkType: hard

Expand Down Expand Up @@ -6694,7 +6694,7 @@ __metadata:
"@trpc/next": ^10.40.0
"@trpc/react-query": ^10.40.0
"@trpc/server": ^10.40.0
"@types/node": 18.18.4
"@types/node": 18.18.5
"@typescript-eslint/eslint-plugin": ^6.7.5
"@typescript-eslint/parser": ^6.7.5
class-variance-authority: ^0.7.0
Expand Down Expand Up @@ -7673,7 +7673,7 @@ __metadata:
"@types/lodash": ^4.14.199
"@types/mime-types": ^2.1.2
"@types/ms": ^0.7.32
"@types/node": ^18.18.4
"@types/node": ^18.18.5
"@types/node-os-utils": ^1.3.2
"@types/pidusage": ^2.0.3
"@types/ua-parser-js": ^0.7.37
Expand Down Expand Up @@ -8694,7 +8694,7 @@ __metadata:
"@paperplane/utils": "*"
"@types/file-saver": ^2.0.5
"@types/ms": ^0.7.32
"@types/node": ^18.18.4
"@types/node": ^18.18.5
"@types/react": ^18.2.28
"@types/react-dom": ^18.2.13
"@types/react-syntax-highlighter": ^15.5.8
Expand Down

0 comments on commit ec86752

Please sign in to comment.