Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.0 (#704)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent fca2346 commit 66098ff
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 235 deletions.
448 changes: 224 additions & 224 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.5.0.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.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.4.0",
"packageManager": "yarn@4.5.0",
"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": "2.2.0",
"description": "Block graphql field suggestion.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.2.0",
"description": "Limit the number of character allowed in a GraphQL query.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.2.0",
"description": "Limit the cost of a GraphQL Query.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.5.0",
"description": "Limit the number of aliases allowed in a GraphQL query.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.3.0",
"description": "Limit the depth allowed in a GraphQL query.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.2.0",
"description": "Limit the number of directives allowed in a GraphQL query.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.4.0",
"description": "Limit the number of tokens allowed in a GraphQL document.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"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.6.0",
"description": "Export GraphQL Armor types.",
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"main": "dist/graphql-armor-types.cjs.js",
"module": "dist/graphql-armor-types.esm.js",
"files": [
Expand Down

0 comments on commit 66098ff

Please sign in to comment.