Skip to content

Commit bf94cc9

Browse files
fix(security): correct ajv override range to prevent eslint breakage
- ajv limited to >=6.14.0 <7 to maintain compatibility with eslint which relies on the ajv@6 API (ajv@8 removed defaultMeta). - All other overrides from previous commit retained. Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
1 parent 0a7c71e commit bf94cc9

2 files changed

Lines changed: 59 additions & 42 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rollup": ">=4.59.0",
5959
"undici": ">=7.24.0",
6060
"qs": ">=6.14.2",
61-
"ajv": ">=6.14.0",
61+
"ajv": ">=6.14.0 <7",
6262
"flatted": ">=3.4.2"
6363
}
6464
}

0 commit comments

Comments
 (0)