From 5e53e142b317664646ed74accf5fc36637387910 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 29 Jun 2026 07:41:19 -0500 Subject: [PATCH] chore(dependencies): update ajv and related dependencies in pnpm-lock.yaml and pnpm-workspace.yaml for compatibility --- pnpm-lock.yaml | 23 ++++++++++++++++++++++- pnpm-workspace.yaml | 1 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51e57a3b..bb7aee39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,6 +7,7 @@ settings: overrides: '@electron/get': 3.1.0 ajv: '>=6.14.0' + app-builder-lib>ajv: ^8.18.0 ansi-regex: '>=6.0.1' strip-ansi: 6.0.1 strip-ansi>ansi-regex: 5.0.1 @@ -1009,6 +1010,9 @@ packages: ajv@6.14.0: resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} + ajv@8.20.0: + resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==} + ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} @@ -1670,6 +1674,9 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + fast-uri@3.0.1: + resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} + fdir@6.4.3: resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} peerDependencies: @@ -2224,6 +2231,9 @@ packages: json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + json-schema-traverse@1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} @@ -4410,6 +4420,13 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.2.2 + ajv@8.20.0: + dependencies: + fast-deep-equal: 3.1.3 + fast-uri: 3.0.1 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + ansi-regex@5.0.1: {} ansi-styles@4.0.0: @@ -4435,7 +4452,7 @@ snapshots: '@noble/hashes': 2.2.0 '@peculiar/webcrypto': 1.7.1 '@types/fs-extra': 9.0.13 - ajv: 6.14.0 + ajv: 8.20.0 asn1js: 3.0.10 async-exit-hook: 2.0.1 builder-util: 26.15.3 @@ -5212,6 +5229,8 @@ snapshots: fast-levenshtein@2.0.6: {} + fast-uri@3.0.1: {} + fdir@6.4.3(picomatch@4.0.4): optionalDependencies: picomatch: 4.0.4 @@ -5826,6 +5845,8 @@ snapshots: json-schema-traverse@0.4.1: {} + json-schema-traverse@1.0.0: {} + json-stable-stringify-without-jsonify@1.0.1: {} json-stringify-pretty-compact@4.0.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index df4012e5..e8ff909b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,6 +17,7 @@ allowBuilds: overrides: "@electron/get": "3.1.0" ajv: ">=6.14.0" + app-builder-lib>ajv: ^8.18.0 ansi-regex: ">=6.0.1" strip-ansi: "6.0.1" "strip-ansi>ansi-regex": "5.0.1"