for i in $(npm outdated|tail -n5|sed -E 's/([^ ]+) .*/\1/'); do npm install $i@latest; done
This commit is contained in:
parent
4ee2fd348e
commit
3ec85680bb
2 changed files with 333 additions and 193 deletions
10
package.json
10
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue