diff --git a/packages/examples/package.json b/packages/examples/package.json index 2f6362d..3f6718a 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -11,7 +11,7 @@ "license": "MIT", "devDependencies": { "parcel": "^1.12.4", - "ws": "^7.2.0" + "ws": "^7.4.6" }, "dependencies": { "@push-rpc/core": "^1.5.7", diff --git a/packages/examples/yarn.lock b/packages/examples/yarn.lock index 452bf73..a620ffd 100644 --- a/packages/examples/yarn.lock +++ b/packages/examples/yarn.lock @@ -938,6 +938,22 @@ "@parcel/utils" "^1.11.0" physical-cpu-count "^2.0.0" +"@push-rpc/core@^1.5.7": + version "1.5.7" + resolved "https://registry.yarnpkg.com/@push-rpc/core/-/core-1.5.7.tgz#26ceb638f76d9b0b72d3f665b7038b37dbf6ac42" + integrity sha512-6vRW8TLMwABZAMWRyacaqX7Uc1PageAjBb7DrQ2PUFqdSWG72qua1UTtGC2NudvcST6x5mJpP73gQmrMtcP64A== + dependencies: + json-stringify-safe "^5.0.1" + uuid-js "^0.7.5" + +"@push-rpc/websocket@^1.5.7": + version "1.5.7" + resolved "https://registry.yarnpkg.com/@push-rpc/websocket/-/websocket-1.5.7.tgz#f7206f94381dc01dc58a916a78f74575d4ce9968" + integrity sha512-p+pOZa2kvLJIRJ+RDwdsDjmQ/A1ETm3dPLpF1P7ThUUlgW9GBptmwESnBWfJbjH5q1lOkku8ULtYXHjXD8OV5g== + dependencies: + "@push-rpc/core" "^1.5.7" + ws "^7.2.0" + "@types/q@^1.5.1": version "1.5.4" resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" @@ -1094,7 +1110,7 @@ async-each@^1.0.1: resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== -async-limiter@^1.0.0, async-limiter@~1.0.0: +async-limiter@~1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== @@ -2995,10 +3011,10 @@ json-schema@0.2.3: resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= -json-stringify-safe@~5.0.1: +json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= + integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== json5@^1.0.1: version "1.0.1" @@ -5120,12 +5136,10 @@ ws@^6.1.2: dependencies: async-limiter "~1.0.0" -ws@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.0.tgz#422eda8c02a4b5dba7744ba66eebbd84bcef0ec7" - integrity sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg== - dependencies: - async-limiter "^1.0.0" +ws@^7.2.0, ws@^7.4.6: + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== xml-name-validator@^3.0.0: version "3.0.0"