162162 dependencies :
163163 " @babel/types" " ^7.17.0"
164164
165- " @babel/helper-module-imports@^7.12.13" , "@babel/helper-module-imports@^7.16.7":
166- version "7.16.7 "
167- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7 .tgz#25612a8091a999704461c8a222d0efec5d091437 "
168- integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg ==
165+ " @babel/helper-module-imports@^7.0.0-beta.49 " , "@babel/helper-module-imports@^7. 12.13", "@babel/helper-module-imports@^7.16.7":
166+ version "7.18.6 "
167+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6 .tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e "
168+ integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA ==
169169 dependencies :
170- " @babel/types" " ^7.16.7 "
170+ " @babel/types" " ^7.18.6 "
171171
172172" @babel/helper-module-transforms@^7.18.0 " :
173173 version "7.18.0"
236236 dependencies :
237237 " @babel/types" " ^7.16.7"
238238
239- " @babel/helper-validator-identifier@^7.16.7 " :
240- version "7.16.7 "
241- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7 .tgz#e8c602438c4a8195751243da9031d1607d247cad "
242- integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw ==
239+ " @babel/helper-validator-identifier@^7.16.7" , "@babel/helper-validator-identifier@^7.18.6" :
240+ version "7.18.6 "
241+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6 .tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076 "
242+ integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g ==
243243
244244" @babel/helper-validator-option@^7.16.7 " :
245245 version "7.16.7"
10081008 debug "^4.1.0"
10091009 globals "^11.1.0"
10101010
1011- " @babel/types@^7.16.0" , "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.4.4":
1012- version "7.18.4 "
1013- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4 .tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354 "
1014- integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw ==
1011+ " @babel/types@^7.0.0-beta.49 " , "@babel/types@^7. 16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.6 ", "@babel/types@^7.4.4":
1012+ version "7.18.8 "
1013+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.8 .tgz#c5af199951bf41ba4a6a9a6d0d8ad722b30cd42f "
1014+ integrity sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw ==
10151015 dependencies :
1016- " @babel/helper-validator-identifier" " ^7.16.7 "
1016+ " @babel/helper-validator-identifier" " ^7.18.6 "
10171017 to-fast-properties "^2.0.0"
10181018
10191019" @jridgewell/gen-mapping@^0.1.0 " :
@@ -1106,6 +1106,17 @@ babel-plugin-dynamic-import-node@^2.3.3:
11061106 dependencies :
11071107 object.assign "^4.1.0"
11081108
1109+ babel-plugin-lodash@^3.3.4 :
1110+ version "3.3.4"
1111+ resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
1112+ integrity sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==
1113+ dependencies :
1114+ " @babel/helper-module-imports" " ^7.0.0-beta.49"
1115+ " @babel/types" " ^7.0.0-beta.49"
1116+ glob "^7.1.1"
1117+ lodash "^4.17.10"
1118+ require-package-name "^2.0.1"
1119+
11091120babel-plugin-polyfill-corejs2@^0.3.0 :
11101121 version "0.3.1"
11111122 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5"
@@ -1130,10 +1141,10 @@ babel-plugin-polyfill-regenerator@^0.3.0:
11301141 dependencies :
11311142 " @babel/helper-define-polyfill-provider" " ^0.3.1"
11321143
1133- babel-preset-gatsby-package@2.15 .0 :
1134- version "2.15 .0"
1135- resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15 .0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef "
1136- integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw ==
1144+ babel-preset-gatsby-package@2.18 .0 :
1145+ version "2.18 .0"
1146+ resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.18 .0.tgz#336cd3903e3a31b43bf67878c582cd9e20e66d13 "
1147+ integrity sha512-5J3392RKe4MX4xPlHuRVl36n9aVGu4bvM34Mh4zEuAMFL7/OhpD/Jw6ppyVY731sqw2iGCCPDkQPToXDhGd9CQ ==
11371148 dependencies :
11381149 " @babel/plugin-proposal-nullish-coalescing-operator" " ^7.14.5"
11391150 " @babel/plugin-proposal-optional-chaining" " ^7.14.5"
11451156 " @babel/preset-react" " ^7.14.0"
11461157 " @babel/runtime" " ^7.15.4"
11471158 babel-plugin-dynamic-import-node "^2.3.3"
1159+ babel-plugin-lodash "^3.3.4"
11481160 core-js "^3.22.3"
11491161
11501162balanced-match@^1.0.0 :
@@ -1499,7 +1511,7 @@ glob-parent@~5.1.2:
14991511 dependencies :
15001512 is-glob "^4.0.1"
15011513
1502- glob@^7.0.0 :
1514+ glob@^7.0.0, glob@^7.1.1 :
15031515 version "7.2.3"
15041516 resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15051517 integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1651,6 +1663,11 @@ lodash.debounce@^4.0.8:
16511663 resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16521664 integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16531665
1666+ lodash@^4.17.10 :
1667+ version "4.17.21"
1668+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1669+ integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1670+
16541671lru-cache@^6.0.0 :
16551672 version "6.0.0"
16561673 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -1911,6 +1928,11 @@ regjsparser@^0.8.2:
19111928 dependencies :
19121929 jsesc "~0.5.0"
19131930
1931+ require-package-name@^2.0.1 :
1932+ version "2.0.1"
1933+ resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1934+ integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1935+
19141936resolve@^1.14.2 :
19151937 version "1.22.0"
19161938 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
0 commit comments