Skip to content

Commit ebdcf43

Browse files
authored
Merge branch 'master' into Dropdown
2 parents 3788ca6 + 996562e commit ebdcf43

3 files changed

Lines changed: 32 additions & 22 deletions

File tree

.github/workflows/welcome-first-time-contrib.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: Welcome first time contributors
55

66
on:
7-
pull_request:
8-
types:
9-
- opened
7+
pull_request_target: # Needed to write welcome comments on fork PRs; script only uses the GitHub API.
8+
types:
9+
- opened # zizmor: ignore[dangerous-triggers]
1010
issues:
1111
types:
1212
- opened

package-lock.json

Lines changed: 28 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"net": "^1.0.2",
2929
"next": "^15.5.18",
3030
"next-on-netlify": "^3.0.1",
31-
"nodemailer": "^8.0.5",
31+
"nodemailer": "^9.0.1",
3232
"react": "^18.2.1",
3333
"react-confetti": "^6.1.0",
3434
"react-dom": "^18.2.1",

0 commit comments

Comments
 (0)