diff --git a/package-lock.json b/package-lock.json index 417802229..54b05b707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "ngx-build-plus": "^14.0.0", "postcss-import": "^15.1.0", "postcss-loader": "^7.3.3", - "postcss-scss": "^4.0.6", + "postcss-scss": "^4.0.7", "prettier": "^2.8.8", "prettier-plugin-organize-attributes": "^0.0.5", "tailwindcss": "^3.3.3", @@ -10972,9 +10972,9 @@ } }, "node_modules/postcss-scss": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz", - "integrity": "sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.7.tgz", + "integrity": "sha512-xPv2GseoyXPa58Nro7M73ZntttusuCmZdeOojUFR5PZDz2BR62vfYx1w9TyOnp1+nYFowgOMipsCBhxzVkAEPw==", "dev": true, "funding": [ { @@ -10984,6 +10984,10 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss-scss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "engines": { diff --git a/package.json b/package.json index 785b21949..46e223df7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "ngx-build-plus": "^14.0.0", "postcss-import": "^15.1.0", "postcss-loader": "^7.3.3", - "postcss-scss": "^4.0.6", + "postcss-scss": "^4.0.7", "prettier": "^2.8.8", "prettier-plugin-organize-attributes": "^0.0.5", "tailwindcss": "^3.3.3",