From 649940b3049405e76818b32f82ee065657c72d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 04:54:39 +0000 Subject: [PATCH] build(deps-dev): bump mixpanel from 0.17.0 to 0.18.0 in /tabby-core Bumps [mixpanel](https://github.com/mixpanel/mixpanel-node) from 0.17.0 to 0.18.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.17.0...v0.18.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 b321a3dd..4e85c6e5 100644 --- a/tabby-core/package.json +++ b/tabby-core/package.json @@ -24,7 +24,7 @@ "fuzzy-search": "^3.2.1", "js-yaml": "^4.0.0", "messageformat": "^2.3.0", - "mixpanel": "^0.17.0", + "mixpanel": "^0.18.0", "ngx-translate-messageformat-compiler": "^4.11.0", "readable-stream": "4.4.0", "uuid": "^9.0.0" diff --git a/tabby-core/yarn.lock b/tabby-core/yarn.lock index 9178cbe0..8997c0f3 100644 --- a/tabby-core/yarn.lock +++ b/tabby-core/yarn.lock @@ -150,10 +150,10 @@ minimist@^1.2.0: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -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== +mixpanel@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/mixpanel/-/mixpanel-0.18.0.tgz#f010f2622902d0d4b434de238446ec8e5966ee32" + integrity sha512-VyUoiLB/S/7abYYHGD5x0LijeuJCUabG8Hb+FvYU3Y99xHf1Qh+s4/pH9lt50fRitAHncWbU1FE01EknUfVVjQ== dependencies: https-proxy-agent "5.0.0"