From c21edb009fa57a40f9437513f804c1bb08f092b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2020 03:58:23 +0000 Subject: [PATCH] fix: upgrade @auth0/auth0-spa-js from 1.6.2 to 1.6.3 Snyk has created this PR to upgrade @auth0/auth0-spa-js from 1.6.2 to 1.6.3. See this package in NPM: https://www.npmjs.com/package/@auth0/auth0-spa-js See this project in Snyk: https://app.snyk.io/org/skyyaga/project/87330c50-1494-407b-b019-4f02416b78df?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 19 ++++++------------- package.json | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d19672e..ff960576 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 f9429fc8..0d9b1b5b 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.1", "core-js": "^3.6.4", "moment": "^2.24.0",