Skip to content

Commit bdfadf3

Browse files
sbhat222meta-codesync[bot]
authored andcommitted
Fix security vulnarbilities
Summary: **Summary** In preparation for open sourcing * Fix security vulnarabilities reported in [oss repo](https://fburl.com/tasks/1io7v1ma) Reviewed By: sbchengyiwei111 Differential Revision: D89902720 fbshipit-source-id: 1b373cfa59cfb7be9c3a7fe57b3de9f33eac58f5
1 parent 16f39a4 commit bdfadf3

2 files changed

Lines changed: 77 additions & 61 deletions

File tree

package-lock.json

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

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"lint:all": "npm run lint && npm run type-check"
1212
},
1313
"dependencies": {
14-
"@auth0/nextjs-auth0": "4.9.0",
14+
"@auth0/nextjs-auth0": "4.13.0",
1515
"@types/facebook-js-sdk": "3.3.12",
1616
"@vercel/analytics": "1.5.0",
1717
"@vercel/postgres": "0.10.0",
1818
"@vercel/speed-insights": "1.2.0",
1919
"ably": "2.12.0",
20-
"axios": "1.11.0",
21-
"next": "15.5.3",
20+
"axios": "1.12.0",
21+
"next": "15.5.8",
2222
"react": "19.1.1",
2323
"react-dom": "19.1.1"
2424
},
@@ -34,6 +34,7 @@
3434
},
3535
"overrides": {
3636
"@types/react": "19.1.12",
37-
"@types/react-dom": "19.1.9"
37+
"@types/react-dom": "19.1.9",
38+
"js-yaml": "4.1.1"
3839
}
39-
}
40+
}

0 commit comments

Comments
 (0)