diff --git a/Resources/Private/Frontend/package.json b/Resources/Private/Frontend/package.json index 5ab4db54..2d7421f7 100644 --- a/Resources/Private/Frontend/package.json +++ b/Resources/Private/Frontend/package.json @@ -41,7 +41,7 @@ "ignore-emit-webpack-plugin": "^2.0.6", "mini-css-extract-plugin": "^2.7.6", "npm-run-all": "^4.1.5", - "sass": "^1.63.4", + "sass": "^1.63.5", "sass-loader": "^13.3.2", "source-map-loader": "^4.0.1", "stylelint": "^14.16.1", diff --git a/Resources/Private/Frontend/yarn.lock b/Resources/Private/Frontend/yarn.lock index 502d735b..cebcf96e 100644 --- a/Resources/Private/Frontend/yarn.lock +++ b/Resources/Private/Frontend/yarn.lock @@ -3528,10 +3528,10 @@ sass-loader@^13.3.2: dependencies: neo-async "^2.6.2" -sass@^1.63.4: - version "1.63.4" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.4.tgz#caf60643321044c61f6a0fe638a07abbd31cfb5d" - integrity sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ== +sass@^1.63.5: + version "1.63.5" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.5.tgz#6e1900b12576e3e74a8ab0a9d8607cacbe584ef1" + integrity sha512-Q6c5gs482oezdAp+0fWF9cRisvpy7yfYb64knID0OE8AnMgtkluRPfpGMFjeD4/+M4+6QpJZCU6JRSxbjiktkg== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"