diff --git a/package-lock.json b/package-lock.json index 6ed94d1..8bad543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "^5.0.0", "load-grunt-tasks": "^5.1.0", - "postcss": "^8.5.23", + "postcss": "^8.5.24", "postcss-scss": "^4.0.9" }, "engines": { @@ -3363,9 +3363,9 @@ } }, "node_modules/postcss": { - "version": "8.5.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", - "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "version": "8.5.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", + "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", "dev": true, "funding": [ { @@ -9163,9 +9163,9 @@ } }, "postcss": { - "version": "8.5.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", - "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "version": "8.5.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", + "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", "dev": true, "requires": { "nanoid": "^3.3.16", diff --git a/package.json b/package.json index bba3b33..2a71128 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "^5.0.0", "load-grunt-tasks": "^5.1.0", - "postcss": "^8.5.23", + "postcss": "^8.5.24", "postcss-scss": "^4.0.9" }, "peerDependencies": {