Skip to content

Commit

Permalink
chore(deps): bump ajv to 8.17.1 (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet authored Jul 22, 2024
1 parent 048924d commit 3797272
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@stoplight/types": "~13.6.0",
"@types/es-aggregate-error": "^1.0.2",
"@types/json-schema": "^7.0.11",
"ajv": "^8.6.0",
"ajv": "^8.17.1",
"ajv-errors": "~3.0.0",
"ajv-formats": "~2.1.0",
"es-aggregate-error": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@stoplight/spectral-core": "^1.7.0",
"@stoplight/spectral-formats": "^1.0.0",
"@stoplight/spectral-runtime": "^1.1.0",
"ajv": "^8.6.3",
"ajv": "^8.17.1",
"ajv-draft-04": "~1.0.0",
"ajv-errors": "~3.0.0",
"ajv-formats": "~2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ruleset-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@stoplight/types": "^13.6.0",
"@stoplight/yaml": "~4.2.3",
"@types/node": "*",
"ajv": "^8.6.0",
"ajv": "^8.17.1",
"ast-types": "0.14.2",
"astring": "^1.7.5",
"reserved": "0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@stoplight/spectral-runtime": "^1.1.1",
"@stoplight/types": "^13.6.0",
"@types/json-schema": "^7.0.7",
"ajv": "^8.12.0",
"ajv": "^8.17.1",
"ajv-formats": "~2.1.0",
"json-schema-traverse": "^1.0.0",
"leven": "3.1.0",
Expand Down
29 changes: 24 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@ __metadata:
"@types/json-schema": ^7.0.11
"@types/minimatch": ^3.0.5
"@types/treeify": ^1.0.0
ajv: ^8.6.0
ajv: ^8.17.1
ajv-errors: ~3.0.0
ajv-formats: ~2.1.0
es-aggregate-error: ^1.0.7
Expand Down Expand Up @@ -2753,7 +2753,7 @@ __metadata:
"@stoplight/spectral-formats": ^1.0.0
"@stoplight/spectral-parsers": "*"
"@stoplight/spectral-runtime": ^1.1.0
ajv: ^8.6.3
ajv: ^8.17.1
ajv-draft-04: ~1.0.0
ajv-errors: ~3.0.0
ajv-formats: ~2.1.0
Expand Down Expand Up @@ -2826,7 +2826,7 @@ __metadata:
"@stoplight/types": ^13.6.0
"@stoplight/yaml": ~4.2.3
"@types/node": "*"
ajv: ^8.6.0
ajv: ^8.17.1
ast-types: 0.14.2
astring: ^1.7.5
fetch-mock: ^9.11.0
Expand Down Expand Up @@ -2855,7 +2855,7 @@ __metadata:
"@stoplight/spectral-runtime": ^1.1.1
"@stoplight/types": ^13.6.0
"@types/json-schema": ^7.0.7
ajv: ^8.12.0
ajv: ^8.17.1
ajv-formats: ~2.1.0
gzip-size: ^6.0.0
immer: ^9.0.6
Expand Down Expand Up @@ -3764,7 +3764,7 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:^8.0.0, ajv@npm:^8.12.0, ajv@npm:^8.6.0, ajv@npm:^8.6.3":
"ajv@npm:^8.0.0":
version: 8.12.0
resolution: "ajv@npm:8.12.0"
dependencies:
Expand All @@ -3776,6 +3776,18 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:^8.17.1":
version: 8.17.1
resolution: "ajv@npm:8.17.1"
dependencies:
fast-deep-equal: ^3.1.3
fast-uri: ^3.0.1
json-schema-traverse: ^1.0.0
require-from-string: ^2.0.2
checksum: 1797bf242cfffbaf3b870d13565bd1716b73f214bb7ada9a497063aada210200da36e3ed40237285f3255acc4feeae91b1fb183625331bad27da95973f7253d9
languageName: node
linkType: hard

"ansi-colors@npm:^4.1.1":
version: 4.1.1
resolution: "ansi-colors@npm:4.1.1"
Expand Down Expand Up @@ -6434,6 +6446,13 @@ __metadata:
languageName: node
linkType: hard

"fast-uri@npm:^3.0.1":
version: 3.0.1
resolution: "fast-uri@npm:3.0.1"
checksum: 106143ff83705995225dcc559411288f3337e732bb2e264e79788f1914b6bd8f8bc3683102de60b15ba00e6ebb443633cabac77d4ebc5cb228c47cf955e199ff
languageName: node
linkType: hard

"fastest-levenshtein@npm:^1.0.12":
version: 1.0.16
resolution: "fastest-levenshtein@npm:1.0.16"
Expand Down

0 comments on commit 3797272

Please sign in to comment.