Skip to content

Commit 0cff063

Browse files
committed
chore(deps): add ajv version override in package.json and pnpm-lock.yaml
This commit introduces an override for the ajv package in both package.json and pnpm-lock.yaml, ensuring that any version below 8.18.0 is replaced with 8.18.0 or higher. This change aims to maintain compatibility with dependencies relying on ajv while streamlining version management.
1 parent 126b6b5 commit 0cff063

File tree

2 files changed

+10
-37
lines changed

2 files changed

+10
-37
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@
150150
"onnxruntime-node",
151151
"protobufjs",
152152
"sharp"
153-
]
153+
],
154+
"overrides": {
155+
"ajv@<8.18.0": ">=8.18.0"
156+
}
154157
}
155158
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)