From 507eb4262c7d44a7fa88ee0222260d6de5e59b7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:50:14 +0000 Subject: [PATCH] fix: update dependency zwift-data to v1.36.2 (#638) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0925f51..732f15c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "array-shuffle": "3.0.0", "leaflet": "1.9.4", "sirv-cli": "2.0.2", - "zwift-data": "1.36.1" + "zwift-data": "1.36.2" }, "devDependencies": { "@rollup/plugin-commonjs": "25.0.8", @@ -3216,9 +3216,9 @@ } }, "node_modules/zwift-data": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/zwift-data/-/zwift-data-1.36.1.tgz", - "integrity": "sha512-dtZ6oMZKSRrDmqf5jHwhjY4UJciX854Ln1VX4zoZHOjmnJuQanXxhJcpCPVL47yQaPe9aqCX2P0XmYYN20L3xQ==", + "version": "1.36.2", + "resolved": "https://registry.npmjs.org/zwift-data/-/zwift-data-1.36.2.tgz", + "integrity": "sha512-EamS2Te2B51lI1B1JLcNE+4BmO1C1pUuutabQg/w93pdEuxrDxEyfiFVr1IR7Ja1SkTrwMOp3yi7X5m6a7r0kQ==", "license": "MIT" } } diff --git a/package.json b/package.json index b7e797e..adf787b 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "array-shuffle": "3.0.0", "leaflet": "1.9.4", "sirv-cli": "2.0.2", - "zwift-data": "1.36.1" + "zwift-data": "1.36.2" } }