update reqs

This commit is contained in:
wh1te909 2021-01-14 02:27:40 +00:00
parent 7b2ec90de9
commit d9a52c4a2a
3 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ cffi==1.14.4
chardet==4.0.0
cryptography==3.3.1
decorator==4.4.2
Django==3.1.4
Django==3.1.5
django-cors-headers==3.6.0
django-rest-knox==4.1.0
djangorestframework==3.12.2
@ -23,13 +23,13 @@ pycparser==2.20
pycryptodome==3.9.9
pyotp==2.4.1
pyparsing==2.4.7
pytz==2020.4
pytz==2020.5
qrcode==6.1
redis==3.5.3
requests==2.25.1
six==1.15.0
sqlparse==0.4.1
twilio==6.50.1
twilio==6.51.0
urllib3==1.26.2
uWSGI==2.0.19.1
validators==0.18.2

6
web/package-lock.json generated
View File

@ -3933,9 +3933,9 @@
}
},
"@quasar/extras": {
"version": "1.9.12",
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.9.12.tgz",
"integrity": "sha512-RZxwvOBYfptUUFUz81fsgRCaifB/rdwRvb7+/+ng5OQyK+VqRoCJZK6GDWNZPj0wbNNyKprX28Mem3TNWTHCMg=="
"version": "1.9.13",
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.9.13.tgz",
"integrity": "sha512-9ptRGMjBqfgxzLmH4MOlzSzmkwg7JAkWaB+EqDuZmjHyqkAGjGkuZj2LK4qbJdgveR94mlsJHb5fKojKzGkt0w=="
},
"@quasar/fastclick": {
"version": "1.1.4",

View File

@ -9,7 +9,7 @@
"test:unit": "quasar test --unit jest"
},
"dependencies": {
"@quasar/extras": "^1.9.12",
"@quasar/extras": "^1.9.13",
"axios": "^0.21.1",
"apexcharts": "^3.23.1",
"dotenv": "^8.2.0",