Skip to content

Commit dfc3c99

Browse files
authored
Merge pull request #214 from rtCamp/fix/security-issues-with-ajv
Fix: AJV related security vulnerabilities
2 parents 6e0c2d4 + dc87f34 commit dfc3c99

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"npm-run-all": "^4.1.5",
6868
"playwright": "^1.57.0",
6969
"prettier": "^3.7.4",
70-
"react-dom": "^19.2.4",
7170
"react": "^19.2.4",
71+
"react-dom": "^19.2.4",
7272
"storybook": "^9.1.17",
7373
"typescript": "~5.9.3",
7474
"typescript-eslint": "^8.53.0",
@@ -94,7 +94,8 @@
9494
"pnpm": {
9595
"overrides": {
9696
"minimatch": ">=10.2.1",
97-
"markdown-it": ">=14.1.1"
97+
"markdown-it": ">=14.1.1",
98+
"ajv@<6.14.0": "^6.14.0"
9899
}
99100
}
100101
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)