diff --git a/package.json b/package.json index 0464cada..0bfd608f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "lodash": "^4.17.21", "react-virtualized-auto-sizer": "^1.0.5", - "rxjs": "^7.3.0" + "rxjs": "^7.4.0" }, "homepage": "https://github.com/simPod/grafana-json-datasource#readme" } diff --git a/yarn.lock b/yarn.lock index 987e67b2..59fa4046 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10604,10 +10604,10 @@ rxjs@^6.3.3, rxjs@^6.4.0: dependencies: tslib "^1.9.0" -rxjs@^7.3.0: - version "7.3.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.0.tgz#39fe4f3461dc1e50be1475b2b85a0a88c1e938c6" - integrity sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw== +rxjs@^7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68" + integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w== dependencies: tslib "~2.1.0"