update to V1.0.3

This commit is contained in:
janis
2024-03-07 16:12:56 +01:00
parent 45a38cb36b
commit 5a5407920b
2 changed files with 21 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
# #
# #
v="V1.0.2" v="V1.0.3"
echo " echo "
_ _ _ _ _ _ _ _
@@ -36,6 +36,10 @@ sleep 0.5
cd src/webapp/setup cd src/webapp/setup
npm i npm i
npm audit fix
sleep 1
npm run build npm run build
echo " echo "
@@ -50,6 +54,10 @@ cd ../main
npm i npm i
npm audit fix
sleep 1
npm run build npm run build
echo " echo "
@@ -120,6 +128,11 @@ sleep 1
cd src/server cd src/server
npm i npm i
npm audit fix
sleep 1
cd ../../ cd ../../
zip -9r libreevent-$v-npm.zip src/server/node_modules zip -9r libreevent-$v-npm.zip src/server/node_modules

View File

@@ -464,11 +464,11 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.6.0", "version": "1.6.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.4",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"proxy-from-env": "^1.1.0" "proxy-from-env": "^1.1.0"
} }
@@ -1234,9 +1234,9 @@
} }
}, },
"node_modules/follow-redirects": { "node_modules/follow-redirects": {
"version": "1.15.4", "version": "1.15.5",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz",
"integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",