Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent f27057a commit 649e42e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:20

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"homepage": "https://github.com/BenSegal855/Steve-V3",
"engines": {
"node": "16.*"
"node": "20.*"
},
"dependencies": {
"@discordjs/collection": "2.0.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@sapphire/ts-config": "^5.0.0",
"@types/common-tags": "1.8.4",
"@types/node": "17.0.45",
"@types/node": "20.10.5",
"@types/node-cron": "3.0.11",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.13.2",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1682,10 +1682,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:17.0.45":
version: 17.0.45
resolution: "@types/node@npm:17.0.45"
checksum: aa04366b9103b7d6cfd6b2ef64182e0eaa7d4462c3f817618486ea0422984c51fc69fd0d436eae6c9e696ddfdbec9ccaa27a917f7c2e8c75c5d57827fe3d95e8
"@types/node@npm:20.10.5":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
dependencies:
undici-types: ~5.26.4
checksum: e216b679f545a8356960ce985a0e53c3a58fff0eacd855e180b9e223b8db2b5bd07b744a002b8c1f0c37f9194648ab4578533b5c12df2ec10cc02f61d20948d2
languageName: node
linkType: hard

Expand Down Expand Up @@ -4862,7 +4864,7 @@ __metadata:
"@sapphire/utilities": 3.14.0
"@skyra/env-utilities": ^1.2.1
"@types/common-tags": 1.8.4
"@types/node": 17.0.45
"@types/node": 20.10.5
"@types/node-cron": 3.0.11
"@types/ws": 8.5.10
"@typescript-eslint/eslint-plugin": 6.13.2
Expand Down

0 comments on commit 649e42e

Please sign in to comment.