Skip to content

Commit

Permalink
Update Node.js to >=20.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent cf56a84 commit 8c5ba81
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.12.2
nodejs 20.15.1
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "5.4.5"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.11",
"log4js": "^6.9.1"
}
}
2 changes: 1 addition & 1 deletion example/webpack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.0'

services:
node:
image: node:20.12.2-alpine
image: node:20.15.1-alpine
working_dir: /var/opt/app
volumes:
- .:/var/opt/app
Expand Down
2 changes: 1 addition & 1 deletion megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "NODE_ENV=test jest -u --maxWorkers=3"
},
"engines": {
"node": ">=20.12.2"
"node": ">=20.15.1"
},
"files": [
"/lib/src/**",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,12 +1205,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.7":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
"@types/node@npm:^20.14.11":
version: 20.14.11
resolution: "@types/node@npm:20.14.11"
dependencies:
undici-types: ~5.26.4
checksum: 7cc979f7e2ca9a339ec71318c3901b9978555257929ef3666987f3e447123bc6dc92afcc89f6347e09e07d602fde7d51bcddea626c23aa2bb74aeaacfd1e1686
checksum: 24396dea2bc803c2d2ebfdd31a3e6e93818ba1a5933d63cd0f64fad1e2955a8280ba09338a48ffe68cd84748eec8bee27135045f15661aa389656f67fe0b0924
languageName: node
linkType: hard

Expand Down Expand Up @@ -2687,7 +2687,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "example@workspace:example/typescript"
dependencies:
"@types/node": ^20.12.7
"@types/node": ^20.14.11
log4js: ^6.9.1
megalodon: "*"
typescript: 5.4.5
Expand Down

0 comments on commit 8c5ba81

Please sign in to comment.