Skip to content

Commit

Permalink
Merge branch 'main' into fix/dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored May 11, 2024
2 parents 947306c + 8a3fe92 commit 7c2f471
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 71 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @inrupt/apps-owners
* @inrupt/engineering
119 changes: 51 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"bootstrap-icons": "^1.9.1",
"event-emitter-promisify": "^1.1.0",
"n3": "^1.17.0",
"next": "^13.5.1",
"next": "^14.1.1",
"rdf-dereference": "^2.1.0",
"rdf-namespaces": "^1.11.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/updateClientId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const clientSecret = process.env.CLIENT_SECRET;
// build client id doc
const clientIdDoc = buildClientIdentifierDoc(
"http://localhost:3000/",
clientId as string
CLIENT_ID_DOC_IRI
);

async function updateClientId() {
Expand Down

0 comments on commit 7c2f471

Please sign in to comment.