Skip to content

Commit ab680bf

Browse files
authored
chore: bump gql armor to 3.1.4 with cost-limit bump (#791)
* chore: bump gql armor to 3.1.4 with cost-limit bump * fix: yarn changeset
1 parent ca6b13c commit ab680bf

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

.changeset/rude-laws-yawn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@escape.tech/graphql-armor-cost-limit': minor
3+
'@escape.tech/graphql-armor': minor
4+
---
5+
6+
Bump cost-limit to 2.4.1 to fix GHSA-733v-p3h5-qpq7

packages/graphql-armor/CHANGELOG.md

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

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @escape.tech/graphql-armor-cost-limit@2.4.1
9+
10+
- 5a32954: Fix security advisory GHSA-733v-p3h5-qpq7 related to cost-limit bypass.
11+
312
## 3.1.3
413

514
### 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.3",
3+
"version": "3.1.4",
44
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
55
"keywords": [
66
"apollo",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.0",
38-
"@escape.tech/graphql-armor-cost-limit": "2.4.0",
38+
"@escape.tech/graphql-armor-cost-limit": "2.4.1",
3939
"@escape.tech/graphql-armor-max-aliases": "2.6.1",
4040
"@escape.tech/graphql-armor-max-depth": "2.4.0",
4141
"@escape.tech/graphql-armor-max-directives": "2.3.0",

packages/plugins/cost-limit/CHANGELOG.md

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

3+
## 2.4.1
4+
5+
### Minor Changes
6+
7+
- 5a32954: Fix security advisory GHSA-733v-p3h5-qpq7 related to cost-limit bypass.
8+
39
## 2.4.0
410

511
### Minor Changes

packages/plugins/cost-limit/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-cost-limit",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Limit the cost of a GraphQL Query.",
55
"packageManager": "yarn@4.5.0",
66
"main": "dist/graphql-armor-cost-limit.cjs.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,7 +4356,7 @@ __metadata:
43564356
languageName: unknown
43574357
linkType: soft
43584358

4359-
"@escape.tech/graphql-armor-cost-limit@npm:2.4.0, @escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit":
4359+
"@escape.tech/graphql-armor-cost-limit@npm:2.4.1, @escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit":
43604360
version: 0.0.0-use.local
43614361
resolution: "@escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit"
43624362
dependencies:
@@ -4490,7 +4490,7 @@ __metadata:
44904490
"@apollo/server": "npm:4.12.0"
44914491
"@envelop/core": "npm:5.2.3"
44924492
"@escape.tech/graphql-armor-block-field-suggestions": "npm:3.0.0"
4493-
"@escape.tech/graphql-armor-cost-limit": "npm:2.4.0"
4493+
"@escape.tech/graphql-armor-cost-limit": "npm:2.4.1"
44944494
"@escape.tech/graphql-armor-max-aliases": "npm:2.6.1"
44954495
"@escape.tech/graphql-armor-max-depth": "npm:2.4.0"
44964496
"@escape.tech/graphql-armor-max-directives": "npm:2.3.0"

0 commit comments

Comments
 (0)