From fb62b70ea4cc323bbf5a580aa87d3422f000a39b Mon Sep 17 00:00:00 2001 From: James Simone Date: Tue, 10 Sep 2019 07:59:55 -0400 Subject: [PATCH] Bumping airtable dependency to fix #62 (#63) --- package.json | 4 ++-- yarn.lock | 16 +++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 76f6a048..66052a5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-airtable", - "version": "2.0.8", + "version": "2.0.9", "description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.", "main": "index.js", "files": [ @@ -19,7 +19,7 @@ "airtable" ], "dependencies": { - "airtable": "^0.5.6", + "airtable": "^0.7.1", "bluebird": "^3.5.4" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index b2d363cd..0105b1a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,11 +2,12 @@ # yarn lockfile v1 -airtable@^0.5.6: - version "0.5.10" - resolved "https://registry.yarnpkg.com/airtable/-/airtable-0.5.10.tgz#89ea398393fac46f04a1ea810b97bfcf6bf07012" +airtable@^0.7.1: + version "0.7.1" + resolved "https://registry.yarnpkg.com/airtable/-/airtable-0.7.1.tgz#1ebad9c9ed332d9348fb3ec3ef9c2d8be452b4f4" + integrity sha512-VV/8LKyDOtWca2YFMDJWDbPNPkhQPij6+H8SwoLTDEAR/02mTcGI1fSiwC5eW3xfy5Uzn6gLlfTGne7YqxxUkQ== dependencies: - lodash "4.17.11" + lodash "4.17.14" request "2.88.0" xhr "2.3.3" @@ -197,9 +198,10 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" -lodash@4.17.11: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" +lodash@4.17.14: + version "4.17.14" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" + integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== mime-db@1.40.0: version "1.40.0"