File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 36
36
"remoteUser" : " node" ,
37
37
"features" : {
38
38
"kubectl-helm-minikube" : {
39
- "version" : " 1.24 " ,
39
+ "version" : " 1.27 " ,
40
40
"minikube" : " none"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-webserver" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.4.3 " ,
4
4
"description" : " test application - web server" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Debug: no test specified\" && exit 0" ,
8
- "start" : " node index.js"
8
+ "start" : " node index.js" ,
9
+ "rebuild" : " rm package-lock.json && rm yarn.lock && npm i --production && yarn install --prod"
9
10
},
10
11
"engines" : {
11
12
"node" : " >= 16"
29
30
"compression" : " ^1.7.4" ,
30
31
"cors" : " ^2.8.5" ,
31
32
"express" : " ^4.18.2" ,
32
- "helmet" : " ^7.0 .0" ,
33
+ "helmet" : " ^7.1 .0" ,
33
34
"morgan" : " ^1.10.0"
34
35
},
35
36
"repository" : {
You can’t perform that action at this time.
0 commit comments