From 5685c14f013d9aabc8be3268e7836db547565b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:19:36 +0100 Subject: [PATCH] Bump live-connect-handlers from 2.1.1 to 2.1.2 (#270) Bumps [live-connect-handlers](https://github.com/liveintent/live-connect-handlers) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/liveintent/live-connect-handlers/releases) - [Changelog](https://github.com/LiveIntent/live-connect-handlers/blob/master/.release-it.json) - [Commits](https://github.com/liveintent/live-connect-handlers/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: live-connect-handlers dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 3link <34981284+3link@users.noreply.github.com> --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2438c198..ca81714a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15365,13 +15365,13 @@ } }, "node_modules/live-connect-handlers": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/live-connect-handlers/-/live-connect-handlers-2.1.1.tgz", - "integrity": "sha512-S+eDAhpdPCgLEAU/Fzdkmwfmw9pDeoONLUpltzjSHpK4tXRh88vZjdlnf6VHhjkT3wfChMqXYXaAtE30/JqxuA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/live-connect-handlers/-/live-connect-handlers-2.1.2.tgz", + "integrity": "sha512-6ARN2r28X6miZxxzQPdeL8tJDmTSBrMmZvvMx56n0nmGtiM2AKbyEUGlbblqbCOWv8JxwiuVVHnfrHAMebPOIg==", "dev": true, "dependencies": { "js-cookie": "^3.0.5", - "live-connect-common": "^v3.0.0" + "live-connect-common": "^v3.0.2" }, "engines": { "node": ">=8"