From 4fbb98598267b1a1b8e96112e247c0fb7b9e74ff Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 7 Nov 2019 17:43:12 -0500 Subject: [PATCH] chore(dependencies): update to latest contentful-migration --- package-lock.json | 24 +++--------------------- package.json | 2 +- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68aa37c..031972c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -575,9 +575,9 @@ } }, "contentful-migration": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/contentful-migration/-/contentful-migration-1.0.3.tgz", - "integrity": "sha512-OKV4u7Q7MeCk1IoGCk64Oc57tOt0rMzwre9CX/f9fYcdFD+d9lSLuO8ZOTZz0++rnsZBCAxhfnsM1SGV2CItQA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/contentful-migration/-/contentful-migration-1.0.6.tgz", + "integrity": "sha512-HBNft1zxA9FPaSyg34C0WwM/ZC+JhMgEv+9Y5NbNCnaAvxHZklfLr47s6cIH+CIUHaco0ExWI814Isb2C/saHg==", "requires": { "axios": "^0.19.0", "bluebird": "^3.5.0", @@ -1631,24 +1631,6 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, "strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", diff --git a/package.json b/package.json index 2e1f07e..b6f6ed4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "chalk": "^2.2.0", "contentful-management": "^5.10.2", - "contentful-migration": "^1.0.2", + "contentful-migration": "^1.0.6", "dateformat": "^3.0.3", "eslint": "^6.2.2", "eslint-config-standard": "^14.1.0",