From 397825a32c589805f6f4a1a490779b333f9ad13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 07:55:30 +0000 Subject: [PATCH] Bump mixpanel from 0.13.0 to 0.17.0 in /tabby-core Bumps [mixpanel](https://github.com/mixpanel/mixpanel-node) from 0.13.0 to 0.17.0. - [Release notes](https://github.com/mixpanel/mixpanel-node/releases) - [Changelog](https://github.com/mixpanel/mixpanel-node/blob/master/history.md) - [Commits](https://github.com/mixpanel/mixpanel-node/compare/v0.13.0...v0.17.0) --- updated-dependencies: - dependency-name: mixpanel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tabby-core/package.json | 2 +- tabby-core/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tabby-core/package.json b/tabby-core/package.json index 678edbb3..7ca87eee 100644 --- a/tabby-core/package.json +++ b/tabby-core/package.json @@ -23,7 +23,7 @@ "fuzzy-search": "^3.2.1", "js-yaml": "^4.0.0", "messageformat": "^2.3.0", - "mixpanel": "^0.13.0", + "mixpanel": "^0.17.0", "ngx-filesize": "^2.0.16", "ngx-perfect-scrollbar": "^10.1.0", "ngx-translate-messageformat-compiler": "^4.11.0", diff --git a/tabby-core/yarn.lock b/tabby-core/yarn.lock index a3c7d34a..c90a5840 100644 --- a/tabby-core/yarn.lock +++ b/tabby-core/yarn.lock @@ -129,10 +129,10 @@ minimist@^1.2.0: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -mixpanel@^0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/mixpanel/-/mixpanel-0.13.0.tgz#699bf510d9ba013c75edcf979ff1e24085fde9d2" - integrity sha512-YOWmpr/o4+zJ8LPjuLUkWLc2ImFeIkX6hF1t62Wlvq6loC6e8EK8qieYO4gYPTPxxtjAryl7xmIvf/7qnPwjrQ== +mixpanel@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/mixpanel/-/mixpanel-0.17.0.tgz#ec57b068598c620cf039a5e504fb37c97ebfe8ce" + integrity sha512-DY5WeOy/hmkPrNiiZugJpWR0iMuOwuj1a3u0bgwB2eUFRV6oIew/pIahhpawdbNjb+Bye4a8ID3gefeNPvL81g== dependencies: https-proxy-agent "5.0.0"