diff --git a/package-lock.json b/package-lock.json index 485d88c..a7f3a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@netlify/plugin-lighthouse": "^6.0.0", "autoprefixer": "^10.4.17", "netlify-plugin-hugo-cache-resources": "^0.2.1", - "postcss": "^8.4.35", + "postcss": "^8.4.36", "postcss-cli": "^11.0.0", "postcss-color-mod-function": "^3.0.3" } @@ -2248,9 +2248,9 @@ } }, "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "version": "8.4.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.36.tgz", + "integrity": "sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==", "dev": true, "funding": [ { @@ -2269,7 +2269,7 @@ "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.1.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -2922,9 +2922,9 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.1.0.tgz", + "integrity": "sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==", "dev": true, "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 291bd59..6cfba38 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@netlify/plugin-lighthouse": "^6.0.0", "autoprefixer": "^10.4.17", "netlify-plugin-hugo-cache-resources": "^0.2.1", - "postcss": "^8.4.35", + "postcss": "^8.4.36", "postcss-cli": "^11.0.0", "postcss-color-mod-function": "^3.0.3" }