Skip to content

Commit

Permalink
sync lockfile (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Oct 17, 2022
1 parent dc45a7b commit 0c896e2
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2330,22 +2330,14 @@
apollo-server-types "^3.2.0"
tslib "^2.4.0"

"@envelop/core@3.0.2":
"@envelop/core@3.0.2", "@envelop/core@^2.4.0":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-3.0.2.tgz#0c74b7cf2a1b3fc15bef29dfbebea084249bf5a3"
integrity sha512-0kYBq0gKIARF6vFYw5upUcBgI2oP3wYaDTUfjiX4RhMIkox3DiKPUwRiZHu16ILGr8Qi6p+HTKXRyoSdl9CCqA==
dependencies:
"@envelop/types" "3.0.0"
tslib "2.4.0"

"@envelop/core@^2.4.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-2.6.0.tgz#1b7a346a37040c217f0f9b60c3358efc6c3b1b94"
integrity sha512-yTptKinJN//i6m1kXUbnLBl/FobzddI4ehURAMS08eRUOQwAuXqJU9r8VdTav8nIZLb4t6cuDWFb3n331LiwLw==
dependencies:
"@envelop/types" "2.4.0"
tslib "2.4.0"

"@envelop/disable-introspection@4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@envelop/disable-introspection/-/disable-introspection-4.0.1.tgz#e504998ddd3fe1783181852706db1f7c9ef10361"
Expand Down Expand Up @@ -2419,13 +2411,6 @@
lru-cache "^6.0.0"
tslib "^2.4.0"

"@envelop/types@2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-2.4.0.tgz#129163df73503581b68950704f4064a6b0f2c6ed"
integrity sha512-pjxS98cDQBS84X29VcwzH3aJ/KiLCGwyMxuj7/5FkdiaCXAD1JEvKEj9LARWlFYj1bY43uII4+UptFebrhiIaw==
dependencies:
tslib "^2.4.0"

"@envelop/types@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-3.0.0.tgz#33795a7826a541eff00c0d6fb4eab9c35fef784b"
Expand Down Expand Up @@ -12383,17 +12368,7 @@ graphql-ws@5.11.2, graphql-ws@^5.4.1:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.11.2.tgz#d5e0acae8b4d4a4cf7be410a24135cfcefd7ddc0"
integrity sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==

graphql@16.0.0-experimental-stream-defer.5:
version "16.0.0-experimental-stream-defer.5"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.0-experimental-stream-defer.5.tgz#d668566fd33053a054dc5367c38c20a4ac4e4224"
integrity sha512-bluMjYpxh3a1lwZuNP+FAaEDMWzccVhkv+STcw0ckB2EPtLRTYUdXQhF9YBbUHd3tZSAR7LXzsxIw2GZXhg5rw==

graphql@16.5.0:
version "16.5.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==

graphql@16.6.0, graphql@^16.0.0, graphql@^16.0.1, graphql@^16.1.0, graphql@^16.2.0, graphql@^16.3.0, graphql@^16.5.0:
graphql@16.0.0-experimental-stream-defer.5, graphql@16.5.0, graphql@16.6.0, graphql@^16.0.0, graphql@^16.0.1, graphql@^16.1.0, graphql@^16.2.0, graphql@^16.3.0, graphql@^16.5.0:
version "16.6.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
Expand Down

0 comments on commit 0c896e2

Please sign in to comment.