From 38c84ae3a0ece56da41e6c70229b0380565645a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 10:23:34 +0100 Subject: [PATCH] build(deps): bump apple-auth from 1.0.6 to 1.0.7 (#12942) Bumps [apple-auth](https://github.com/ananay/apple-auth) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/ananay/apple-auth/releases) - [Commits](https://github.com/ananay/apple-auth/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++-------------- package.json | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34b0126c64..37503b92e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1840,23 +1840,13 @@ } }, "apple-auth": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/apple-auth/-/apple-auth-1.0.6.tgz", - "integrity": "sha512-dICsYIHBTX+7/1xdJZ4y4U08zOxEnL67GQ77l/HSKqEx9uC1wsY5dNjgbZf2F/1QnzAxDbAAHo0DgUCrA1k7zQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/apple-auth/-/apple-auth-1.0.7.tgz", + "integrity": "sha512-vfJqy4KtT5KHflxBSemc0mkWuy2GU2wHWaZ6xVWUjPmiXkJcLj5jB3IeCbDLF4wN+ZStjOQXZWfGwccBjclVlA==", "requires": { - "axios": "^0.19.0", + "axios": "^0.21.1", "express": "^4.17.1", "jsonwebtoken": "^8.5.1" - }, - "dependencies": { - "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", - "requires": { - "follow-redirects": "1.5.10" - } - } } }, "aproba": { diff --git a/package.json b/package.json index 8b12a2f685..899869a647 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "amazon-payments": "^0.2.8", "amplitude": "^5.1.4", "apidoc": "^0.26.0", - "apple-auth": "^1.0.6", + "apple-auth": "^1.0.7", "bcrypt": "^5.0.0", "body-parser": "^1.18.3", "compression": "^1.7.4",