Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 9503a26

Browse files
Patched Regular Expression Denial of Service (ReDoS) vulnerability
1 parent a6ac414 commit 9503a26

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@
4343
"tailwind-merge": "^3.0.2",
4444
"tailwind-scrollbar": "^4.0.1",
4545
"tailwindcss": "^4.0.15",
46-
"tw-animate-css": "^1.2.4"
46+
"tw-animate-css": "^1.2.4",
47+
"cross-spawn": "^6.0.6"
4748
},
4849
"devDependencies": {
4950
"@types/node": "18.11.10",
5051
"typescript": "^4.9.5",
51-
"next": "^14.2.25"
52+
"next": "^14.2.25",
53+
"cross-spawn": "^6.0.6"
5254
}
5355
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)