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