diff --git a/package-lock.json b/package-lock.json index 2b186594c..045101b8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17517,13 +17517,13 @@ }, "packages/fcl": { "name": "@onflow/fcl", - "version": "1.0.2", + "version": "1.0.3-alpha.0", "license": "Apache-2.0", "dependencies": { "@onflow/config": "^1.0.1", "@onflow/interaction": "0.0.11", "@onflow/rlp": "^1.0.1", - "@onflow/sdk": "^1.0.1", + "@onflow/sdk": "^1.0.2-alpha.0", "@onflow/types": "^1.0.1", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", @@ -19655,7 +19655,7 @@ "dependencies": { "@improbable-eng/grpc-web": "^0.12.0", "elliptic": "^6.5.4", - "google-protobuf": "^3.11.4" + "google-protobuf": "3.11.4" }, "devDependencies": { "jest": "25.3.0", @@ -20119,6 +20119,11 @@ "node": ">= 8.3" } }, + "packages/protobuf/node_modules/google-protobuf": { + "version": "3.11.4", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.4.tgz", + "integrity": "sha512-lL6b04rDirurUBOgsY2+LalI6Evq8eH5TcNzi7TYQ3BsIWelT0KSOQSBsXuavEkNf+odQU6c0lgz3UsZXeNX9Q==" + }, "packages/protobuf/node_modules/html-encoding-sniffer": { "version": "1.0.2", "dev": true, @@ -20838,16 +20843,16 @@ }, "packages/sdk": { "name": "@onflow/sdk", - "version": "1.0.1", + "version": "1.0.2-alpha.0", "license": "Apache-2.0", "dependencies": { "@onflow/config": "^1.0.1", "@onflow/rlp": "^1.0.1", - "@onflow/transport-http": "^1.1.0", + "@onflow/transport-http": "^1.3.0-alpha.0", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-logger": "^1.0.1", + "@onflow/util-logger": "^1.0.2-alpha.0", "@onflow/util-template": "^1.0.1", "deepmerge": "^4.2.2", "sha3": "^2.1.4" @@ -25122,7 +25127,7 @@ }, "packages/transport-http": { "name": "@onflow/transport-http", - "version": "1.2.0", + "version": "1.3.0-alpha.0", "license": "Apache-2.0", "dependencies": { "@onflow/util-address": "^1.0.1", @@ -29833,10 +29838,10 @@ }, "packages/util-logger": { "name": "@onflow/util-logger", - "version": "1.0.1", + "version": "1.0.2-alpha.0", "license": "Apache-2.0", "dependencies": { - "@onflow/sdk": "^1.0.1" + "@onflow/sdk": "^1.0.2-alpha.0" }, "devDependencies": { "jest": "25.3.0", @@ -39012,7 +39017,7 @@ "@onflow/config": "^1.0.1", "@onflow/interaction": "0.0.11", "@onflow/rlp": "^1.0.1", - "@onflow/sdk": "^1.0.1", + "@onflow/sdk": "^1.0.2-alpha.0", "@onflow/types": "^1.0.1", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", @@ -40394,7 +40399,7 @@ "requires": { "@improbable-eng/grpc-web": "^0.12.0", "elliptic": "^6.5.4", - "google-protobuf": "^3.11.4", + "google-protobuf": "3.11.4", "jest": "25.3.0", "jest-esm-transformer": "1.0.0", "path": "0.12.7", @@ -40732,6 +40737,11 @@ "jest-regex-util": "^25.2.6" } }, + "google-protobuf": { + "version": "3.11.4", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.4.tgz", + "integrity": "sha512-lL6b04rDirurUBOgsY2+LalI6Evq8eH5TcNzi7TYQ3BsIWelT0KSOQSBsXuavEkNf+odQU6c0lgz3UsZXeNX9Q==" + }, "html-encoding-sniffer": { "version": "1.0.2", "dev": true, @@ -41275,11 +41285,11 @@ "requires": { "@onflow/config": "^1.0.1", "@onflow/rlp": "^1.0.1", - "@onflow/transport-http": "^1.1.0", + "@onflow/transport-http": "^1.3.0-alpha.0", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-logger": "^1.0.1", + "@onflow/util-logger": "^1.0.2-alpha.0", "@onflow/util-template": "^1.0.1", "deepmerge": "^4.2.2", "jest": "^27.0.6", @@ -47156,7 +47166,7 @@ "@onflow/util-logger": { "version": "file:packages/util-logger", "requires": { - "@onflow/sdk": "^1.0.1", + "@onflow/sdk": "^1.0.2-alpha.0", "jest": "25.3.0", "jest-esm-transformer": "1.0.0", "microbundle": "0.12.0-next.8"