diff --git a/clientsrc/package-lock.json b/clientsrc/package-lock.json index f87c99f..0486dc0 100644 --- a/clientsrc/package-lock.json +++ b/clientsrc/package-lock.json @@ -5,16 +5,24 @@ "requires": true, "dependencies": { "@auth0/auth0-spa-js": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-1.6.5.tgz", - "integrity": "sha512-pS5jF5DAHXeDssN9cJwOqAbgLYhJaXD2EBgeXkjfB3rrNcd7bYC9rOGckRTqyS2k2A05/N2aaRFnju81AgSDgQ==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-1.21.0.tgz", + "integrity": "sha512-a+8+onJdOIUSEEjdIzP/BGd731DZjBn2Q0tH+v7H+bN9ldeuBOifnjPbFwQAriL+94SwkaqhoFx3L6uGDk3+vg==", "requires": { - "browser-tabs-lock": "^1.2.7", - "core-js": "^3.6.4", + "abortcontroller-polyfill": "^1.7.3", + "browser-tabs-lock": "^1.2.15", + "core-js": "^3.20.3", "es-cookie": "^1.3.2", - "fast-text-encoding": "^1.0.1", - "promise-polyfill": "^8.1.3", - "unfetch": "^4.1.0" + "fast-text-encoding": "^1.0.3", + "promise-polyfill": "^8.2.1", + "unfetch": "^4.2.0" + }, + "dependencies": { + "core-js": { + "version": "3.22.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.3.tgz", + "integrity": "sha512-1t+2a/d2lppW1gkLXx3pKPVGbBdxXAkqztvWb1EJ8oF8O2gIGiytzflNiFEehYwVK/t2ryUsGBoOFFvNx95mbg==" + } } }, "@babel/code-frame": { @@ -986,20 +994,20 @@ } }, "@bcwdev/auth0-vue": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@bcwdev/auth0-vue/-/auth0-vue-0.0.7.tgz", - "integrity": "sha512-Gwz5oyJBqMuAaPgZknXayxUslm+fb7vmpm/uusMi5zVsyUTR7RE4SduHdT7Wl1VA+ixtNgkmW1xE8pR0+ooblw==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@bcwdev/auth0-vue/-/auth0-vue-0.0.12.tgz", + "integrity": "sha512-qOLeLjk2zYqBFA0kzgf4YbMPxIccJFqbi77rm1aV18SvwB6aSKcsD5Weo1lPcvNZI1pvcHiJR6OZfXWy4eayvQ==", "requires": { "@auth0/auth0-spa-js": "^1.6.2" } }, "@bcwdev/quickvue": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@bcwdev/quickvue/-/quickvue-0.1.2.tgz", - "integrity": "sha512-+zc4bLm+qG4r+P/nHRAP52sVGnErbZ3cWWY4QPJeghhzxP0FbqiFFHs2FBrLokgoRejSWlk0xA0FjaHoSfIGGA==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@bcwdev/quickvue/-/quickvue-0.1.8.tgz", + "integrity": "sha512-X4jLt+AYeiK4cGRb94ax4+/09ltXKYh3pFjmX1B+8ZceXZgdMdH4MTnemUNRJN3AyjUdIO8GODyWg1rc59nL8A==", "requires": { - "lightpath": "0.0.3", - "sweetalert2": "^9.7.0" + "lightpath": "0.0.7", + "sweetalert2": "^9.10.13" } }, "@hapi/address": { @@ -1774,6 +1782,11 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "dev": true }, + "abortcontroller-polyfill": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.3.tgz", + "integrity": "sha512-zetDJxd89y3X99Kvo4qFx8GKlt6GsvN3UcRZHwU6iFA/0KiOmhkTVhe8oRoTBiTVPZu09x3vCra47+w8Yz1+2Q==" + }, "accepts": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", @@ -2022,9 +2035,9 @@ "dev": true }, "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "dev": true, "requires": { "lodash": "^4.17.14" @@ -2351,9 +2364,19 @@ "dev": true }, "browser-tabs-lock": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/browser-tabs-lock/-/browser-tabs-lock-1.2.8.tgz", - "integrity": "sha512-Xrj33YUTltPDoGrD1KnaAn5ZuxnnlJFcIW9srVTPHbMNPd9MlcnBCWaGV0STlvGKu8Ok0ad5qxyx5sIwFTr/Ig==" + "version": "1.2.15", + "resolved": "https://registry.npmjs.org/browser-tabs-lock/-/browser-tabs-lock-1.2.15.tgz", + "integrity": "sha512-J8K9vdivK0Di+b8SBdE7EZxDr88TnATing7XoLw6+nFkXMQ6sVBh92K3NQvZlZU91AIkFRi0w3sztk5Z+vsswA==", + "requires": { + "lodash": ">=4.17.21" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + } }, "browserify-aes": { "version": "1.2.0", @@ -4519,9 +4542,9 @@ "dev": true }, "fast-text-encoding": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.1.tgz", - "integrity": "sha512-x4FEgaz3zNRtJfLFqJmHWxkMDDvXVtaznj2V9jiP8ACUJrUgist4bP9FmDL2Vew2Y9mEQI/tG4GqabaitYp9CQ==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz", + "integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==" }, "faye-websocket": { "version": "0.10.0", @@ -6495,9 +6518,9 @@ } }, "lightpath": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/lightpath/-/lightpath-0.0.3.tgz", - "integrity": "sha512-ByzVMBn0erJXtNEd0FtfHSXKRMn7GMn+jEooY3iqfRlW3tvLtNelEwRcf1jqmB2J3MwSHdPJ0o0Gyih3hG+Eog==" + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/lightpath/-/lightpath-0.0.7.tgz", + "integrity": "sha512-qpdsY70ytyuJnJDVisj0XveLZiHSfOufANlHecMPYHQnGqfcUXzNZ2pZbcmqReITWEhdbWs3dcCIksLNYdWCrw==" }, "lines-and-columns": { "version": "1.1.6", @@ -8355,9 +8378,9 @@ "dev": true }, "promise-polyfill": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.3.tgz", - "integrity": "sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g==" + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.2.3.tgz", + "integrity": "sha512-Og0+jCRQetV84U8wVjMNccfGCnMQ9mGs9Hv78QFe+pSDD3gWTpz0y+1QCuxy5d/vBFuZ3iwP2eycAkvqIMPmWg==" }, "proxy-addr": { "version": "2.0.6", @@ -9780,9 +9803,9 @@ } }, "sweetalert2": { - "version": "9.10.8", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-9.10.8.tgz", - "integrity": "sha512-OqHgFs0QWbNN4qdOt9hkvDTA1+pHTrw8yNARECQdCpBmTKxC5OttgXmnGE5kXsgrT7h7BlCjDFqSAZ+Qnk3S3A==" + "version": "9.17.2", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-9.17.2.tgz", + "integrity": "sha512-HkpPZVMYsnhFUBLdy/LvkU9snggKP3VAuSVnPhVXjxdg02lWbFx0W8H3m7A+WMWw2diXZS1wIa4m67XkNxdvew==" }, "tapable": { "version": "1.1.3", @@ -10067,9 +10090,9 @@ } }, "unfetch": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.1.0.tgz", - "integrity": "sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", + "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4",