Skip to content

Commit

Permalink
Merge pull request #204 from nipunsampath/auth-spa-version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunsampath authored Nov 6, 2023
2 parents 07b551f + ef0aa38 commit f003ecd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@asgardeo/auth-spa": "^2.0.1"
"@asgardeo/auth-spa": "^2.0.2"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@asgardeo/auth-js@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-4.0.1.tgz#0ef723ad4d053b7299374b1a0fc37ed685b0ce39"
integrity sha512-YbHvW3xXZoYiSShbPZdGSx8KjsBJDlo3lBV+GbsHebxgTWYkJc+xkmNXNWRJqlSVrzou4h71vknBv4zFWOUCbQ==
"@asgardeo/auth-js@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-4.0.2.tgz#d6f657aff08ec95a6c36aaae55a9622be25f3261"
integrity sha512-7+3rxPIVDrS8uHeFmT/RjwAAMz3F/h+SBMJ2Dxi2Cnp9/pQ9ZuxHbyS7IPyBOQ2X2TTQeBJO8uL8YWMo7g/Egw==

"@asgardeo/auth-spa@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-2.0.1.tgz#3701c35e04baed824d8eb2a288236ce032146e6f"
integrity sha512-h8zb11/Muu6m0JLcfwnmIY53Egogb/cDTliT2nbUJx25v7KE8qEe97kCvdc0lMdNQLyf9XU7DgE/4WkeRnuljQ==
"@asgardeo/auth-spa@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-2.0.2.tgz#9cad17d9cc278264f1f5b1e34de1bc03dfce25eb"
integrity sha512-Ks1n+LwLR2dDLLTWgO5xnfSp6kGFlGdVqYtWXhbG3Cj8SNvLcrS+EBn9tIMdxBiA1uQNOsZRTmtns6UMYnPwyQ==
dependencies:
"@asgardeo/auth-js" "^4.0.1"
"@asgardeo/auth-js" "^4.0.2"
await-semaphore "^0.1.3"
axios "^0.26.0"
base64url "^3.0.1"
Expand Down

0 comments on commit f003ecd

Please sign in to comment.