Skip to content

Commit e28086f

Browse files
Update dependency postcss to v8.4.31 [SECURITY]
1 parent d613dcf commit e28086f

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"passport": "0.5.0",
4949
"passport-oauth2": "1.6.1",
5050
"pg": "8.7.1",
51-
"postcss": "8.4.4",
51+
"postcss": "8.4.31",
5252
"postcss-nested": "5.0.6",
5353
"pug": "3.0.2",
5454
"sanitize-html": "2.6.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3880,6 +3880,11 @@ nanoid@^3.1.30:
38803880
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
38813881
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
38823882

3883+
nanoid@^3.3.6:
3884+
version "3.3.7"
3885+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
3886+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
3887+
38833888
nanomatch@^1.2.9:
38843889
version "1.2.13"
38853890
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -4491,14 +4496,14 @@ postcss-value-parser@^4.1.0:
44914496
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
44924497
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
44934498

4494-
postcss@8.4.4:
4495-
version "8.4.4"
4496-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.4.tgz#d53d4ec6a75fd62557a66bb41978bf47ff0c2869"
4497-
integrity sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==
4499+
postcss@8.4.31:
4500+
version "8.4.31"
4501+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
4502+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
44984503
dependencies:
4499-
nanoid "^3.1.30"
4504+
nanoid "^3.3.6"
45004505
picocolors "^1.0.0"
4501-
source-map-js "^1.0.1"
4506+
source-map-js "^1.0.2"
45024507

45034508
postcss@^8.1.6, postcss@^8.2.1:
45044509
version "8.3.5"
@@ -5213,10 +5218,10 @@ source-map-js@^0.6.2:
52135218
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
52145219
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
52155220

5216-
source-map-js@^1.0.1:
5217-
version "1.0.1"
5218-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
5219-
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
5221+
source-map-js@^1.0.2:
5222+
version "1.2.0"
5223+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
5224+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
52205225

52215226
source-map-resolve@^0.5.0:
52225227
version "0.5.3"

0 commit comments

Comments
 (0)