Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into snyk-upgrade-0a866f38…
Browse files Browse the repository at this point in the history
…a7000083a1f97bc8beb035e7
  • Loading branch information
Johan Book authored and Johan Book committed Nov 3, 2023
2 parents 67575b4 + 1fa696c commit 36d99dd
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
18 changes: 9 additions & 9 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 @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/johanbook/meet#readme",
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class EmailService {
header: subject,
url,
}),
to: receivers.join(","),
bcc: receivers.join(","),
subject,
text,
});
Expand Down
92 changes: 46 additions & 46 deletions services/auth-ui/package-lock.json

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

6 changes: 3 additions & 3 deletions services/auth-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/node": "^16.18.58",
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.13",
"@types/react-dom": "^17.0.21",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
Expand All @@ -32,7 +32,7 @@
"react-i18next": "^13.3.1",
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.0",
"supertokens-auth-react": "^0.31.5",
"supertokens-auth-react": "^0.35.5",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
Expand Down

0 comments on commit 36d99dd

Please sign in to comment.