Skip to content

Commit

Permalink
fix(deps): update dependency ajv-formats to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 66072e9 commit 1a089c7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion projects/openapi-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@useoptic/openapi-utilities": "workspace:*",
"ajv": "^8.6.0",
"ajv-errors": "~3.0.0",
"ajv-formats": "~2.1.0",
"ajv-formats": "~3.0.0",
"bottleneck": "^2.19.5",
"chalk": "^4.1.2",
"fast-deep-equal": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@useoptic/json-pointer-helpers": "workspace:*",
"ajv": "^8.6.0",
"ajv-errors": "~3.0.0",
"ajv-formats": "~2.1.0",
"ajv-formats": "~3.0.0",
"chalk": "^4.1.2",
"fast-deep-equal": "^3.1.3",
"is-url": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@useoptic/rulesets-base": "workspace:*",
"@useoptic/standard-rulesets": "workspace:*",
"ajv": "^8.6.0",
"ajv-formats": "~2.1.0",
"ajv-formats": "~3.0.0",
"async-exit-hook": "^2.0.1",
"axax": "^0.2.2",
"bottleneck": "^2.19.5",
Expand Down
2 changes: 1 addition & 1 deletion projects/standard-rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@useoptic/rulesets-base": "workspace:*",
"ajv": "^8.6.0",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "~2.1.0",
"ajv-formats": "~3.0.0",
"json-stable-stringify": "^1.1.0",
"object-hash": "^3.0.0",
"openai": "^4.7.1",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3785,7 +3785,7 @@ __metadata:
"@useoptic/openapi-utilities": "workspace:*"
ajv: "npm:^8.6.0"
ajv-errors: "npm:~3.0.0"
ajv-formats: "npm:~2.1.0"
ajv-formats: "npm:~3.0.0"
babel-jest: "npm:^29.3.1"
bottleneck: "npm:^2.19.5"
chalk: "npm:^4.1.2"
Expand Down Expand Up @@ -3829,7 +3829,7 @@ __metadata:
"@useoptic/json-pointer-helpers": "workspace:*"
ajv: "npm:^8.6.0"
ajv-errors: "npm:~3.0.0"
ajv-formats: "npm:~2.1.0"
ajv-formats: "npm:~3.0.0"
babel-jest: "npm:^29.3.1"
chalk: "npm:^4.1.2"
fast-deep-equal: "npm:^3.1.3"
Expand Down Expand Up @@ -3896,7 +3896,7 @@ __metadata:
"@useoptic/rulesets-base": "workspace:*"
"@useoptic/standard-rulesets": "workspace:*"
ajv: "npm:^8.6.0"
ajv-formats: "npm:~2.1.0"
ajv-formats: "npm:~3.0.0"
async-exit-hook: "npm:^2.0.1"
axax: "npm:^0.2.2"
babel-jest: "npm:^29.3.1"
Expand Down Expand Up @@ -4009,7 +4009,7 @@ __metadata:
"@useoptic/rulesets-base": "workspace:*"
ajv: "npm:^8.6.0"
ajv-draft-04: "npm:^1.0.0"
ajv-formats: "npm:~2.1.0"
ajv-formats: "npm:~3.0.0"
babel-jest: "npm:^29.3.1"
jest: "npm:^29.3.1"
json-stable-stringify: "npm:^1.1.0"
Expand Down Expand Up @@ -4158,6 +4158,20 @@ __metadata:
languageName: node
linkType: hard

"ajv-formats@npm:~3.0.0":
version: 3.0.1
resolution: "ajv-formats@npm:3.0.1"
dependencies:
ajv: "npm:^8.0.0"
peerDependencies:
ajv: ^8.0.0
peerDependenciesMeta:
ajv:
optional: true
checksum: 10c0/168d6bca1ea9f163b41c8147bae537e67bd963357a5488a1eaf3abe8baa8eec806d4e45f15b10767e6020679315c7e1e5e6803088dfb84efa2b4e9353b83dd0a
languageName: node
linkType: hard

"ajv@npm:^8.0.0, ajv@npm:^8.6.3, ajv@npm:^8.8.2":
version: 8.11.0
resolution: "ajv@npm:8.11.0"
Expand Down

0 comments on commit 1a089c7

Please sign in to comment.