|
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"
|
|
2036 | 2043 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
|
2037 | 2044 | integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
|
2038 | 2045 |
|
2039 |
| -"@types/json-schema@^7.0.5": |
| 2046 | +"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": |
2040 | 2047 | version "7.0.6"
|
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==
|
@@ -2511,6 +2518,16 @@ ajv@^6.12.4:
|
2511 | 2518 | json-schema-traverse "^0.4.1"
|
2512 | 2519 | uri-js "^4.2.2"
|
2513 | 2520 |
|
| 2521 | +ajv@^6.12.5: |
| 2522 | + version "6.12.6" |
| 2523 | + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" |
| 2524 | + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== |
| 2525 | + dependencies: |
| 2526 | + fast-deep-equal "^3.1.1" |
| 2527 | + fast-json-stable-stringify "^2.0.0" |
| 2528 | + json-schema-traverse "^0.4.1" |
| 2529 | + uri-js "^4.2.2" |
| 2530 | + |
2514 | 2531 | alphanum-sort@^1.0.0:
|
2515 | 2532 | version "1.0.2"
|
2516 | 2533 | resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
|
@@ -4472,6 +4489,17 @@ cosmiconfig@^6.0.0:
|
4472 | 4489 | path-type "^4.0.0"
|
4473 | 4490 | yaml "^1.7.2"
|
4474 | 4491 |
|
| 4492 | +cosmiconfig@^7.0.0: |
| 4493 | + version "7.0.0" |
| 4494 | + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3" |
| 4495 | + integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== |
| 4496 | + dependencies: |
| 4497 | + "@types/parse-json" "^4.0.0" |
| 4498 | + import-fresh "^3.2.1" |
| 4499 | + parse-json "^5.0.0" |
| 4500 | + path-type "^4.0.0" |
| 4501 | + yaml "^1.10.0" |
| 4502 | + |
4475 | 4503 | create-ecdh@^4.0.0:
|
4476 | 4504 | version "4.0.3"
|
4477 | 4505 | resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
|
@@ -6786,13 +6814,13 @@ gatsby-plugin-page-creator@^2.3.31:
|
6786 | 6814 | graphql "^14.7.0"
|
6787 | 6815 | lodash "^4.17.20"
|
6788 | 6816 |
|
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== |
| 6817 | +gatsby-plugin-postcss@3.4.0: |
| 6818 | + version "3.4.0" |
| 6819 | + resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-3.4.0.tgz#ad3607da60421c7593b6db509398a3dccb477678" |
| 6820 | + integrity sha512-91iSfMNczGExULcP1xdyYctf9EmRfTYLzhWUOmOnsGD1R3jPrEmSt4LGIBh4LtpLPuVuJZNZGYVfXhKuQCYS2A== |
6793 | 6821 | dependencies:
|
6794 |
| - "@babel/runtime" "^7.11.2" |
6795 |
| - postcss-loader "^3.0.0" |
| 6822 | + "@babel/runtime" "^7.12.5" |
| 6823 | + postcss-loader "^4.0.4" |
6796 | 6824 |
|
6797 | 6825 |
|
6798 | 6826 | version "3.3.13"
|
@@ -8135,6 +8163,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0:
|
8135 | 8163 | parent-module "^1.0.0"
|
8136 | 8164 | resolve-from "^4.0.0"
|
8137 | 8165 |
|
| 8166 | +import-fresh@^3.2.1: |
| 8167 | + version "3.2.2" |
| 8168 | + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e" |
| 8169 | + integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== |
| 8170 | + dependencies: |
| 8171 | + parent-module "^1.0.0" |
| 8172 | + resolve-from "^4.0.0" |
| 8173 | + |
8138 | 8174 | import-from@^2.1.0:
|
8139 | 8175 | version "2.1.0"
|
8140 | 8176 | resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
|
@@ -9133,6 +9169,11 @@ kleur@^3.0.3:
|
9133 | 9169 | resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
|
9134 | 9170 | integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
|
9135 | 9171 |
|
| 9172 | +klona@^2.0.4: |
| 9173 | + version "2.0.4" |
| 9174 | + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0" |
| 9175 | + integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== |
| 9176 | + |
9136 | 9177 | language-subtag-registry@~0.3.2:
|
9137 | 9178 | version "0.3.20"
|
9138 | 9179 | resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.20.tgz#a00a37121894f224f763268e431c55556b0c0755"
|
@@ -9251,6 +9292,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4
|
9251 | 9292 | emojis-list "^3.0.0"
|
9252 | 9293 | json5 "^1.0.1"
|
9253 | 9294 |
|
| 9295 | +loader-utils@^2.0.0: |
| 9296 | + version "2.0.0" |
| 9297 | + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" |
| 9298 | + integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== |
| 9299 | + dependencies: |
| 9300 | + big.js "^5.2.2" |
| 9301 | + emojis-list "^3.0.0" |
| 9302 | + json5 "^2.1.2" |
| 9303 | + |
9254 | 9304 | locate-path@^2.0.0:
|
9255 | 9305 | version "2.0.0"
|
9256 | 9306 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
|
@@ -11494,6 +11544,17 @@ postcss-loader@^3.0.0:
|
11494 | 11544 | postcss-load-config "^2.0.0"
|
11495 | 11545 | schema-utils "^1.0.0"
|
11496 | 11546 |
|
| 11547 | +postcss-loader@^4.0.4: |
| 11548 | + version "4.1.0" |
| 11549 | + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.1.0.tgz#4647a6c8dad3cb6b253fbfaa21d62201086f6e39" |
| 11550 | + integrity sha512-vbCkP70F3Q9PIk6d47aBwjqAMI4LfkXCoyxj+7NPNuVIwfTGdzv2KVQes59/RuxMniIgsYQCFSY42P3+ykJfaw== |
| 11551 | + dependencies: |
| 11552 | + cosmiconfig "^7.0.0" |
| 11553 | + klona "^2.0.4" |
| 11554 | + loader-utils "^2.0.0" |
| 11555 | + schema-utils "^3.0.0" |
| 11556 | + semver "^7.3.2" |
| 11557 | + |
11497 | 11558 | postcss-logical@^3.0.0:
|
11498 | 11559 | version "3.0.0"
|
11499 | 11560 | resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5"
|
@@ -13244,6 +13305,15 @@ schema-utils@^2.6.6:
|
13244 | 13305 | ajv "^6.12.4"
|
13245 | 13306 | ajv-keywords "^3.5.2"
|
13246 | 13307 |
|
| 13308 | +schema-utils@^3.0.0: |
| 13309 | + version "3.0.0" |
| 13310 | + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef" |
| 13311 | + integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA== |
| 13312 | + dependencies: |
| 13313 | + "@types/json-schema" "^7.0.6" |
| 13314 | + ajv "^6.12.5" |
| 13315 | + ajv-keywords "^3.5.2" |
| 13316 | + |
13247 | 13317 | section-matter@^1.0.0:
|
13248 | 13318 | version "1.0.0"
|
13249 | 13319 | resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167"
|
@@ -15807,7 +15877,7 @@ yaml-loader@^0.6.0:
|
15807 | 15877 | loader-utils "^1.4.0"
|
15808 | 15878 | yaml "^1.8.3"
|
15809 | 15879 |
|
15810 |
| -yaml@^1.7.2, yaml@^1.8.3: |
| 15880 | +yaml@^1.10.0, yaml@^1.7.2, yaml@^1.8.3: |
15811 | 15881 | version "1.10.0"
|
15812 | 15882 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
|
15813 | 15883 | integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
|
|
0 commit comments