Skip to content

Commit

Permalink
chore(deps): update node.js to >= 20.18.1 (#2233)
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 Dec 11, 2024
1 parent 3a5a993 commit a76225e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "BSD-4-Clause",
"type": "module",
"engines": {
"node": ">= 20.15.1"
"node": ">= 20.18.1"
},
"scripts": {
"prettify": "prettier --write \"src/**/*.ts*\" \"src/**/*.css*\"",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@types/hapi__inert": "^5.2.10",
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.10",
"@types/node": "^20.17.10",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6862,12 +6862,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.14.10":
version: 20.14.10
resolution: "@types/node@npm:20.14.10"
"@types/node@npm:*, @types/node@npm:^20.17.10":
version: 20.17.10
resolution: "@types/node@npm:20.17.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/0b06cff14365c2d0085dc16cc8cbea5c40ec09cfc1fea966be9eeecf35562760bfde8f88e86de6edfaf394501236e229d9c1084fad04fb4dec472ae245d8ae69
undici-types: "npm:~6.19.2"
checksum: 10c0/458ec725319e57d4692cbb56d81f1a90f9074cef9ec185c59e6f6c557a3d2ded57c5e443b1e82eba923d53dda4db18797fb131ee6e46fdb3d7d2f54d54aaebe3
languageName: node
linkType: hard

Expand Down Expand Up @@ -15550,7 +15550,7 @@ __metadata:
"@types/hapi__inert": "npm:^5.2.10"
"@types/jest": "npm:^29.5.14"
"@types/lodash-es": "npm:^4.17.12"
"@types/node": "npm:^20.14.10"
"@types/node": "npm:^20.17.10"
"@types/react": "npm:^18.3.16"
"@types/react-dom": "npm:^18.3.5"
"@types/react-router-dom": "npm:^5.3.3"
Expand Down Expand Up @@ -17157,6 +17157,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down

0 comments on commit a76225e

Please sign in to comment.