From 7c91460cfc4869e3628c794a82ceccfb93f62f11 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 25 May 2022 04:37:35 +0000 Subject: [PATCH] Build(deps): bump @auth0/auth0-spa-js from 1.21.1 to 1.22.0 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 1.21.1 to 1.22.0. - [Release notes](https://github.com/auth0/auth0-spa-js/releases) - [Changelog](https://github.com/auth0/auth0-spa-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0-spa-js/compare/v1.21.1...v1.22.0) --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f2a9280..329ef2e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "private": true, "dependencies": { "@apollo/client": "^3.6.5", - "@auth0/auth0-spa-js": "^1.21.1", + "@auth0/auth0-spa-js": "^1.22.0", "@nuxtjs/composition-api": "^0.32.0", "@nuxtjs/i18n": "^7.2.2", "@nuxtjs/moment": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index dec8efa..ce0ba11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -75,14 +75,14 @@ dependencies: "@apollographql/graphql-language-service-types" "^2.0.0" -"@auth0/auth0-spa-js@^1.21.1": - version "1.21.1" - resolved "https://registry.yarnpkg.com/@auth0/auth0-spa-js/-/auth0-spa-js-1.21.1.tgz#85c6bdfbc35909e215edc1caaba5fcda51efc2e2" - integrity sha512-0gIOXw7dnj/8A8MIff2rVX3fDDu5YtLVaGR1IpFd7qbMIhOayeRnuXWOnUDQMLX7zETt+N6/AvC7G99THpqgBA== +"@auth0/auth0-spa-js@^1.22.0": + version "1.22.0" + resolved "https://registry.yarnpkg.com/@auth0/auth0-spa-js/-/auth0-spa-js-1.22.0.tgz#3e7b494efed9c1aea1744b4addb3393dc99e1508" + integrity sha512-y4/vd7dhAwD3ueYAZhuo06muv/scxq+lHnI2lsT5h/3gSLOOXjDE2rjVmMexeYw4t02oXwHpjphYPfL9hgUsuA== dependencies: abortcontroller-polyfill "^1.7.3" browser-tabs-lock "^1.2.15" - core-js "^3.22.0" + core-js "^3.22.4" es-cookie "^1.3.2" fast-text-encoding "^1.0.3" promise-polyfill "^8.2.3" @@ -4890,10 +4890,10 @@ core-js-pure@^3.10.2, core-js-pure@^3.20.2: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.20.2.tgz#5d263565f0e34ceeeccdc4422fae3e84ca6b8c0f" integrity sha512-CmWHvSKn2vNL6p6StNp1EmMIfVY/pqn3JLAjfZQ8WZGPOlGoO92EkX9/Mk81i6GxvoPXjUqEQnpM3rJ5QxxIOg== -core-js@3, core-js@^3.0.1, core-js@^3.22.0: - version "3.22.6" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.6.tgz#294dd824b4cae2c24725a36baa4a791ed00bb0de" - integrity sha512-2IGcGH00z9I4twgNWU4uGCNEsBFG1s2JudVQrgSCoVhOfwoTwQjxC8aMo9exrpTMOxvobggEpaHnGMmQY4cfBQ== +core-js@3, core-js@^3.0.1, core-js@^3.22.4: + version "3.22.7" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.7.tgz#8d6c37f630f6139b8732d10f2c114c3f1d00024f" + integrity sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg== core-js@^2.6.5: version "2.6.12"