From 820bb89d5c8e95004cb721ad0629344fd020fa7f Mon Sep 17 00:00:00 2001 From: Tom Arbesser-Rastburg Date: Mon, 28 Sep 2020 14:23:18 +1000 Subject: [PATCH] feat(payment): INT-3086 Bump checkout-sdk-js --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e7c22938c..3ccc6dc7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1236,9 +1236,9 @@ } }, "@types/babel__core": { - "version": "7.1.9", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.9.tgz", - "integrity": "sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw==", + "version": "7.1.10", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.10.tgz", + "integrity": "sha512-x8OM8XzITIMyiwl5Vmo2B1cR1S1Ipkyv4mdlbJjMa1lmuKvKY9FrBbEANIaMlnWn5Rf7uO+rC/VgYabNkE17Hw==", "requires": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0", @@ -1248,9 +1248,9 @@ } }, "@types/yargs": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.5.tgz", - "integrity": "sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.7.tgz", + "integrity": "sha512-Gf4u3EjaPNcC9cTu4/j2oN14nSVhr8PQ+BvBcBQHAhDZfl0bVIiLgvnRXv/dn58XhTm9UXvBpvJpDlwV65QxOA==", "requires": { "@types/yargs-parser": "*" } @@ -1609,9 +1609,9 @@ } }, "@bigcommerce/checkout-sdk": { - "version": "1.101.0", - "resolved": "https://registry.npmjs.org/@bigcommerce/checkout-sdk/-/checkout-sdk-1.101.0.tgz", - "integrity": "sha512-LyOqtWr7DfOFL/uDCpAS48crZ0G4vR4l41tELICmqVBLuQssU4rLmZ96+R4eunLZGlJQxW0iirKyahBolS9wlQ==", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/@bigcommerce/checkout-sdk/-/checkout-sdk-1.102.0.tgz", + "integrity": "sha512-6EkLShk8ko0kDpgyXSmpGLBtmS+BePM+L6NAd2HFecgmWBdkNqpZomP8FxcwiM9juWDzmF7qO2y8iFIN6ttEKw==", "requires": { "@babel/polyfill": "^7.4.4", "@bigcommerce/bigpay-client": "^5.12.1", diff --git a/package.json b/package.json index 71ccca98e3..aaafeb2cd0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/bigcommerce/checkout-js#readme", "dependencies": { - "@bigcommerce/checkout-sdk": "^1.101.0", + "@bigcommerce/checkout-sdk": "^1.102.0", "@bigcommerce/citadel": "^2.15.1", "@bigcommerce/form-poster": "^1.2.2", "@bigcommerce/memoize": "^1.0.0",