chore: switch to npm version 18.19.0

This commit is contained in:
dancingCycle 2024-01-09 19:51:05 +01:00
parent d69378b2a8
commit 3a22c52210
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -18,7 +18,7 @@
"nodemon": "3.0.2"
},
"engines": {
"node": "<=18.13.0"
"node": "<=18.19.0"
}
},
"node_modules/@babel/parser": {

View File

@ -4,9 +4,9 @@
"version": "1.0.0",
"description": "GTFS Realtime to PostgreSQL",
"main": "index.js",
"engines": {
"node": "<=18.13.0"
},
"engines": {
"node": "<=18.19.0"
},
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"