From b19ee1dffce10d13682c20fa991092f816be2232 Mon Sep 17 00:00:00 2001 From: muhammed-abdulkadir Date: Tue, 3 Dec 2024 15:51:09 +0400 Subject: [PATCH] fix(package): update package lock Signed-off-by: muhammed-abdulkadir --- package-lock.json | 8 ++++++++ packages/concerto-types/package.json | 1 + 2 files changed, 9 insertions(+) diff --git a/package-lock.json b/package-lock.json index 0da089acc..7af7b0705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3786,6 +3786,13 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/ajv-dist": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv-dist/-/ajv-dist-8.17.1.tgz", + "integrity": "sha512-KzJwANMzTTR/RERGnkx+bHzmxIfMTPMMv7+cH1d6Lx9UQ7BZyhiieq4hnO5lRuBWOtYTUL8hyWs7RJYI/45Rtg==", + "dev": true, + "license": "MIT" + }, "node_modules/ajv-formats": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", @@ -13427,6 +13434,7 @@ "@accordproject/concerto-codegen": "3.30.2", "@accordproject/concerto-core": "3.19.9", "@accordproject/concerto-util": "3.19.9", + "ajv-dist": "^8.8.2", "eslint": "8.57.1", "jest": "29.7.0", "npm-run-all": "4.1.5", diff --git a/packages/concerto-types/package.json b/packages/concerto-types/package.json index 8c68ac059..bb1670928 100644 --- a/packages/concerto-types/package.json +++ b/packages/concerto-types/package.json @@ -35,6 +35,7 @@ "@accordproject/concerto-codegen": "3.30.2", "@accordproject/concerto-core": "3.19.9", "@accordproject/concerto-util": "3.19.9", + "ajv-dist": "^8.8.2", "eslint": "8.57.1", "jest": "29.7.0", "npm-run-all": "4.1.5",