Skip to content

Commit 15be7be

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

File tree

2 files changed

+90
-8
lines changed

2 files changed

+90
-8
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.6.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: 89 additions & 7 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"
@@ -2041,6 +2048,11 @@
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==
20432050

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+
20442056
"@types/json5@^0.0.29":
20452057
version "0.0.29"
20462058
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2511,6 +2523,16 @@ ajv@^6.12.4:
25112523
json-schema-traverse "^0.4.1"
25122524
uri-js "^4.2.2"
25132525

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+
25142536
alphanum-sort@^1.0.0:
25152537
version "1.0.2"
25162538
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
@@ -4472,6 +4494,17 @@ cosmiconfig@^6.0.0:
44724494
path-type "^4.0.0"
44734495
yaml "^1.7.2"
44744496

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+
44754508
create-ecdh@^4.0.0:
44764509
version "4.0.3"
44774510
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:
67866819
graphql "^14.7.0"
67876820
lodash "^4.17.20"
67886821

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==
67936826
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"
67966829

67976830
67986831
version "3.3.13"
@@ -8135,6 +8168,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0:
81358168
parent-module "^1.0.0"
81368169
resolve-from "^4.0.0"
81378170

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+
81388179
import-from@^2.1.0:
81398180
version "2.1.0"
81408181
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
@@ -9133,6 +9174,11 @@ kleur@^3.0.3:
91339174
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
91349175
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
91359176

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+
91369182
language-subtag-registry@~0.3.2:
91379183
version "0.3.20"
91389184
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
92519297
emojis-list "^3.0.0"
92529298
json5 "^1.0.1"
92539299

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+
92549309
locate-path@^2.0.0:
92559310
version "2.0.0"
92569311
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
@@ -11494,6 +11549,17 @@ postcss-loader@^3.0.0:
1149411549
postcss-load-config "^2.0.0"
1149511550
schema-utils "^1.0.0"
1149611551

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+
1149711563
postcss-logical@^3.0.0:
1149811564
version "3.0.0"
1149911565
resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5"
@@ -13244,6 +13310,15 @@ schema-utils@^2.6.6:
1324413310
ajv "^6.12.4"
1324513311
ajv-keywords "^3.5.2"
1324613312

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+
1324713322
section-matter@^1.0.0:
1324813323
version "1.0.0"
1324913324
resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167"
@@ -13310,6 +13385,13 @@ semver@^7.3.2:
1331013385
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1331113386
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
1331213387

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+
1331313395
1331413396
version "0.17.1"
1331513397
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -15807,7 +15889,7 @@ yaml-loader@^0.6.0:
1580715889
loader-utils "^1.4.0"
1580815890
yaml "^1.8.3"
1580915891

15810-
yaml@^1.7.2, yaml@^1.8.3:
15892+
yaml@^1.10.0, yaml@^1.7.2, yaml@^1.8.3:
1581115893
version "1.10.0"
1581215894
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
1581315895
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

0 commit comments

Comments
 (0)