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-08-30 21:40:27 -05:00
parent ceee00730f
commit ada2d1df30
No known key found for this signature in database
2 changed files with 42 additions and 24 deletions

View file

@ -12,12 +12,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.6",
"ejs": "^3.1.10",
"express": "^4.19.2",
"ua-parser-js": "^1.0.37"
"Package": "^0.0.1",
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"nodemon": "^3.1.0"
"nodemon": "^3.1.4"
}
}