Skip to content

Commit 689c4bc

Browse files
authored
Merge pull request #293 from cipherstash/fix/cip-2761-2762-next-ajv-overrides
fix(deps): remediate next and ajv vulnerabilities
2 parents 58beea5 + f2fe94d commit 689c4bc

File tree

2 files changed

+98
-537
lines changed

2 files changed

+98
-537
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
"lodash": ">=4.17.23",
6060
"minimatch": ">=10.2.1",
6161
"@isaacs/brace-expansion": ">=5.0.1",
62-
"fast-xml-parser": ">=5.3.4"
62+
"fast-xml-parser": ">=5.3.4",
63+
"next": ">=15.5.10",
64+
"ajv": ">=8.18.0"
6365
},
6466
"peerDependencyRules": {
6567
"ignoreMissing": [

0 commit comments

Comments
 (0)