diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 9f7641ae63b..e61d5f02a62 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -23,7 +23,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "apache-arrow": "0.15.1", + "apache-arrow": "0.16.0", "lodash": "4.17.15", "rxjs": "6.5.4" }, diff --git a/packages/grafana-e2e/package.json b/packages/grafana-e2e/package.json index e05af4b8fdd..6dec966ae11 100644 --- a/packages/grafana-e2e/package.json +++ b/packages/grafana-e2e/package.json @@ -51,7 +51,7 @@ "@cypress/webpack-preprocessor": "4.1.1", "@grafana/tsconfig": "^1.0.0-rc1", "blink-diff": "1.0.13", - "commander": "4.1.1", + "commander": "5.0.0", "cypress": "3.7.0", "execa": "4.0.0", "ts-loader": "6.2.1", diff --git a/packages/grafana-toolkit/package.json b/packages/grafana-toolkit/package.json index 5e2df8b059c..4d22fd03d06 100644 --- a/packages/grafana-toolkit/package.json +++ b/packages/grafana-toolkit/package.json @@ -56,7 +56,7 @@ "babel-plugin-angularjs-annotate": "0.10.0", "chalk": "^2.4.2", "command-exists": "^1.2.8", - "commander": "^2.20.0", + "commander": "^5.0.0", "concurrently": "4.1.0", "copy-webpack-plugin": "5.1.1", "css-loader": "^3.0.0", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 919e1202792..c84b6ece482 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -37,7 +37,7 @@ "@types/react-table": "7.0.2", "@types/slate": "0.47.1", "@types/slate-react": "0.22.5", - "bizcharts": "^3.5.5", + "bizcharts": "^3.5.8", "classnames": "2.2.6", "d3": "5.15.0", "emotion": "10.0.27", diff --git a/yarn.lock b/yarn.lock index 45a2becd6c4..ebbb56c6f13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,7 +16,7 @@ dependencies: "@antv/util" "~1.3.1" -"@antv/component@~0.3.2": +"@antv/component@~0.3.3": version "0.3.8" resolved "https://registry.yarnpkg.com/@antv/component/-/component-0.3.8.tgz#677ecd3b5026907d4cb70d9082951d7c3c2b5434" integrity sha512-1WN3FzeRyJ1jraS/2og5gnm2ragnwtRMVQMiLolztWaUgC++F/B1CcSrPYfV1WvYrfuwbpX/QQxo3HL9aS+YJA== @@ -33,14 +33,14 @@ dependencies: "@antv/util" "~1.3.1" -"@antv/g2@3.5.8-beta.1": - version "3.5.8-beta.1" - resolved "https://registry.yarnpkg.com/@antv/g2/-/g2-3.5.8-beta.1.tgz#71ba5b065ce513be916ceca258d2a02e1ea8e441" - integrity sha512-Lpq9rPDZI2mJzlaeY3qZ6R/Asb1wz6xopRmekOn3TXl8kzgQjp2m0U35gO7M2/Z+HxYOafzVjHkxCLuicsEuQw== +"@antv/g2@3.5.13": + version "3.5.13" + resolved "https://registry.yarnpkg.com/@antv/g2/-/g2-3.5.13.tgz#2b0365406e89855e6af34cd374bcb307a0edad42" + integrity sha512-Ok1hA4GyXWrYEAfDo54um4XCz2QNgwe4i45xNsVKHx+HXY0lwzkLp+LLa0QoFVW3gcxrBCrsGww3rp6GafEJGg== dependencies: "@antv/adjust" "~0.1.0" "@antv/attr" "~0.1.2" - "@antv/component" "~0.3.2" + "@antv/component" "~0.3.3" "@antv/coord" "~0.1.0" "@antv/g" "~3.3.6" "@antv/scale" "~0.1.1" @@ -6896,10 +6896,10 @@ anymatch@~3.1.1: normalize-path "^3.0.0" picomatch "^2.0.4" -apache-arrow@0.15.1: - version "0.15.1" - resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-0.15.1.tgz#136c03e18c3fa2617b41999608e7e685b0966147" - integrity sha512-3H+sC789nWn8JDnMwfd2j19NJ4gMcdtbpp2Haa22wBoDGUbbA5FgD2OqfE9Mr4yPlJZFWVJDw7C1hgJo2UolxA== +apache-arrow@0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-0.16.0.tgz#7ee7a6397d1a2d6349aed90c6ce5b92362e79881" + integrity sha512-hiabMZb2XgHiNK6f7C/2x/fyGS85PoCdkeMhJDyZipaJy1il1BJMDDEa3VLvM6mdxsG61pY1zev6zWetOj8Eog== dependencies: "@types/flatbuffers" "^1.9.1" "@types/node" "^12.0.4" @@ -7841,12 +7841,13 @@ binary-extensions@^2.0.0: resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c" integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow== -bizcharts@^3.5.5: - version "3.5.5" - resolved "https://registry.yarnpkg.com/bizcharts/-/bizcharts-3.5.5.tgz#108fb79c6dd203456361effbe3558b08ed82bf0e" - integrity sha512-2qTwWAylfPGdGX81u26a5t4IKUVHGbTK/lga873Wf+1/9mhG0TN6kLKmTpsPN9WKJmdDjFnZugFyNtB1bUWcKA== +bizcharts@^3.5.8: + version "3.5.8" + resolved "https://registry.yarnpkg.com/bizcharts/-/bizcharts-3.5.8.tgz#50abcb4960891aada6ca35318af791dd68d85825" + integrity sha512-s/Nt66HLQXD8oyN8yE26inh5ZGkoIr1eFE+/2TBln6lpyATm51LrqCXJPOTgOSyEp3dSNVZ7rOFCKFMMVcdOwA== dependencies: - "@antv/g2" "3.5.8-beta.1" + "@antv/g2" "3.5.13" + "@babel/runtime" "^7.7.6" invariant "^2.2.2" lodash.debounce "^4.0.8" prop-types "^15.6.0" @@ -9072,10 +9073,10 @@ commander@2.9.x: dependencies: graceful-readlink ">= 1.0.0" -commander@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" - integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== +commander@5.0.0, commander@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-5.0.0.tgz#dbf1909b49e5044f8fdaf0adc809f0c0722bdfd0" + integrity sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ== commander@^4.0.1: version "4.1.0"