chore(deps): update dependency @fullhuman/postcss-purgecss to v4.1.2

This commit is contained in:
Renovate Bot 2021-11-29 13:41:27 +00:00
parent 922e0e7e87
commit cc14eb17b5
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 16 additions and 16 deletions

View file

@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "4.1.1",
"@fullhuman/postcss-purgecss": "4.1.2",
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
@ -1647,11 +1647,11 @@
}
},
"node_modules/@fullhuman/postcss-purgecss": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.1.1.tgz",
"integrity": "sha512-446htL9EMif+3eaPuD0TqA49WnaDrClknNoo1WmQpKyqk4qDheyAomchetGYZnEzeAeoqd5/vpO8iUaG/e4M2Q==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.1.2.tgz",
"integrity": "sha512-FcqFy89Q6Qf4MTrIlxucjn2oKavN4b8w/f3sCXqshtUAbZHDpiMwNqSv8flPVYbcJaNZB+V+gE9kUDEnW6bNig==",
"dependencies": {
"purgecss": "^4.1.1"
"purgecss": "^4.1.2"
},
"peerDependencies": {
"postcss": "^8.0.0"
@ -22074,9 +22074,9 @@
}
},
"node_modules/purgecss": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.1.1.tgz",
"integrity": "sha512-oVNNzN9tRVoRCeITtpC3ofLU5wGLLYayXkOELeSr0FjwSVdxNK1GbIAvDQNSm5X1WFXGkfcb9JbvTsS2G364/w==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.1.2.tgz",
"integrity": "sha512-e7Gz4nj4Lams6toFQ40YJiMrKWKE3nVPmdvhkJDxg8O/xj6gFudzrUa9qrQL+3DU0e8/c47MzxX9VXVbnPLR6A==",
"dependencies": {
"commander": "^8.0.0",
"glob": "^7.1.7",
@ -29608,11 +29608,11 @@
}
},
"@fullhuman/postcss-purgecss": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.1.1.tgz",
"integrity": "sha512-446htL9EMif+3eaPuD0TqA49WnaDrClknNoo1WmQpKyqk4qDheyAomchetGYZnEzeAeoqd5/vpO8iUaG/e4M2Q==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.1.2.tgz",
"integrity": "sha512-FcqFy89Q6Qf4MTrIlxucjn2oKavN4b8w/f3sCXqshtUAbZHDpiMwNqSv8flPVYbcJaNZB+V+gE9kUDEnW6bNig==",
"requires": {
"purgecss": "^4.1.1"
"purgecss": "^4.1.2"
}
},
"@hapi/address": {
@ -45507,9 +45507,9 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"purgecss": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.1.1.tgz",
"integrity": "sha512-oVNNzN9tRVoRCeITtpC3ofLU5wGLLYayXkOELeSr0FjwSVdxNK1GbIAvDQNSm5X1WFXGkfcb9JbvTsS2G364/w==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.1.2.tgz",
"integrity": "sha512-e7Gz4nj4Lams6toFQ40YJiMrKWKE3nVPmdvhkJDxg8O/xj6gFudzrUa9qrQL+3DU0e8/c47MzxX9VXVbnPLR6A==",
"requires": {
"commander": "^8.0.0",
"glob": "^7.1.7",

View file

@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "4.1.1",
"@fullhuman/postcss-purgecss": "4.1.2",
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",