Skip to content

Commit 77228e5

Browse files
authored
Merge branch 'main' into renovate/major-examples
2 parents 3a364f2 + 79fc49b commit 77228e5

7 files changed

Lines changed: 20 additions & 15 deletions

File tree

.changeset/bright-seals-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hip-cheetahs-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphql-armor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @escape.tech/graphql-armor
22

3+
## 3.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9989861]
8+
- Updated dependencies [1f923bc]
9+
- @escape.tech/graphql-armor-max-depth@2.4.2
10+
311
## 3.1.6
412

513
### Patch Changes

packages/graphql-armor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
55
"keywords": [
66
"apollo",
@@ -37,7 +37,7 @@
3737
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.1",
3838
"@escape.tech/graphql-armor-cost-limit": "2.4.3",
3939
"@escape.tech/graphql-armor-max-aliases": "2.6.2",
40-
"@escape.tech/graphql-armor-max-depth": "2.4.1",
40+
"@escape.tech/graphql-armor-max-depth": "2.4.2",
4141
"@escape.tech/graphql-armor-max-directives": "2.3.1",
4242
"@escape.tech/graphql-armor-max-tokens": "2.5.1",
4343
"graphql": "^16.10.0"

packages/plugins/max-depth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @escape.tech/graphql-armor-max-depth
22

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- 9989861: fix: max-depth bypass using fragment cache
8+
- 1f923bc: fix: max-depth ignore only Field Node named \_\_schema
9+
310
## 2.4.1
411

512
### Patch Changes

packages/plugins/max-depth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor-max-depth",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Limit the depth allowed in a GraphQL query.",
55
"packageManager": "yarn@4.9.2",
66
"main": "dist/graphql-armor-max-depth.cjs.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4804,7 +4804,7 @@ __metadata:
48044804
languageName: unknown
48054805
linkType: soft
48064806

4807-
"@escape.tech/graphql-armor-max-depth@npm:2.4.1, @escape.tech/graphql-armor-max-depth@workspace:packages/plugins/max-depth":
4807+
"@escape.tech/graphql-armor-max-depth@npm:2.4.2, @escape.tech/graphql-armor-max-depth@workspace:packages/plugins/max-depth":
48084808
version: 0.0.0-use.local
48094809
resolution: "@escape.tech/graphql-armor-max-depth@workspace:packages/plugins/max-depth"
48104810
dependencies:
@@ -4904,7 +4904,7 @@ __metadata:
49044904
"@escape.tech/graphql-armor-block-field-suggestions": "npm:3.0.1"
49054905
"@escape.tech/graphql-armor-cost-limit": "npm:2.4.3"
49064906
"@escape.tech/graphql-armor-max-aliases": "npm:2.6.2"
4907-
"@escape.tech/graphql-armor-max-depth": "npm:2.4.1"
4907+
"@escape.tech/graphql-armor-max-depth": "npm:2.4.2"
49084908
"@escape.tech/graphql-armor-max-directives": "npm:2.3.1"
49094909
"@escape.tech/graphql-armor-max-tokens": "npm:2.5.1"
49104910
"@escape.tech/graphql-armor-types": "npm:0.7.0"

0 commit comments

Comments
 (0)