diff --git a/package.json b/package.json index 33af4e6..cec006e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "access": "public" }, "dependencies": { - "@groceristar/groceristar-fetch": "^1.2.17", + "@groceristar/groceristar-fetch": "^2.0.1", "uuid": "^3.3.2" } } diff --git a/yarn.lock b/yarn.lock index 01a2026..60359d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -675,24 +675,23 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@groceristar/groceristar-fetch@^1.2.17": - version "1.2.17" - resolved "https://registry.yarnpkg.com/@groceristar/groceristar-fetch/-/groceristar-fetch-1.2.17.tgz#cd0e06df9364cef0b7f3b8d4c8d5bebbd62a06fc" - integrity sha512-Y1JCY1oeFHec4W6cXObEdM+dByAy4VcCT4iqish6HWcSUXqwbQJ0UwPrUjW6WgS28CCUadRuK/tKe+bEcRq4yw== +"@groceristar/groceristar-fetch@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@groceristar/groceristar-fetch/-/groceristar-fetch-2.0.1.tgz#3bef666b3c86678be9bda87c47e5749a4e51ce64" + integrity sha512-Ey87SbqvjXkln++lgxhdMrED/c1OYDjVJGatfxoFnJ969lepp2b9qpIeN6xstc1vurzgt2aPJjf7XV35H7m6OA== dependencies: - "@groceristar/sd-wrapper" "^1.0.15" + "@groceristar/sd-wrapper" "^2.0.0" dayjs "^1.8.0" fs "0.0.2" lodash "^4.17.10" underscore "^1.9.1" uuid "3.3.2" -"@groceristar/sd-wrapper@^1.0.15": - version "1.0.15" - resolved "https://registry.yarnpkg.com/@groceristar/sd-wrapper/-/sd-wrapper-1.0.15.tgz#08d83ca71db738d43852e612fe09de412ef540ab" - integrity sha512-TpWbb5uFdyaYy56rOYEGrzHGY8Mm58jAYUaJzfeEHSo7H3+MGCXh6iP6r9pJMe/BXjwqct6BsEPqQFetk3w6xg== +"@groceristar/sd-wrapper@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@groceristar/sd-wrapper/-/sd-wrapper-2.0.0.tgz#47cee3329dcb84aed42ccbf61467c8c9f0229d27" + integrity sha512-l/6DEl0anaLRw7sdtBJDO8rwU5ejcyYujuBj5pk6q7NDKixlzZqrXu/7ogxqgTgzZiDxMItVnpnNqV3/M01sew== dependencies: - fs "^0.0.1-security" path "^0.12.7" uuid "^3.3.2" @@ -2070,11 +2069,6 @@ fs@0.0.2: resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.2.tgz#e1f244ef3933c1b2a64bd4799136060d0f5914f8" integrity sha1-4fJE7zkzwbKmS9R5kTYGDQ9ZFPg= -fs@^0.0.1-security: - version "0.0.1-security" - resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4" - integrity sha1-invTcYa23d84E/I4WLV+yq9eQdQ= - fsevents@^1.2.2: version "1.2.4" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426"