Skip to content

Commit

Permalink
chore: try with --refresh-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 24, 2024
1 parent fea9ecf commit 9c96be3
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 21 deletions.
46 changes: 35 additions & 11 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file removed .yarn/cache/ws-npm-8.12.0-4e21348613-325fbcf6bb.zip
Binary file not shown.
Binary file not shown.
35 changes: 25 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@ __metadata:
graphql-ws: "npm:5.11.2"
isomorphic-ws: "npm:5.0.0"
tslib: "npm:^2.4.0"
ws: "npm:8.12.0"
ws: "npm:8.11.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10/79ced279e56b7508282859f805ca8fe1286eec3b53592893e35517f93e5204eca2db327258599749b0d832918d9d709962059087b4e6a894eacc16ceb0142273
Expand Down Expand Up @@ -2701,7 +2701,7 @@ __metadata:
"@types/ws": "npm:^8.0.0"
isomorphic-ws: "npm:5.0.0"
tslib: "npm:^2.4.0"
ws: "npm:8.12.0"
ws: "npm:8.11.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10/2705e57ae81fbe3117d14900d50ab2459618d93192f795db97e2b98e9a772ebfe2308c17e72d92735123ec32fbedad014158d20fd1cc569fa287d47c90037a71
Expand Down Expand Up @@ -3003,7 +3003,7 @@ __metadata:
isomorphic-ws: "npm:5.0.0"
tslib: "npm:^2.4.0"
value-or-promise: "npm:^1.0.11"
ws: "npm:8.12.0"
ws: "npm:8.11.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10/1a836f09e24ea1f3815c243ac3442eb87778ec4677362102fe40d9a0efe5ff7891eae98354af7c1d4fc612da3957ea559ac818d6e9f4d6b5e0571899d96fe59c
Expand Down Expand Up @@ -10894,7 +10894,7 @@ __metadata:
whatwg-encoding: "npm:^2.0.0"
whatwg-mimetype: "npm:^3.0.0"
whatwg-url: "npm:^11.0.0"
ws: "npm:^8.12.0"
ws: "npm:^8.11.0"
xml-name-validator: "npm:^4.0.0"
peerDependencies:
canvas: ^2.5.0
Expand Down Expand Up @@ -20151,18 +20151,18 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.12.0":
version: 8.12.0
resolution: "ws@npm:8.12.0"
"ws@npm:8.11.0":
version: 8.11.0
resolution: "ws@npm:8.11.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10/325fbcf6bbed07350b82d7a5bdb43e8a4e81512973241c656c2119a37883a74fe49e7cac09646f9bfc28c517cd63f4111c78f5898bcdd25a3ec2cc4e59375331
checksum: 10/f759ea19e42f6d94727b3d8590693f2d92521a78ec2de5c6064c3356f50d4815d427b7ddb10bf39596cc67d3b18232a1b2dfbc3b6361d4772bdfec69d4c130f4
languageName: node
linkType: hard

Expand All @@ -20181,7 +20181,22 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.12.0, ws@npm:^8.13.0":
"ws@npm:^8.11.0":
version: 8.16.0
resolution: "ws@npm:8.16.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10/7c511c59e979bd37b63c3aea4a8e4d4163204f00bd5633c053b05ed67835481995f61a523b0ad2b603566f9a89b34cb4965cb9fab9649fbfebd8f740cea57f17
languageName: node
linkType: hard

"ws@npm:^8.13.0":
version: 8.13.0
resolution: "ws@npm:8.13.0"
peerDependencies:
Expand Down

0 comments on commit 9c96be3

Please sign in to comment.