Skip to content

Commit f81fc0e

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
build(deps): bump postcss from 8.1.13 to 8.1.14
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.13 to 8.1.14. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.1.13...8.1.14) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5415c4d commit f81fc0e

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

src/babel-plugin-transform-sx-tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/types": "^7.12.7",
1818
"find-cache-dir": "^3.3.1",
1919
"object-hash": "^2.0.3",
20-
"postcss": "^8.1.13",
20+
"postcss": "^8.1.14",
2121
"tailwindcss": "^2.0.1"
2222
},
2323
"devDependencies": {

src/sx-tailwind-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"next": "^10.0.3",
1313
"next-plugin-custom-babel-config": "^1.0.4",
1414
"next-transpile-modules": "^6.0.0",
15-
"postcss": "^8.1.13",
15+
"postcss": "^8.1.14",
1616
"react": "^17.0.1",
1717
"react-dom": "^17.0.1",
1818
"refractor": "^3.2.0",

src/sx-tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/runtime": "^7.12.5",
1919
"change-case": "^4.1.2",
2020
"fast-levenshtein": "^3.0.0",
21-
"postcss": "^8.1.13",
21+
"postcss": "^8.1.14",
2222
"prettier": "^2.2.1",
2323
"tailwindcss": "^2.0.1"
2424
},

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14370,15 +14370,14 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2
1437014370
source-map "^0.6.1"
1437114371
supports-color "^6.1.0"
1437214372

14373-
postcss@^8.1.13, postcss@^8.1.6:
14374-
version "8.1.13"
14375-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.13.tgz#5d2aa2f96b3eaab5edc2ef488b4bd636c680f712"
14376-
integrity sha512-D++wck3XhQkICYfysZRx90JCDgaTTdq8YxLswB9cjBzfxwcVcQjn3LsjXon0PQ6TIOof2IGWLRHhSgXZuJct4w==
14373+
postcss@^8.1.14, postcss@^8.1.6:
14374+
version "8.1.14"
14375+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.14.tgz#77d6a5db2fdc0afa918e24af5323a53fb8727f2e"
14376+
integrity sha512-KatkyVPBKfENS+c3dpXJoDXnDD5UZs5exAnDksLqaRJPKwYphEPZt4N0m0i049v2/BtWVQibAhxW4ilXXcolpA==
1437714377
dependencies:
1437814378
colorette "^1.2.1"
1437914379
nanoid "^3.1.20"
1438014380
source-map "^0.6.1"
14381-
vfile-location "^3.2.0"
1438214381

1438314382
prebuild-install@^5.3.5:
1438414383
version "5.3.6"
@@ -17912,7 +17911,7 @@ [email protected]:
1791217911
core-util-is "1.0.2"
1791317912
extsprintf "^1.2.0"
1791417913

17915-
vfile-location@^3.0.0, vfile-location@^3.2.0:
17914+
vfile-location@^3.0.0:
1791617915
version "3.2.0"
1791717916
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c"
1791817917
integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==

0 commit comments

Comments
 (0)