chore(dependencies): update ajv and related dependencies in pnpm-lock.yaml and pnpm-workspace.yaml for compatibility

This commit is contained in:
Ivan 2026-06-29 07:41:19 -05:00
parent 71f1ccbb98
commit 5e53e142b3
No known key found for this signature in database
2 changed files with 23 additions and 1 deletions

23
pnpm-lock.yaml generated
View file

@ -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: {}

View file

@ -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"