diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0201692..688988c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -931,6 +931,10 @@ packages: resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + body-parser@1.20.3: + resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} @@ -4094,7 +4098,7 @@ snapshots: accepts: 1.3.8 apollo-server-core: 3.13.0(graphql@15.8.0) apollo-server-types: 3.8.0(graphql@15.8.0) - body-parser: 1.20.2 + body-parser: 1.20.3 cors: 2.8.5 express: 4.19.2 graphql: 15.8.0 @@ -4113,7 +4117,7 @@ snapshots: accepts: 1.3.8 apollo-server-core: 3.13.0(graphql@15.9.0) apollo-server-types: 3.8.0(graphql@15.9.0) - body-parser: 1.20.2 + body-parser: 1.20.3 cors: 2.8.5 express: 4.19.2 graphql: 15.9.0 @@ -4268,6 +4272,23 @@ snapshots: transitivePeerDependencies: - supports-color + body-parser@1.20.3: + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.13.0 + raw-body: 2.5.2 + type-is: 1.6.18 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + brace-expansion@1.1.11: dependencies: balanced-match: 1.0.2