From faa5cf7f2ba936be15a95181149d76147bea905d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:08:33 +0000 Subject: [PATCH] fix(deps): update dependency ajv to v8 --- package-lock.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d9c8089..881fbab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14205,9 +14205,19 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz", + "integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "BSD-3-Clause" }, "node_modules/fastparse": { @@ -30177,7 +30187,7 @@ "@stoplight/spectral-core": "^1.19.1", "@stoplight/spectral-functions": "^1.9.3", "@viz-js/viz": "^3.9.0", - "ajv": "^8.12.0", + "ajv": "^8.17.1", "copyfiles": "^2.4.1", "graphviz-cli": "^2.0.0", "js-yaml": "^4.1.0",