Skip to content

Commit 0a962fb

Browse files
committed
chore(deps): update dependency gatsby-plugin-postcss to v3
1 parent 1799173 commit 0a962fb

File tree

2 files changed

+79
-9
lines changed

2 files changed

+79
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gatsby": "2.24.68",
1616
"gatsby-image": "2.4.21",
1717
"gatsby-plugin-mdx": "1.2.44",
18-
"gatsby-plugin-postcss": "2.3.13",
18+
"gatsby-plugin-postcss": "3.4.0",
1919
"gatsby-plugin-react-helmet": "3.3.13",
2020
"gatsby-plugin-react-svg": "3.0.0",
2121
"gatsby-plugin-sharp": "2.6.39",

yarn.lock

Lines changed: 78 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,13 @@
10121012
dependencies:
10131013
regenerator-runtime "^0.13.4"
10141014

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+
10151022
"@babel/standalone@^7.11.6":
10161023
version "7.11.6"
10171024
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.11.6.tgz#2ea3c9463c8b1d04ee2dacc5ac4b81674cec2967"
@@ -2036,7 +2043,7 @@
20362043
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
20372044
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
20382045

2039-
"@types/json-schema@^7.0.5":
2046+
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
20402047
version "7.0.6"
20412048
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
20422049
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
@@ -2511,6 +2518,16 @@ ajv@^6.12.4:
25112518
json-schema-traverse "^0.4.1"
25122519
uri-js "^4.2.2"
25132520

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+
25142531
alphanum-sort@^1.0.0:
25152532
version "1.0.2"
25162533
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
@@ -4472,6 +4489,17 @@ cosmiconfig@^6.0.0:
44724489
path-type "^4.0.0"
44734490
yaml "^1.7.2"
44744491

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+
44754503
create-ecdh@^4.0.0:
44764504
version "4.0.3"
44774505
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:
67866814
graphql "^14.7.0"
67876815
lodash "^4.17.20"
67886816

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==
67936821
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"
67966824

67976825
67986826
version "3.3.13"
@@ -8135,6 +8163,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0:
81358163
parent-module "^1.0.0"
81368164
resolve-from "^4.0.0"
81378165

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+
81388174
import-from@^2.1.0:
81398175
version "2.1.0"
81408176
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
@@ -9133,6 +9169,11 @@ kleur@^3.0.3:
91339169
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
91349170
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
91359171

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+
91369177
language-subtag-registry@~0.3.2:
91379178
version "0.3.20"
91389179
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
92519292
emojis-list "^3.0.0"
92529293
json5 "^1.0.1"
92539294

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+
92549304
locate-path@^2.0.0:
92559305
version "2.0.0"
92569306
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
@@ -11494,6 +11544,17 @@ postcss-loader@^3.0.0:
1149411544
postcss-load-config "^2.0.0"
1149511545
schema-utils "^1.0.0"
1149611546

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+
1149711558
postcss-logical@^3.0.0:
1149811559
version "3.0.0"
1149911560
resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5"
@@ -13244,6 +13305,15 @@ schema-utils@^2.6.6:
1324413305
ajv "^6.12.4"
1324513306
ajv-keywords "^3.5.2"
1324613307

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+
1324713317
section-matter@^1.0.0:
1324813318
version "1.0.0"
1324913319
resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167"
@@ -15807,7 +15877,7 @@ yaml-loader@^0.6.0:
1580715877
loader-utils "^1.4.0"
1580815878
yaml "^1.8.3"
1580915879

15810-
yaml@^1.7.2, yaml@^1.8.3:
15880+
yaml@^1.10.0, yaml@^1.7.2, yaml@^1.8.3:
1581115881
version "1.10.0"
1581215882
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
1581315883
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

0 commit comments

Comments
 (0)