From 76055ece68b30012646bc8dc3142ee713b19cc87 Mon Sep 17 00:00:00 2001 From: Kelly Copley Date: Wed, 29 Jul 2020 10:12:03 -0400 Subject: [PATCH] update cloudinary-core --- client/versionCheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/versionCheck.js b/client/versionCheck.js index 8e5d673..009fe17 100644 --- a/client/versionCheck.js +++ b/client/versionCheck.js @@ -2,5 +2,5 @@ import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions'; checkNpmVersions({ - 'cloudinary-core': '2.8.x', + 'cloudinary-core': '2.10.x', }, 'socialize:cloudinary');