From 119102ff6199fb7002bab25aaf1d914e1ac54de9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 09:53:30 +0200 Subject: [PATCH] build(deps): bump apple-auth from 1.0.5 to 1.0.6 (#12161) Bumps [apple-auth](https://github.com/ananay/apple-auth) from 1.0.5 to 1.0.6. - [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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bee2a32684..368c714a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2190,9 +2190,9 @@ } }, "apple-auth": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/apple-auth/-/apple-auth-1.0.5.tgz", - "integrity": "sha512-EbMm0rqWyUANxHJfiNGrvLkS3acdBfAj0TJ1hnA/jxq7+l9GTd2br5ajgjBjcHT5bbN6CsvuZFAdYofzn1J/6A==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/apple-auth/-/apple-auth-1.0.6.tgz", + "integrity": "sha512-dICsYIHBTX+7/1xdJZ4y4U08zOxEnL67GQ77l/HSKqEx9uC1wsY5dNjgbZf2F/1QnzAxDbAAHo0DgUCrA1k7zQ==", "requires": { "axios": "^0.19.0", "express": "^4.17.1", diff --git a/package.json b/package.json index 69107292d9..867947bb2f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "amplitude": "^3.5.0", "apidoc": "^0.17.5", "apn": "^2.2.0", - "apple-auth": "^1.0.5", + "apple-auth": "^1.0.6", "bcrypt": "^3.0.8", "body-parser": "^1.18.3", "compression": "^1.7.4",