Skip to content

Commit f45df48

Browse files
authored
Fix CVE-2025-66478 (#12)
* Fix CVE-2025-66478 * Update version
1 parent 96ead18 commit f45df48

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

Versions/v0-1-9.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Updates v0.1.9
2+
Not the normal updates, this update fixes (aka updates) next to the latest version that has patchedCVE-2025-66478

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"geist": "^1.5.1",
3333
"lucide-react": "^0.546.0",
3434
"marked-react": "^3.0.2",
35-
"next": "^16.0.2",
35+
"next": "^16.0.7",
3636
"next-themes": "^0.4.6",
3737
"prism-react-renderer": "^2.4.1",
3838
"radix-ui": "^1.4.3",

apps/web/projectData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const data = {
2-
version: "0.1.8",
2+
version: "0.1.9",
33
};
44

55
export default data;

bun.lock

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

0 commit comments

Comments
 (0)