diff --git a/package.json b/package.json index ccde67c12..1fc67704b 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "prettier": "^1.14.2", "pretty-ms": "^4.0.0", "promise-pool-executor": "^1.1.1", - "protobufjs": "^7.0.0", + "protobufjs": "^7.2.4", "protobufjs-cli": "^1.0.0", "re-resizable": "^4.7.1", "react": "^16.12.0", diff --git a/yarn.lock b/yarn.lock index 6ddd9edb3..61ff2fb06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1026,7 +1026,7 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" integrity "sha1-E0LWPZSMYGKDj7+WEBL3TU5jhEA= sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==" -"@types/long@*", "@types/long@^4.0.0", "@types/long@^4.0.1": +"@types/long@*", "@types/long@^4.0.0": version "4.0.2" resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" integrity "sha1-t0EpcZ/I0RwBhoAQCC1IO3VFWRo= sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" @@ -7328,10 +7328,10 @@ protobufjs-cli@^1.0.0: tmp "^0.2.1" uglify-js "^3.7.7" -protobufjs@6.8.8, protobufjs@^5.0.3, protobufjs@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.0.0.tgz#8c678e1351fd926178fce5a4213913e8d990974f" - integrity "sha1-jGeOE1H9kmF4/OWkITkT6NmQl08= sha512-ffNIEm+quOcYtQvHdW406v1NQmZSuqVklxsXk076BtuFnlYZfigLU+JOMrTD8TUOyqHYbRI/fSVNvgd25YeN3w==" +protobufjs@6.8.8, protobufjs@^5.0.3, protobufjs@^7.0.0, protobufjs@^7.2.4: + version "7.2.4" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.4.tgz#3fc1ec0cdc89dd91aef9ba6037ba07408485c3ae" + integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2" @@ -7343,7 +7343,6 @@ protobufjs@6.8.8, protobufjs@^5.0.3, protobufjs@^7.0.0: "@protobufjs/path" "^1.1.2" "@protobufjs/pool" "^1.1.0" "@protobufjs/utf8" "^1.1.0" - "@types/long" "^4.0.1" "@types/node" ">=13.7.0" long "^5.0.0"