Skip to content

Commit a429559

Browse files
Version Packages (#828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9989861 commit a429559

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.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/[email protected]
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": "[email protected]",
66
"main": "dist/graphql-armor-max-depth.cjs.js",

0 commit comments

Comments
 (0)