diff --git a/tools/winscope/package.json b/tools/winscope/package.json index 3d88fefe1..663c08774 100644 --- a/tools/winscope/package.json +++ b/tools/winscope/package.json @@ -22,7 +22,7 @@ "html-webpack-inline-source-plugin": "^0.0.9", "html-webpack-plugin": "^2.30.1", "loader-utils": "^1.1.0", - "protobufjs": "^6.8.0", + "protobufjs": "^6.11.3", "style-loader": "^0.19.0", "vue-loader": "^12.1.0", "vue-template-compiler": "^2.3.3", diff --git a/tools/winscope/yarn.lock b/tools/winscope/yarn.lock index c7c98e20b..c005c249b 100644 --- a/tools/winscope/yarn.lock +++ b/tools/winscope/yarn.lock @@ -45,13 +45,13 @@ version "1.1.0" resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" -"@types/long@^3.0.31": - version "3.0.32" - resolved "https://registry.yarnpkg.com/@types/long/-/long-3.0.32.tgz#f4e5af31e9e9b196d8e5fca8a5e2e20aa3d60b69" +"@types/long@^4.0.1": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" -"@types/node@^7.0.29": - version "7.0.43" - resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.43.tgz#a187e08495a075f200ca946079c914e1a5fe962c" +"@types/node@>=13.7.0": + version "17.0.38" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947" abbrev@1: version "1.1.0" @@ -2482,9 +2482,9 @@ loglevel@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.4.1.tgz#95b383f91a3c2756fd4ab093667e4309161f2bcd" -long@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b" +long@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" longest@^1.0.1: version "1.0.1" @@ -3289,9 +3289,9 @@ proto-list@~1.2.1: version "1.2.4" resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" -protobufjs@^6.8.0: - version "6.8.0" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.8.0.tgz#04e85493c4e1653878ec283f18bc78b1e7c5d5a2" +protobufjs@^6.11.3: + version "6.11.3" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74" dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2" @@ -3303,9 +3303,9 @@ protobufjs@^6.8.0: "@protobufjs/path" "^1.1.2" "@protobufjs/pool" "^1.1.0" "@protobufjs/utf8" "^1.1.0" - "@types/long" "^3.0.31" - "@types/node" "^7.0.29" - long "^3.2.0" + "@types/long" "^4.0.1" + "@types/node" ">=13.7.0" + long "^4.0.0" proxy-addr@~1.1.5: version "1.1.5"