for i in $(npm outdated|tail -n5|sed -E 's/([^ ]+) .*/\1/'); do npm install $i@latest; done

This commit is contained in:
Firepup Sixfifty 2024-05-13 12:57:54 -05:00
parent 4ee2fd348e
commit 3ec85680bb
No known key found for this signature in database
GPG key ID: 7C92E2ABBBFAB9BA
2 changed files with 333 additions and 193 deletions

View file

@ -12,12 +12,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"ua-parser-js": "^1.0.33"
"axios": "^1.6.8",
"ejs": "^3.1.10",
"express": "^4.19.2",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"nodemon": "^2.0.20"
"nodemon": "^3.1.0"
}
}