Update sample app deps to latest versions and node to latest LTS
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
"dev": "nodemon src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"mysql": "^2.17.1",
|
||||
"sqlite3": "^5.0.0",
|
||||
"uuid": "^3.3.3",
|
||||
"wait-port": "^0.2.2"
|
||||
"express": "^4.18.2",
|
||||
"mysql": "^2.18.1",
|
||||
"sqlite3": "^5.1.2",
|
||||
"uuid": "^9.0.0",
|
||||
"wait-port": "^1.0.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"ansi-regex": "5.0.1"
|
||||
@@ -26,8 +26,8 @@
|
||||
"singleQuote": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^27.2.5",
|
||||
"nodemon": "^2.0.13",
|
||||
"prettier": "^1.18.2"
|
||||
"jest": "^29.3.1",
|
||||
"nodemon": "^2.0.20",
|
||||
"prettier": "^2.7.1"
|
||||
}
|
||||
}
|
||||
|
3991
app/yarn.lock
3991
app/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user