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

Commit 77806e8

Browse files
authored
This fixes the new CVEs reported to React/next (#14315)
This fixes the [new CVEs](https://nextjs.org/blog/security-update-2025-12-11) reported to React/next I also cleaned up some yelling peer dependencies that were storybook and jest related. Did a full build of the site and library, no new errors/warnings <img width="1512" height="826" alt="Screenshot 2025-12-12 at 9 21 31 AM" src="https://github.com/user-attachments/assets/51cf3228-6b93-4e24-a330-50d473601548" />
1 parent 5b9f92e commit 77806e8

File tree

6 files changed

+263
-342
lines changed

6 files changed

+263
-342
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"execa": "^5.0.0",
5353
"jest": "^29.7.0",
5454
"jest-environment-jsdom": "^29.7.0",
55-
"jest-preset-stylelint": "^5.0.3",
55+
"jest-preset-stylelint": "^7.3.0",
5656
"jest-watch-typeahead": "^2.2.2",
5757
"js-yaml": "^4.1.0",
5858
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)