Updated auth library
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
This commit is contained in:
parent
1af0157bbf
commit
99971a6f98
2 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
"create-ba-web-app": "node ./bin/create-project.js"
|
"create-ba-web-app": "node ./bin/create-project.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@BridgemanAccessible/ba-auth": "^1.0.27",
|
"@BridgemanAccessible/ba-auth": "^1.0.28",
|
||||||
"@BridgemanAccessible/ba-logging": "^1.0.1",
|
"@BridgemanAccessible/ba-logging": "^1.0.1",
|
||||||
"express": "^4.19.2",
|
"express": "^4.19.2",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
"@BridgemanAccessible/ba-auth@^1.0.27":
|
"@BridgemanAccessible/ba-auth@^1.0.28":
|
||||||
version "1.0.27"
|
version "1.0.28"
|
||||||
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.27.tgz#02f3a63c22c92e5167472309db2e7a0ba5c7a908"
|
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.28.tgz#61b6ee77a3c4a095faf0f49f8fceff59329b67c8"
|
||||||
integrity sha512-u3hengCsjF5sv1sF4VxFzgBK+oij1TwZYSOB1q1NOX7llCNWppQ4pIBZHLMJpXNKqoxJPt1Dez2ivbloUokttg==
|
integrity sha512-FQW+dQ5J0gjnJ69hhua+9Cbfu7fsuwYoRjmsTpwVRw6ss/q/y8ZZ0pz9n1lGnCQ6bI/HkeuPqBwpw0Ho4LT3ZQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@BridgemanAccessible/ba-logging" "^1.0.1"
|
"@BridgemanAccessible/ba-logging" "^1.0.1"
|
||||||
"@azure/identity" "^4.0.1"
|
"@azure/identity" "^4.0.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue