diff --git a/package-lock.json b/package-lock.json index e76b65a7..7eef9251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-determined-by-semantic-release", "license": "MIT", "dependencies": { - "bfj": "^8.0.0", + "bfj": "^9.0.1", "bluebird": "^3.3.3", "cli-table3": "^0.6.0", "contentful": "^11.0.3", @@ -5235,11 +5235,10 @@ "dev": true }, "node_modules/bfj": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/bfj/-/bfj-8.0.0.tgz", - "integrity": "sha512-6KJe4gFrZ4lhmvWcUIj37yFAs36mi2FZXuTkw6udZ/QsX/znFypW4SatqcLA5K5T4BAWgJZD73UFEJJQxuJjoA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-9.0.1.tgz", + "integrity": "sha512-5Xb3/Z+rw8InGqlU92rtWVozkQ5M57UhjgM+I5FPzQdzp3KHgwV1tNxTI4owCMK1UJIDCCRjAQ4oQH3KtBBCQw==", "dependencies": { - "bluebird": "^3.7.2", "check-types": "^11.2.3", "hoopy": "^0.1.4", "jsonpath": "^1.1.1", @@ -22130,11 +22129,10 @@ "dev": true }, "bfj": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/bfj/-/bfj-8.0.0.tgz", - "integrity": "sha512-6KJe4gFrZ4lhmvWcUIj37yFAs36mi2FZXuTkw6udZ/QsX/znFypW4SatqcLA5K5T4BAWgJZD73UFEJJQxuJjoA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-9.0.1.tgz", + "integrity": "sha512-5Xb3/Z+rw8InGqlU92rtWVozkQ5M57UhjgM+I5FPzQdzp3KHgwV1tNxTI4owCMK1UJIDCCRjAQ4oQH3KtBBCQw==", "requires": { - "bluebird": "^3.7.2", "check-types": "^11.2.3", "hoopy": "^0.1.4", "jsonpath": "^1.1.1", diff --git a/package.json b/package.json index 03b48f61..cea9bf2b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "url": "https://github.com/contentful/contentful-export/issues" }, "dependencies": { - "bfj": "^8.0.0", + "bfj": "^9.0.1", "bluebird": "^3.3.3", "cli-table3": "^0.6.0", "contentful": "^11.0.3",