From cc14eb17b5b030b02dc4529e237a534bebca19bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Nov 2021 13:41:27 +0000 Subject: [PATCH] chore(deps): update dependency @fullhuman/postcss-purgecss to v4.1.2 --- frontend/package-lock.json | 30 +++++++++++++++--------------- frontend/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 60b4958..9b23cea 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -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", diff --git a/frontend/package.json b/frontend/package.json index c0a6dcb..4b0d3e1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",