From 557079ecb85116a0426b14c4c6fffffed25889c6 Mon Sep 17 00:00:00 2001 From: clemgbld Date: Thu, 4 Jun 2026 07:32:29 +0200 Subject: [PATCH] fix(depWalker): bump ajv dependency in test fixtures --- workspaces/scanner/test/fixtures/depWalker/slimio.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/scanner/test/fixtures/depWalker/slimio.config.json b/workspaces/scanner/test/fixtures/depWalker/slimio.config.json index 938137fa..a40a29e1 100644 --- a/workspaces/scanner/test/fixtures/depWalker/slimio.config.json +++ b/workspaces/scanner/test/fixtures/depWalker/slimio.config.json @@ -26,7 +26,7 @@ "dependencies": { "@iarna/toml": "^2.2.3", "@slimio/is": "^1.5.1", - "ajv": "^6.11.0", + "ajv": "6.14.0", "lodash.clonedeep": "^4.5.0", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2",