From ccdaa722e3ffb87ca73e9250fdfa20b97bb9dc69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Oct 2021 06:19:09 +0000 Subject: [PATCH] fix: upgrade @accounts/client from 0.31.1 to 0.33.0 Snyk has created this PR to upgrade @accounts/client from 0.31.1 to 0.33.0. See this package in npm: https://www.npmjs.com/package/@accounts/client See this project in Snyk: https://app.snyk.io/org/reactioncommerce/project/536303cd-177f-47dd-aa8b-35217cef374d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 41 +++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9851b7aa8..5652b140f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,19 +20,34 @@ } }, "@accounts/client": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@accounts/client/-/client-0.31.1.tgz", - "integrity": "sha512-gX8hzcRhoMhEePx50rKM6GKiiCCHsrM8BObJaYfAvFD+PZ2z4Ln0VYOws2Tyya9+LVb3+1hzG9rpyTHd7O0+ZA==", + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/@accounts/client/-/client-0.33.0.tgz", + "integrity": "sha512-uoFsbUqQs7/rElqQUZMqkoRlbTp2QjP6kM27HjLlbA1lrBj8Bv6rpuOaEP0ytImnG8PAiVBtV3IdBt9qJL8R1w==", "requires": { - "@accounts/types": "^0.31.1", + "@accounts/types": "^0.33.0", "jwt-decode": "3.1.2", - "tslib": "2.0.0" + "tslib": "2.1.0" }, "dependencies": { + "@accounts/types": { + "version": "0.33.1", + "resolved": "https://registry.npmjs.org/@accounts/types/-/types-0.33.1.tgz", + "integrity": "sha512-58gaKvDZHGpwmpRh9ihxLLZMuf4xwreW+RV1tE5hFU0gfCPHQTPM21z/dZZyOW5W1vGasArgnNjhkTgnlvblAQ==", + "requires": { + "tslib": "2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" + } + } + }, "tslib": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", - "integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" } } }, @@ -96,6 +111,16 @@ "tslib": "2.0.0" }, "dependencies": { + "@accounts/client": { + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/@accounts/client/-/client-0.31.1.tgz", + "integrity": "sha512-gX8hzcRhoMhEePx50rKM6GKiiCCHsrM8BObJaYfAvFD+PZ2z4Ln0VYOws2Tyya9+LVb3+1hzG9rpyTHd7O0+ZA==", + "requires": { + "@accounts/types": "^0.31.1", + "jwt-decode": "3.1.2", + "tslib": "2.0.0" + } + }, "tslib": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", diff --git a/package.json b/package.json index d2f1304d6..cda99cdf0 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "dependencies": { "@accounts/apollo-link": "^0.31.1", - "@accounts/client": "^0.31.1", + "@accounts/client": "^0.33.0", "@accounts/client-password": "^0.32.1", "@accounts/graphql-client": "^0.31.1", "@apollo/client": "^3.4.15",