Skip to content

Commit

Permalink
fix usermgmt (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-hoffmann authored Feb 11, 2025
1 parent 0a88a97 commit d75f1ee
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions functions/alp-usermgmt/import.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{"imports": {
"@microsoft/microsoft-graph-client": "npm:@microsoft/microsoft-graph-client@^3.0.1",
"axios": "npm:axios@^1.6.0",
"compression": "npm:compression@^1.7.4",
"@microsoft/microsoft-graph-client": "npm:@microsoft/[email protected]",
"axios": "npm:[email protected]",
"compression": "npm:[email protected]",
"dotenv": "npm:[email protected]",
"express": "npm:express@^4.17.3",
"isomorphic-fetch": "npm:isomorphic-fetch@^3.0.0",
"jsonwebtoken": "npm:jsonwebtoken@^9.0.0",
"knex": "npm:knex@^3.1.0",
"express": "npm:[email protected]",
"isomorphic-fetch": "npm:[email protected]",
"jsonwebtoken": "npm:[email protected]",
"knex": "npm:[email protected]",
"lodash": "npm:[email protected]",
"lodash-es": "npm:[email protected]",
"passport-azure-ad": "npm:passport-azure-ad@^4.3.4",
"pg": "npm:pg@^8.3.0",
"reflect-metadata": "npm:reflect-metadata@^0.1.13",
"typedi": "npm:typedi@^0.10.0",
"uuid": "npm:uuid@^8.3.2",
"winston": "npm:winston@^3.7.2",
"passport-azure-ad": "npm:[email protected]",
"pg": "npm:[email protected]",
"reflect-metadata": "npm:[email protected]",
"typedi": "npm:[email protected]",
"uuid": "npm:[email protected]",
"winston": "npm:[email protected]",
"https": "node:https",
"crypto": "node:crypto",
"path": "https://deno.land/[email protected]/path/mod.ts",
Expand Down

0 comments on commit d75f1ee

Please sign in to comment.