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
944 changes: 944 additions & 0 deletions .yarn/releases/yarn-4.17.1.cjs

Large diffs are not rendered by default.

942 changes: 0 additions & 942 deletions .yarn/releases/yarn-4.9.2.cjs

This file was deleted.

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.17.1.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.17.1"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.17.1",
"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.17.1",
"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.17.1",
"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.17.1",
"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.17.1",
"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.17.1",
"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.17.1",
"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.17.1",
"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.17.1",
"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.17.1",
"main": "dist/graphql-armor-types.cjs.js",
"module": "dist/graphql-armor-types.esm.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 10
cacheKey: 10

"@aashutoshrathi/word-wrap@npm:^1.2.3":
Expand Down Expand Up @@ -20148,14 +20148,14 @@ __metadata:

"resolve@patch:resolve@npm%3A^1.0.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.14.2#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.17.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin<compat/resolve>":
version: 1.22.1
resolution: "resolve@patch:resolve@npm%3A1.22.1#optional!builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
resolution: "resolve@patch:resolve@npm%3A1.22.1#optional!builtin<compat/resolve>::version=1.22.1&hash=9bd1a5"
dependencies:
is-core-module: "npm:^2.9.0"
path-parse: "npm:^1.0.7"
supports-preserve-symlinks-flag: "npm:^1.0.0"
bin:
resolve: bin/resolve
checksum: 10/551dd500765cce767c583747f5f21ceb51d437f539b01aee96d6ec39eb2c68a8ff5d646b083d690fe428a81329856bc1bbdb094379b8df4b3f10e7e1f6aa3839
checksum: 10/af66203356dffd62ccf2089ccb2fa62b12de11574ec63145e88af5641087fe413da9f402c3eafa8faf246c61618b3c117b4aac34029e908f503594eea641e8d0
languageName: node
linkType: hard

Expand Down
Loading