Skip to content

Commit 0e70bc7

Browse files
authored
Merge pull request #23 from Oxicode/renovate/postcss-8.x
Update dependency postcss to v8.4.12
2 parents 998ee89 + e5288c6 commit 0e70bc7

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-node": "11.1.0",
3535
"eslint-plugin-promise": "5.2.0",
3636
"eslint-plugin-simple-import-sort": "7.0.0",
37-
"postcss": "8.4.8",
37+
"postcss": "8.4.12",
3838
"tailwindcss": "3.0.23"
3939
}
4040
}

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,15 @@ postcss-value-parser@^4.2.0:
20492049
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
20502050
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
20512051

2052+
[email protected], postcss@^8.4.6:
2053+
version "8.4.12"
2054+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
2055+
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
2056+
dependencies:
2057+
nanoid "^3.3.1"
2058+
picocolors "^1.0.0"
2059+
source-map-js "^1.0.2"
2060+
20522061
20532062
version "8.4.5"
20542063
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95"
@@ -2058,24 +2067,6 @@ [email protected]:
20582067
picocolors "^1.0.0"
20592068
source-map-js "^1.0.1"
20602069

2061-
2062-
version "8.4.8"
2063-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.8.tgz#dad963a76e82c081a0657d3a2f3602ce10c2e032"
2064-
integrity sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==
2065-
dependencies:
2066-
nanoid "^3.3.1"
2067-
picocolors "^1.0.0"
2068-
source-map-js "^1.0.2"
2069-
2070-
postcss@^8.4.6:
2071-
version "8.4.12"
2072-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
2073-
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
2074-
dependencies:
2075-
nanoid "^3.3.1"
2076-
picocolors "^1.0.0"
2077-
source-map-js "^1.0.2"
2078-
20792070
prelude-ls@^1.2.1:
20802071
version "1.2.1"
20812072
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)