Merge pull request #39 from tomru/renovate/postcss-8.x

Update dependency postcss to v8.4.4
This commit is contained in:
Thomas Ruoff
2021-12-11 00:05:14 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9400,9 +9400,9 @@
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
}, },
"postcss": { "postcss": {
"version": "8.4.1", "version": "8.4.4",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.1.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.4.tgz",
"integrity": "sha512-WqLs/TTzXdG+/A4ZOOK9WDZiikrRaiA+eoEb/jz2DT9KUhMNHgP7yKPO8vwi62ZCsb703Gwb7BMZwDzI54Y2Ag==", "integrity": "sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"nanoid": "^3.1.30", "nanoid": "^3.1.30",

View File

@@ -30,7 +30,7 @@
"eslint-config-next": "12.0.4", "eslint-config-next": "12.0.4",
"jest": "27.3.1", "jest": "27.3.1",
"jest-watch-typeahead": "0.6.1", "jest-watch-typeahead": "0.6.1",
"postcss": "8.4.1", "postcss": "8.4.4",
"react-collapsible": "2.8.4", "react-collapsible": "2.8.4",
"tailwindcss": "2.0.3", "tailwindcss": "2.0.3",
"typescript": "4.5.2" "typescript": "4.5.2"