From 589f7f1055da6aafc24637e734ccd56d31cf9461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 23:47:05 +0000 Subject: [PATCH] Bump postcss from 7.0.27 to 7.0.36 in /clientsrc Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.27...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] --- clientsrc/package-lock.json | 97 +++++++++++++++++++++++-------------- 1 file changed, 60 insertions(+), 37 deletions(-) diff --git a/clientsrc/package-lock.json b/clientsrc/package-lock.json index f87c99f..170edc2 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.15.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-1.15.0.tgz", + "integrity": "sha512-d/crchAbhncl9irIMuw1zNSZgX+id0U7mzASQr2htMJ73JCYaAvBSdGXL0WcYS4yBm1Xsx1JYm3b5tEZ5p/ncg==", "requires": { - "browser-tabs-lock": "^1.2.7", - "core-js": "^3.6.4", + "abortcontroller-polyfill": "^1.7.1", + "browser-tabs-lock": "^1.2.13", + "core-js": "^3.11.0", "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.0", + "unfetch": "^4.2.0" + }, + "dependencies": { + "core-js": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz", + "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==" + } } }, "@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", @@ -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.14", + "resolved": "https://registry.npmjs.org/browser-tabs-lock/-/browser-tabs-lock-1.2.14.tgz", + "integrity": "sha512-ssSpCRcvFe4vc098LDnrJOQDfZiG35KhQGB9hthTbwJk5mmUkePwhcMlW61NH3YuIE2Y9uGLqf9yxEBKbaDlaw==", + "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", @@ -7725,9 +7748,9 @@ "dev": true }, "postcss": { - "version": "7.0.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.27.tgz", - "integrity": "sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ==", + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "dev": true, "requires": { "chalk": "^2.4.2", @@ -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.0", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.2.0.tgz", + "integrity": "sha512-k/TC0mIcPVF6yHhUvwAp7cvL6I2fFV7TzF1DuGPI8mBh4QQazf36xCKEHKTZKRysEoTQoQdKyP25J8MPJp7j5g==" }, "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",