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 @escape.tech/graphql-armor-max-directives to v2.3.0 #5996

Merged
Merged
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
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@escape.tech/graphql-armor-cost-limit": "2.3.0",
"@escape.tech/graphql-armor-max-aliases": "2.6.0",
"@escape.tech/graphql-armor-max-depth": "2.4.0",
"@escape.tech/graphql-armor-max-directives": "2.2.0",
"@escape.tech/graphql-armor-max-directives": "2.3.0",
"@escape.tech/graphql-armor-max-tokens": "2.5.0",
"@fontsource-variable/inter": "5.1.0",
"@headlessui/react": "2.1.10",
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3065,19 +3065,19 @@ __metadata:
languageName: node
linkType: hard

"@escape.tech/graphql-armor-max-directives@npm:2.2.0":
version: 2.2.0
resolution: "@escape.tech/graphql-armor-max-directives@npm:2.2.0"
"@escape.tech/graphql-armor-max-directives@npm:2.3.0":
version: 2.3.0
resolution: "@escape.tech/graphql-armor-max-directives@npm:2.3.0"
dependencies:
"@envelop/core": "npm:^5.0.0"
"@escape.tech/graphql-armor-types": "npm:0.6.0"
"@escape.tech/graphql-armor-types": "npm:0.7.0"
graphql: "npm:^16.0.0"
dependenciesMeta:
"@envelop/core":
optional: true
"@escape.tech/graphql-armor-types":
optional: true
checksum: 10c0/b470d316e08a169e5d21f5775c266afe80db64777a6dc7d2d96c537076b2511a215883089c4187e38894500a8f0530faaa686d4f9e5e1c6bdfbc95258d4ffdc3
checksum: 10c0/022d0a8f2d6c7f005126dd55cf1110a0208349672a8c1144337fe137ca43b8c09c1ad90bc09733c7f3f4cba2ce0a9f5cdae820d84f7cda0747f3198c559b9316
languageName: node
linkType: hard

Expand All @@ -3097,15 +3097,6 @@ __metadata:
languageName: node
linkType: hard

"@escape.tech/graphql-armor-types@npm:0.6.0":
version: 0.6.0
resolution: "@escape.tech/graphql-armor-types@npm:0.6.0"
dependencies:
graphql: "npm:^16.0.0"
checksum: 10c0/6c135cbf895dca4128e82a446906544cca416def678e2c9a90c7b6adf69feeccc6c9ca94f06e0cd6d05e41f5a104779346e3d76dbea9dbb94ba8d69541c58c64
languageName: node
linkType: hard

"@escape.tech/graphql-armor-types@npm:0.7.0":
version: 0.7.0
resolution: "@escape.tech/graphql-armor-types@npm:0.7.0"
Expand Down Expand Up @@ -14895,7 +14886,7 @@ __metadata:
"@escape.tech/graphql-armor-cost-limit": "npm:2.3.0"
"@escape.tech/graphql-armor-max-aliases": "npm:2.6.0"
"@escape.tech/graphql-armor-max-depth": "npm:2.4.0"
"@escape.tech/graphql-armor-max-directives": "npm:2.2.0"
"@escape.tech/graphql-armor-max-directives": "npm:2.3.0"
"@escape.tech/graphql-armor-max-tokens": "npm:2.5.0"
"@fontsource-variable/inter": "npm:5.1.0"
"@headlessui/react": "npm:2.1.10"
Expand Down
Loading