Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ajv-formats to v3 #6773

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/@omnigraph_json-schema-6773-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@omnigraph/json-schema": patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/ajv-formats/v/3.0.0) (from `2.1.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@json-schema-tools/meta-schema": "1.7.0",
"@whatwg-node/fetch": "^0.9.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"ajv-formats": "3.0.0",
"dset": "3.1.3",
"graphql-compose": "9.0.10",
"graphql-fields": "^2.0.3",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8126,7 +8126,7 @@ __metadata:
"@types/url-join": "npm:4.0.3"
"@whatwg-node/fetch": "npm:^0.9.0"
ajv: "npm:8.12.0"
ajv-formats: "npm:2.1.1"
ajv-formats: "npm:3.0.0"
dset: "npm:3.1.3"
graphql-compose: "npm:9.0.10"
graphql-fields: "npm:^2.0.3"
Expand Down Expand Up @@ -12228,7 +12228,21 @@ __metadata:
languageName: node
linkType: hard

"ajv-formats@npm:2.1.1, ajv-formats@npm:^2.1.1":
"ajv-formats@npm:3.0.0":
version: 3.0.0
resolution: "ajv-formats@npm:3.0.0"
dependencies:
ajv: "npm:^8.0.0"
peerDependencies:
ajv: ^8.0.0
peerDependenciesMeta:
ajv:
optional: true
checksum: 10c0/9853ad5a53c0444043fffe06e99b641485d6214d18c4c9c79a1511cef8d61f03527da133b4143b745a92967fc6688133d90296411a61b5e26567850b79dcc3c2
languageName: node
linkType: hard

"ajv-formats@npm:^2.1.1":
version: 2.1.1
resolution: "ajv-formats@npm:2.1.1"
dependencies:
Expand Down
Loading