Skip to content

Commit 8bbb0ee

Browse files
authored
Fix CVE-2025-69873: upgrade ajv to non-vulnerable versions (#2083)
Update overrides to resolve ajv@6.15.0 (>=6.14.0) and ajv@8.20.0 (>=8.18.0) to address GHSA-2g4f-4pwh-qvx6. Signed-off-by: shreyah963 <shreyab963@gmail.com>
1 parent 3212eda commit 8bbb0ee

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@
8383
"uuid": ">=11.1.1",
8484
"ajv": ">=8.18.0",
8585
"@eslint/eslintrc": {
86-
"ajv": "^6.12.4"
86+
"ajv": "^6.14.0"
8787
},
8888
"eslint": {
89-
"ajv": "^6.12.4"
89+
"ajv": "^6.14.0",
90+
"table": {
91+
"ajv": ">=8.18.0"
92+
}
9093
}
9194
}
9295
}

0 commit comments

Comments
 (0)