From bb0c9aa26133b56144013191e0571221c6aa5e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:58:48 +0200 Subject: [PATCH] Bump mixpanel from 0.17.0 to 0.18.0 (#448) 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 03eace7a..d3f5e471 100644 --- a/backend/package.json +++ b/backend/package.json @@ -32,7 +32,7 @@ "fastify": "^4.18.0", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", - "mixpanel": "^0.17.0", + "mixpanel": "^0.18.0", "pg": "^8.11.0", "prisma": "^4.13.0", "spotify-web-api-node": "^5.0.2", diff --git a/package-lock.json b/package-lock.json index e5d910ae..bebd215a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "fastify": "^4.18.0", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", - "mixpanel": "^0.17.0", + "mixpanel": "^0.18.0", "pg": "^8.11.0", "prisma": "^4.13.0", "spotify-web-api-node": "^5.0.2", @@ -4015,9 +4015,9 @@ "integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==" }, "node_modules/mixpanel": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/mixpanel/-/mixpanel-0.17.0.tgz", - "integrity": "sha512-DY5WeOy/hmkPrNiiZugJpWR0iMuOwuj1a3u0bgwB2eUFRV6oIew/pIahhpawdbNjb+Bye4a8ID3gefeNPvL81g==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/mixpanel/-/mixpanel-0.18.0.tgz", + "integrity": "sha512-VyUoiLB/S/7abYYHGD5x0LijeuJCUabG8Hb+FvYU3Y99xHf1Qh+s4/pH9lt50fRitAHncWbU1FE01EknUfVVjQ==", "dependencies": { "https-proxy-agent": "5.0.0" },