From 17e718264c87cc963906ce8eaff6ea0bfc69164f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Sep 2023 16:48:52 +0000 Subject: [PATCH] fix: upgrade postcss from 8.4.27 to 8.4.28 Snyk has created this PR to upgrade postcss from 8.4.27 to 8.4.28. See this package in npm: https://www.npmjs.com/package/postcss See this project in Snyk: https://app.snyk.io/org/data.gov/project/22700983-7a0f-49aa-b664-c3f0abc51588?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26087be8c..8a117d49f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "lodash.assign": "^4.2.0", "node-notifier": "^8.0.1", "path": "^0.12.7", - "postcss": "^8.4.27", + "postcss": "^8.4.28", "postcss-csso": "^5.0.1", "sass": "^1.64.2", "smooth-scroll": "^16.0.3", @@ -6081,9 +6081,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", + "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", "funding": [ { "type": "opencollective", @@ -14442,9 +14442,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", + "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index eb1cbafb8..b7c2c95c8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lodash.assign": "^4.2.0", "node-notifier": "^8.0.1", "path": "^0.12.7", - "postcss": "^8.4.27", + "postcss": "^8.4.28", "postcss-csso": "^5.0.1", "sass": "^1.64.2", "smooth-scroll": "^16.0.3",