diff --git a/package.json b/package.json index ad49469c..1c9d1989 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@nuxtjs/axios": "5.13.6", "@nuxtjs/composition-api": "0.31.0", - "@shaggytools/nhtsa-api-wrapper": "2.0.2", + "@shaggytools/nhtsa-api-wrapper": "2.0.3", "cross-env": "7.0.3", "express": "4.17.2", "nuxt-edge": "2.16.0-27338416.777a4b7f", diff --git a/yarn.lock b/yarn.lock index bfd6009b..949af761 100644 --- a/yarn.lock +++ b/yarn.lock @@ -927,14 +927,7 @@ core-js-pure "^3.19.0" regenerator-runtime "^0.13.4" -"@babel/runtime@7.14.6": - version "7.14.6" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" - integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.0", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": +"@babel/runtime@7.16.5", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.0", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.16.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.5.tgz#7f3e34bf8bdbbadf03fbb7b1ea0d929569c9487a" integrity sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA== @@ -1734,12 +1727,12 @@ estree-walker "^2.0.1" picomatch "^2.2.2" -"@shaggytools/nhtsa-api-wrapper@2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@shaggytools/nhtsa-api-wrapper/-/nhtsa-api-wrapper-2.0.2.tgz#fc40ffbfa0019a655570cd473cdcaf56ac0ab367" - integrity sha512-swVOPhOcqLa+LxkJ6lBdQf4g8HwAi0RU1u8HiDNQQ4jP4+J7D26pQ2joLKs/LW+ApLcOcgzTdDcdgDR/TlHDCg== +"@shaggytools/nhtsa-api-wrapper@2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@shaggytools/nhtsa-api-wrapper/-/nhtsa-api-wrapper-2.0.3.tgz#b2b41218a97b3b4c05f2abba001b59e0420cdf69" + integrity sha512-R1wFX+Mwbk0yLA109Y3hwFX7Z4Qi+eIvQi6VgSSTqPoalKi1faeo3LOY8WJYrbYMSQYLA3bqkpsLWkfSMSXlDg== dependencies: - "@babel/runtime" "7.14.6" + "@babel/runtime" "7.16.5" isomorphic-unfetch "3.1.0" "@sinonjs/commons@^1.7.0":