update reqs

This commit is contained in:
wh1te909 2021-11-06 23:48:56 +00:00
parent b98ebb6e9f
commit 509bdd879c
4 changed files with 2372 additions and 2881 deletions

View File

@ -1,14 +1,14 @@
asgiref==3.4.1
asyncio-nats-client==0.11.4
celery==5.1.2
certifi==2021.5.30
cffi==1.14.6
certifi==2021.10.8
cffi==1.15.0
channels==3.0.4
channels_redis==3.3.1
chardet==4.0.0
cryptography==3.4.8
daphne==3.0.2
Django==3.2.8
Django==3.2.9
django-cors-headers==3.10.0
django-ipware==4.0.0
django-rest-knox==4.1.0
@ -16,10 +16,10 @@ djangorestframework==3.12.4
future==0.18.2
loguru==0.5.3
msgpack==1.0.2
packaging==21.0
packaging==21.2
psycopg2-binary==2.9.1
pycparser==2.20
pycryptodome==3.10.4
pycparser==2.21
pycryptodome==3.11.0
pyotp==2.6.0
pyparsing==2.4.7
pytz==2021.3
@ -28,7 +28,7 @@ redis==3.5.3
requests==2.26.0
six==1.16.0
sqlparse==0.4.2
twilio==7.1.0
twilio==7.3.0
urllib3==1.26.7
uWSGI==2.0.20
validators==0.18.2

View File

@ -32,7 +32,7 @@ NATS_SERVER_VER = "2.3.3"
PIP_VER = "22"
NPM_VER = "23"
SETUPTOOLS_VER = "58.2.0"
SETUPTOOLS_VER = "58.5.3"
WHEEL_VER = "0.37.0"
DL_64 = f"https://github.com/wh1te909/rmmagent/releases/download/v{LATEST_AGENT_VER}/winagent-v{LATEST_AGENT_VER}.exe"

5229
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,20 +10,20 @@
"test:e2e:ci": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\""
},
"dependencies": {
"@quasar/extras": "^1.11.1",
"@quasar/extras": "^1.11.4",
"apexcharts": "^3.27.1",
"axios": "^0.22.0",
"dotenv": "^8.6.0",
"prismjs": "^1.23.0",
"qrcode.vue": "^3.2.2",
"quasar": "^2.1.9",
"quasar": "^2.3.0",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue3-apexcharts": "^1.4.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@quasar/app": "^3.1.5",
"@quasar/cli": "^1.2.1"
"@quasar/app": "^3.1.10",
"@quasar/cli": "^1.2.2"
},
"browserslist": [
"last 2 Chrome versions",