Skip to content

Commit 800ac5b

Browse files
fix: update node.js to v22.19.0 (#3058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14efda1 commit 800ac5b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.18.0
1+
22.19.0

backend/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/lodash-es": "4.17.12",
2222
"@types/lz-string": "1.5.0",
2323
"@types/mapbox__polyline": "1.0.5",
24-
"@types/node": "22.17.1",
24+
"@types/node": "22.18.5",
2525
"@types/sharp": "0.32.0",
2626
"@types/tsc-watch": "6.0.0",
2727
"@types/validator": "13.15.3",

frontend/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@turf/nearest-point-on-line": "6.5.0",
3131
"@turf/union": "6.5.0",
3232
"@types/leaflet": "1.9.5",
33-
"@types/node": "22.17.1",
33+
"@types/node": "22.18.5",
3434
"@types/object-hash": "3.0.6",
3535
"@types/react": "18.3.24",
3636
"@types/react-dom": "18.3.7",

0 commit comments

Comments
 (0)