diff --git a/package-lock.json b/package-lock.json index f5cf6235..85101e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@auth0/auth0-spa-js": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-1.6.2.tgz", - "integrity": "sha512-FaPLOY3tmBn/kLVroPgsiqtblfowd9bboMOtd7re49WgLp9rGwcI55bcz1wP/b33INi/0jhMlpzRWtyu8OK1wA==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-1.6.3.tgz", + "integrity": "sha512-jbK6qrcy3N8bAltP/sEdv9vo0eML9LneAESB05K/MPCwZVUJN9hu+y42DxfI7kH6dnVNyUbJohgpimv+eNonlQ==", "requires": { "browser-tabs-lock": "^1.2.1", "core-js": "^3.2.1", @@ -15,13 +15,6 @@ "fast-text-encoding": "^1.0.0", "promise-polyfill": "^8.1.3", "unfetch": "^4.1.0" - }, - "dependencies": { - "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" - } } }, "@babel/code-frame": { @@ -7244,9 +7237,9 @@ } }, "es-cookie": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/es-cookie/-/es-cookie-1.3.1.tgz", - "integrity": "sha512-8buG52dHo4NrUlcZG5TCPkbZjHIvFgpQ7Z0X2GhQuhu8qNHuMOm/jQ0eZwbARtjZ4rB6HP6cpltbx/FtCA6tUQ==" + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/es-cookie/-/es-cookie-1.3.2.tgz", + "integrity": "sha512-UTlYYhXGLOy05P/vKVT2Ui7WtC7NiRzGtJyAKKn32g5Gvcjn7KAClLPWlipCtxIus934dFg9o9jXiBL0nP+t9Q==" }, "es-to-primitive": { "version": "1.2.1", diff --git a/package.json b/package.json index 75027acb..b70d79fd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "vue-cli-service test:unit" }, "dependencies": { - "@auth0/auth0-spa-js": "^1.6.2", + "@auth0/auth0-spa-js": "^1.6.3", "axios": "^0.19.2", "core-js": "^3.6.4", "moment": "^2.24.0",