Skip to content

Commit 5274fac

Browse files
authored
Merge pull request #4 from lukdog/dependabot/npm_and_yarn/postcss-8.4.31
Bump postcss from 8.4.20 to 8.4.31
2 parents e9f195d + cbeaab8 commit 5274fac

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "8.21.0",
2727
"eslint-config-next": "12.2.4",
2828
"husky": "^8.0.2",
29-
"postcss": "^8.4.17",
29+
"postcss": "^8.4.31",
3030
"prettier": "^2.7.1",
3131
"prettier-plugin-tailwindcss": "^0.2.1",
3232
"tailwindcss": "^3.1.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,10 +1406,10 @@ ms@^2.1.1:
14061406
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
14071407
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
14081408

1409-
nanoid@^3.3.4:
1410-
version "3.3.4"
1411-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
1412-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
1409+
nanoid@^3.3.4, nanoid@^3.3.6:
1410+
version "3.3.6"
1411+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
1412+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
14131413

14141414
natural-compare@^1.4.0:
14151415
version "1.4.0"
@@ -1654,12 +1654,12 @@ [email protected]:
16541654
picocolors "^1.0.0"
16551655
source-map-js "^1.0.2"
16561656

1657-
postcss@^8.4.17, postcss@^8.4.18:
1658-
version "8.4.20"
1659-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.20.tgz#64c52f509644cecad8567e949f4081d98349dc56"
1660-
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
1657+
postcss@^8.4.18, postcss@^8.4.31:
1658+
version "8.4.31"
1659+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
1660+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
16611661
dependencies:
1662-
nanoid "^3.3.4"
1662+
nanoid "^3.3.6"
16631663
picocolors "^1.0.0"
16641664
source-map-js "^1.0.2"
16651665

0 commit comments

Comments
 (0)