|
1012 | 1012 | dependencies:
|
1013 | 1013 | regenerator-runtime "^0.13.4"
|
1014 | 1014 |
|
| 1015 | +"@babel/runtime@^7.12.5": |
| 1016 | + version "7.12.5" |
| 1017 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" |
| 1018 | + integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== |
| 1019 | + dependencies: |
| 1020 | + regenerator-runtime "^0.13.4" |
| 1021 | + |
1015 | 1022 | "@babel/standalone@^7.11.6":
|
1016 | 1023 | version "7.11.6"
|
1017 | 1024 | resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.11.6.tgz#2ea3c9463c8b1d04ee2dacc5ac4b81674cec2967"
|
|
2041 | 2048 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
|
2042 | 2049 | integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
|
2043 | 2050 |
|
| 2051 | +"@types/json-schema@^7.0.6": |
| 2052 | + version "7.0.7" |
| 2053 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" |
| 2054 | + integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== |
| 2055 | + |
2044 | 2056 | "@types/json5@^0.0.29":
|
2045 | 2057 | version "0.0.29"
|
2046 | 2058 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
@@ -2511,6 +2523,16 @@ ajv@^6.12.4:
|
2511 | 2523 | json-schema-traverse "^0.4.1"
|
2512 | 2524 | uri-js "^4.2.2"
|
2513 | 2525 |
|
| 2526 | +ajv@^6.12.5: |
| 2527 | + version "6.12.6" |
| 2528 | + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" |
| 2529 | + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== |
| 2530 | + dependencies: |
| 2531 | + fast-deep-equal "^3.1.1" |
| 2532 | + fast-json-stable-stringify "^2.0.0" |
| 2533 | + json-schema-traverse "^0.4.1" |
| 2534 | + uri-js "^4.2.2" |
| 2535 | + |
2514 | 2536 | alphanum-sort@^1.0.0:
|
2515 | 2537 | version "1.0.2"
|
2516 | 2538 | resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
|
@@ -4472,6 +4494,17 @@ cosmiconfig@^6.0.0:
|
4472 | 4494 | path-type "^4.0.0"
|
4473 | 4495 | yaml "^1.7.2"
|
4474 | 4496 |
|
| 4497 | +cosmiconfig@^7.0.0: |
| 4498 | + version "7.0.0" |
| 4499 | + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3" |
| 4500 | + integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== |
| 4501 | + dependencies: |
| 4502 | + "@types/parse-json" "^4.0.0" |
| 4503 | + import-fresh "^3.2.1" |
| 4504 | + parse-json "^5.0.0" |
| 4505 | + path-type "^4.0.0" |
| 4506 | + yaml "^1.10.0" |
| 4507 | + |
4475 | 4508 | create-ecdh@^4.0.0:
|
4476 | 4509 | version "4.0.3"
|
4477 | 4510 | resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
|
@@ -6786,13 +6819,13 @@ gatsby-plugin-page-creator@^2.3.31:
|
6786 | 6819 | graphql "^14.7.0"
|
6787 | 6820 | lodash "^4.17.20"
|
6788 | 6821 |
|
6789 |
| -gatsby-plugin-postcss@2.3.13: |
6790 |
| - version "2.3.13" |
6791 |
| - resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.3.13.tgz#f9a7173184747596a766161098d39899c06f3fa2" |
6792 |
| - integrity sha512-CX2QnF9RCT1vERFN//wexBYtvK3VAB5ADxW/j00CFEu8xZ+4fKKqGFKinSVSrVCwdB4M/CtC4N+0NI9XoLJmSw== |
| 6822 | +gatsby-plugin-postcss@3.6.0: |
| 6823 | + version "3.6.0" |
| 6824 | + resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-3.6.0.tgz#f6ae9a9f9a09ff2e67b53f954a44719eeeeca5b1" |
| 6825 | + integrity sha512-wcC2u70Q4MYAeXwwPCknQGJoLKwI9vNsDMKrtSjxGsvpedkEacRwk3xsomCS4idZKDOb/f9fxc2jwfWgiaDxQw== |
6793 | 6826 | dependencies:
|
6794 |
| - "@babel/runtime" "^7.11.2" |
6795 |
| - postcss-loader "^3.0.0" |
| 6827 | + "@babel/runtime" "^7.12.5" |
| 6828 | + postcss-loader "^4.1.0" |
6796 | 6829 |
|
6797 | 6830 |
|
6798 | 6831 | version "3.3.13"
|
@@ -8135,6 +8168,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0:
|
8135 | 8168 | parent-module "^1.0.0"
|
8136 | 8169 | resolve-from "^4.0.0"
|
8137 | 8170 |
|
| 8171 | +import-fresh@^3.2.1: |
| 8172 | + version "3.3.0" |
| 8173 | + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
| 8174 | + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== |
| 8175 | + dependencies: |
| 8176 | + parent-module "^1.0.0" |
| 8177 | + resolve-from "^4.0.0" |
| 8178 | + |
8138 | 8179 | import-from@^2.1.0:
|
8139 | 8180 | version "2.1.0"
|
8140 | 8181 | resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
|
@@ -9133,6 +9174,11 @@ kleur@^3.0.3:
|
9133 | 9174 | resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
|
9134 | 9175 | integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
|
9135 | 9176 |
|
| 9177 | +klona@^2.0.4: |
| 9178 | + version "2.0.4" |
| 9179 | + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0" |
| 9180 | + integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== |
| 9181 | + |
9136 | 9182 | language-subtag-registry@~0.3.2:
|
9137 | 9183 | version "0.3.20"
|
9138 | 9184 | resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.20.tgz#a00a37121894f224f763268e431c55556b0c0755"
|
@@ -9251,6 +9297,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4
|
9251 | 9297 | emojis-list "^3.0.0"
|
9252 | 9298 | json5 "^1.0.1"
|
9253 | 9299 |
|
| 9300 | +loader-utils@^2.0.0: |
| 9301 | + version "2.0.0" |
| 9302 | + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" |
| 9303 | + integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== |
| 9304 | + dependencies: |
| 9305 | + big.js "^5.2.2" |
| 9306 | + emojis-list "^3.0.0" |
| 9307 | + json5 "^2.1.2" |
| 9308 | + |
9254 | 9309 | locate-path@^2.0.0:
|
9255 | 9310 | version "2.0.0"
|
9256 | 9311 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
|
@@ -11494,6 +11549,17 @@ postcss-loader@^3.0.0:
|
11494 | 11549 | postcss-load-config "^2.0.0"
|
11495 | 11550 | schema-utils "^1.0.0"
|
11496 | 11551 |
|
| 11552 | +postcss-loader@^4.1.0: |
| 11553 | + version "4.2.0" |
| 11554 | + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.2.0.tgz#f6993ea3e0f46600fb3ee49bbd010448123a7db4" |
| 11555 | + integrity sha512-mqgScxHqbiz1yxbnNcPdKYo/6aVt+XExURmEbQlviFVWogDbM4AJ0A/B+ZBpYsJrTRxKw7HyRazg9x0Q9SWwLA== |
| 11556 | + dependencies: |
| 11557 | + cosmiconfig "^7.0.0" |
| 11558 | + klona "^2.0.4" |
| 11559 | + loader-utils "^2.0.0" |
| 11560 | + schema-utils "^3.0.0" |
| 11561 | + semver "^7.3.4" |
| 11562 | + |
11497 | 11563 | postcss-logical@^3.0.0:
|
11498 | 11564 | version "3.0.0"
|
11499 | 11565 | resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5"
|
@@ -13244,6 +13310,15 @@ schema-utils@^2.6.6:
|
13244 | 13310 | ajv "^6.12.4"
|
13245 | 13311 | ajv-keywords "^3.5.2"
|
13246 | 13312 |
|
| 13313 | +schema-utils@^3.0.0: |
| 13314 | + version "3.0.0" |
| 13315 | + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef" |
| 13316 | + integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA== |
| 13317 | + dependencies: |
| 13318 | + "@types/json-schema" "^7.0.6" |
| 13319 | + ajv "^6.12.5" |
| 13320 | + ajv-keywords "^3.5.2" |
| 13321 | + |
13247 | 13322 | section-matter@^1.0.0:
|
13248 | 13323 | version "1.0.0"
|
13249 | 13324 | resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167"
|
@@ -13310,6 +13385,13 @@ semver@^7.3.2:
|
13310 | 13385 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
|
13311 | 13386 | integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
|
13312 | 13387 |
|
| 13388 | +semver@^7.3.4: |
| 13389 | + version "7.3.4" |
| 13390 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97" |
| 13391 | + integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== |
| 13392 | + dependencies: |
| 13393 | + lru-cache "^6.0.0" |
| 13394 | + |
13313 | 13395 |
|
13314 | 13396 | version "0.17.1"
|
13315 | 13397 | resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
|
@@ -15807,7 +15889,7 @@ yaml-loader@^0.6.0:
|
15807 | 15889 | loader-utils "^1.4.0"
|
15808 | 15890 | yaml "^1.8.3"
|
15809 | 15891 |
|
15810 |
| -yaml@^1.7.2, yaml@^1.8.3: |
| 15892 | +yaml@^1.10.0, yaml@^1.7.2, yaml@^1.8.3: |
15811 | 15893 | version "1.10.0"
|
15812 | 15894 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
|
15813 | 15895 | integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
|
|
0 commit comments