Skip to content
Open
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
710 changes: 355 additions & 355 deletions .yarn/releases/yarn-4.9.2.cjs → .yarn/releases/yarn-4.10.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.9.2.cjs
yarnPath: .yarn/releases/yarn-4.10.3.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
],
"volta": {
"node": "24.2.0",
"yarn": "4.9.2"
"yarn": "4.10.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"preconstruct": {
"packages": [
"packages/graphql-armor",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"security",
"middleware"
],
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor.cjs.js",
"module": "dist/graphql-armor.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/block-field-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-block-field-suggestions",
"version": "3.0.1",
"description": "Block graphql field suggestion.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-block-field-suggestions.cjs.js",
"module": "dist/graphql-armor-block-field-suggestions.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/character-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-character-limit",
"version": "2.3.1",
"description": "Limit the number of character allowed in a GraphQL query.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-character-limit.cjs.js",
"module": "dist/graphql-armor-character-limit.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/cost-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-cost-limit",
"version": "2.4.3",
"description": "Limit the cost of a GraphQL Query.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-cost-limit.cjs.js",
"module": "dist/graphql-armor-cost-limit.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-max-aliases",
"version": "2.6.2",
"description": "Limit the number of aliases allowed in a GraphQL query.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-max-aliases.cjs.js",
"module": "dist/graphql-armor-max-aliases.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-depth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-max-depth",
"version": "2.4.2",
"description": "Limit the depth allowed in a GraphQL query.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-max-depth.cjs.js",
"module": "dist/graphql-armor-max-depth.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-max-directives",
"version": "2.3.1",
"description": "Limit the number of directives allowed in a GraphQL query.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-max-directives.cjs.js",
"module": "dist/graphql-armor-max-directives.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-max-tokens",
"version": "2.5.1",
"description": "Limit the number of tokens allowed in a GraphQL document.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-max-tokens.cjs.js",
"module": "dist/graphql-armor-max-tokens.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@escape.tech/graphql-armor-types",
"version": "0.7.0",
"description": "Export GraphQL Armor types.",
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.10.3",
"main": "dist/graphql-armor-types.cjs.js",
"module": "dist/graphql-armor-types.esm.js",
"files": [
Expand Down