From eb35183812c6f3104707955a917c0368fe42ecba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:57:00 +0000 Subject: [PATCH] Bump @auth0/auth0-spa-js from 1.22.6 to 2.0.4 in /example Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 1.22.6 to 2.0.4. - [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.22.6...v2.0.4) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index beb0402..add5865 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "dependencies": {}, "devDependencies": { "@PaackEng/frontend-elm-kit": "file:..", - "@auth0/auth0-spa-js": "^1.20.1", + "@auth0/auth0-spa-js": "^2.0.4", "elm": "^0.19.1-5", "elm-review": "^2.7.1", "elm-test": "^0.19.1-revision7"