From 3594afd3aaaa6436fd089cc96c0378d40e7d6733 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 10 Jan 2022 08:49:22 +0000 Subject: [PATCH] update reqs --- api/tacticalrmm/requirements.txt | 4 +- web/package-lock.json | 68 ++++++++++++++++---------------- web/package.json | 12 +++--- 3 files changed, 42 insertions(+), 42 deletions(-) diff --git a/api/tacticalrmm/requirements.txt b/api/tacticalrmm/requirements.txt index 1ce98cff..1e21aa26 100644 --- a/api/tacticalrmm/requirements.txt +++ b/api/tacticalrmm/requirements.txt @@ -23,7 +23,7 @@ pycryptodome==3.12.0 pyotp==2.6.0 pyparsing==3.0.6 pytz==2021.3 -qrcode==6.1 +qrcode==7.3.1 redis==4.1.0 requests==2.27.1 six==1.16.0 @@ -33,6 +33,6 @@ urllib3==1.26.8 uWSGI==2.0.20 validators==0.18.2 vine==5.0.0 -websockets==9.1 +websockets==10.1 zipp==3.7.0 drf_spectacular==0.21.1 \ No newline at end of file diff --git a/web/package-lock.json b/web/package-lock.json index 0410cb19..62f99807 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,14 +8,14 @@ "name": "web", "version": "0.1.8", "dependencies": { - "@quasar/extras": "^1.12.2", - "apexcharts": "^3.27.1", + "@quasar/extras": "^1.12.3", + "apexcharts": "^3.32.1", "axios": "^0.24.0", - "dotenv": "^8.6.0", - "qrcode.vue": "^3.2.2", + "dotenv": "^10.0.0", + "qrcode.vue": "^3.3.3", "quasar": "^2.4.4", - "vue3-ace-editor": "^2.2.1", - "vue3-apexcharts": "^1.4.0", + "vue3-ace-editor": "^2.2.2", + "vue3-apexcharts": "^1.4.1", "vuedraggable": "^4.1.0", "vuex": "^4.0.2" }, @@ -2295,9 +2295,9 @@ } }, "node_modules/@quasar/extras": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.12.2.tgz", - "integrity": "sha512-WDsmEdKJX5axXlkrVZUGAq++tsJ2jRwgSnZXt4TT6csyxM0rmDAoVbYNrc0KaQuEe9QXgHT2QDaaYzymfE616A==", + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.12.3.tgz", + "integrity": "sha512-BIWpysRnHqbroPnCtWQPNUdhLo97p45RC7J+SVgJH3hdsCHkwJTBMAwaw1522SJn+nEkrPKq1YLm0MgAYmPvvw==", "funding": { "type": "github", "url": "https://donate.quasar.dev" @@ -3110,9 +3110,9 @@ } }, "node_modules/apexcharts": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.32.0.tgz", - "integrity": "sha512-9VUyiTR2RgD4NIJOOdKxxi8tjzrKCBMr7HjWxsw+5lDPu/tZJLVudpgFhlNTIy3CbhxQ4edaiTttmbo6eDDgiA==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.32.1.tgz", + "integrity": "sha512-8rcB7u616lXXANG49h9vwyX0gZh0DWi4D23VnE8IU5grjaxW69IiXYldn+jB9Av407w8RVZjUv1xUpk0JlxxMg==", "dependencies": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -5492,9 +5492,9 @@ } }, "node_modules/dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", "engines": { "node": ">=10" } @@ -12236,13 +12236,13 @@ "dev": true }, "node_modules/vue3-ace-editor": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/vue3-ace-editor/-/vue3-ace-editor-2.2.1.tgz", - "integrity": "sha512-rtTjXZ0jn4AnpRbMnX3+VF0pS4Fo1w0LqexG+F4KAM5Z8QMckkOIEXUbu0pbLgyg0upwu9F+aF6wE3mH6SL1+A==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/vue3-ace-editor/-/vue3-ace-editor-2.2.2.tgz", + "integrity": "sha512-fZ6OWosbU+odLrtrcGC/536QjCigujYJB0Hf6/tBp+ef/ohTadwQAqyBlVzOmvrmzZyubphpV9zkaZcx5Fuivw==", "dependencies": { - "ace-builds": "^1.4.12", + "ace-builds": "^1.4.13", "resize-observer-polyfill": "^1.5.1", - "vue": "^3.0.0" + "vue": "^3.2.26" } }, "node_modules/vue3-apexcharts": { @@ -14580,9 +14580,9 @@ } }, "@quasar/extras": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.12.2.tgz", - "integrity": "sha512-WDsmEdKJX5axXlkrVZUGAq++tsJ2jRwgSnZXt4TT6csyxM0rmDAoVbYNrc0KaQuEe9QXgHT2QDaaYzymfE616A==" + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.12.3.tgz", + "integrity": "sha512-BIWpysRnHqbroPnCtWQPNUdhLo97p45RC7J+SVgJH3hdsCHkwJTBMAwaw1522SJn+nEkrPKq1YLm0MgAYmPvvw==" }, "@quasar/fastclick": { "version": "1.1.4", @@ -15306,9 +15306,9 @@ } }, "apexcharts": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.32.0.tgz", - "integrity": "sha512-9VUyiTR2RgD4NIJOOdKxxi8tjzrKCBMr7HjWxsw+5lDPu/tZJLVudpgFhlNTIy3CbhxQ4edaiTttmbo6eDDgiA==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.32.1.tgz", + "integrity": "sha512-8rcB7u616lXXANG49h9vwyX0gZh0DWi4D23VnE8IU5grjaxW69IiXYldn+jB9Av407w8RVZjUv1xUpk0JlxxMg==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -17159,9 +17159,9 @@ } }, "dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" }, "download": { "version": "7.1.0", @@ -22257,13 +22257,13 @@ } }, "vue3-ace-editor": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/vue3-ace-editor/-/vue3-ace-editor-2.2.1.tgz", - "integrity": "sha512-rtTjXZ0jn4AnpRbMnX3+VF0pS4Fo1w0LqexG+F4KAM5Z8QMckkOIEXUbu0pbLgyg0upwu9F+aF6wE3mH6SL1+A==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/vue3-ace-editor/-/vue3-ace-editor-2.2.2.tgz", + "integrity": "sha512-fZ6OWosbU+odLrtrcGC/536QjCigujYJB0Hf6/tBp+ef/ohTadwQAqyBlVzOmvrmzZyubphpV9zkaZcx5Fuivw==", "requires": { - "ace-builds": "^1.4.12", + "ace-builds": "^1.4.13", "resize-observer-polyfill": "^1.5.1", - "vue": "^3.0.0" + "vue": "^3.2.26" } }, "vue3-apexcharts": { diff --git a/web/package.json b/web/package.json index 87cf6f19..be2b3004 100644 --- a/web/package.json +++ b/web/package.json @@ -10,14 +10,14 @@ "test:e2e:ci": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\"" }, "dependencies": { - "@quasar/extras": "^1.12.2", - "apexcharts": "^3.27.1", + "@quasar/extras": "^1.12.3", + "apexcharts": "^3.32.1", "axios": "^0.24.0", - "dotenv": "^8.6.0", - "qrcode.vue": "^3.2.2", + "dotenv": "^10.0.0", + "qrcode.vue": "^3.3.3", "quasar": "^2.4.4", - "vue3-ace-editor": "^2.2.1", - "vue3-apexcharts": "^1.4.0", + "vue3-ace-editor": "^2.2.2", + "vue3-apexcharts": "^1.4.1", "vuedraggable": "^4.1.0", "vuex": "^4.0.2" },