diff --git a/api/tacticalrmm/requirements-test.txt b/api/tacticalrmm/requirements-test.txt index 2e9c2d70..8af47bc0 100644 --- a/api/tacticalrmm/requirements-test.txt +++ b/api/tacticalrmm/requirements-test.txt @@ -12,8 +12,8 @@ Click==7.0 cryptography==2.8 decorator==4.4.1 distro==1.4.0 -Django==3.0 -django-cors-headers==3.2.0 +Django==3.0.2 +django-cors-headers==3.2.1 django-rest-knox==4.1.0 djangorestframework==3.11.0 idna==2.8 @@ -22,16 +22,14 @@ kombu==4.6.7 loguru==0.4.0 mock==3.0.5 more-itertools==8.0.2 -packaging==19.2 -pathspec==0.6.0 +pathspec==0.7.0 psycopg2-binary==2.8.4 pycparser==2.19 pymongo==3.10.0 pyotp==2.3.0 -pyparsing==2.4.5 pytz==2019.3 redis==3.3.11 -regex==2019.12.9 +regex==2019.12.20 requests==2.22.0 six==1.13.0 sqlparse==0.3.0 diff --git a/api/tacticalrmm/requirements.txt b/api/tacticalrmm/requirements.txt index a61054e9..11aa6a66 100644 --- a/api/tacticalrmm/requirements.txt +++ b/api/tacticalrmm/requirements.txt @@ -12,8 +12,8 @@ Click==7.0 cryptography==2.8 decorator==4.4.1 distro==1.4.0 -Django==3.0 -django-cors-headers==3.2.0 +Django==3.0.2 +django-cors-headers==3.2.1 django-rest-knox==4.1.0 djangorestframework==3.11.0 idna==2.8 @@ -21,16 +21,14 @@ importlib-metadata==1.3.0 kombu==4.6.7 loguru==0.4.0 more-itertools==8.0.2 -packaging==19.2 -pathspec==0.6.0 +pathspec==0.7.0 psycopg2-binary==2.8.4 pycparser==2.19 pymongo==3.10.0 pyotp==2.3.0 -pyparsing==2.4.5 pytz==2019.3 redis==3.3.11 -regex==2019.12.9 +regex==2019.12.20 requests==2.22.0 six==1.13.0 sqlparse==0.3.0 diff --git a/web/package-lock.json b/web/package-lock.json index e36e4a98..d2f4d89d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8354,9 +8354,9 @@ "dev": true }, "quasar": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/quasar/-/quasar-1.5.10.tgz", - "integrity": "sha512-KSF+UDYjT1XsPZFu87YczD8cDOjKgoH7XfoRULu/t607xIXZwUOfIIeeptaQeUEhhoMljkg8Gy+aLM71E6RLcw==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/quasar/-/quasar-1.6.0.tgz", + "integrity": "sha512-27/79Jfh6QHa2JhfyQfTYvRsy82wSQ6X5WNGpXHKYGkpeWGsRM/44SxDTYjJalIv9V8SGmC470Vo+yasfWX02Q==" }, "query-string": { "version": "4.3.4", diff --git a/web/package.json b/web/package.json index 6b135f75..3b83b044 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "@quasar/extras": "^1.3.3", "axios": "^0.19.0", "core-js": "^3.4.5", - "quasar": "^1.5.10", + "quasar": "^1.6.0", "vue": "^2.6.11", "vue-router": "^3.1.3", "vuex": "^3.1.2"