diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 56c856b4..2cbd6f60 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1206,7 +1206,7 @@ https://cdn.jsdelivr.net/g/algoliasearch@3(algoliasearchLite.min.js),algoliasear https://cdn.jsdelivr.net/npm/anchor-js@3.2.2/anchor.min.js https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js -https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.2.0/appboy.min.js +https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.3.0/appboy.min.js https://cdn.jsdelivr.net/npm/chart.js@3.3.0/dist/chart.min.js https://cdn.jsdelivr.net/npm/ethjs@0.4.0/dist/ethjs.min.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/autocomplete.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index e29403d3..6ba99579 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -156,7 +156,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/angular-translate/2.')) { return '2.18.4'; } else if (type.startsWith('/appboy-web-sdk/3.')) { - return '3.2.0'; + return '3.3.0'; } else if (type.startsWith('/axios/0.')) { return '0.21.1'; } else if (type.startsWith('/babel-polyfill/')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 2df24fa3..1f19d46b 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -27,6 +27,7 @@