diff --git a/front/package.json b/front/package.json index ca44aa155..f3bda5fbc 100644 --- a/front/package.json +++ b/front/package.json @@ -88,7 +88,7 @@ "eslint-plugin-vue": "9.7.0", "jsdom": "20.0.2", "moxios": "0.4.0", - "sass": "1.55.0", + "sass": "1.56.0", "sinon": "14.0.1", "typescript": "4.8.4", "utility-types": "3.10.0", diff --git a/front/yarn.lock b/front/yarn.lock index 1c1901068..fcf2dbccd 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -4868,10 +4868,10 @@ safe-regex-test@^1.0.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@1.55.0: - version "1.55.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.55.0.tgz#0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c" - integrity sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A== +sass@1.56.0: + version "1.56.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.56.0.tgz#134032075a3223c8d49cb5c35e091e5ba1de8e0a" + integrity sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"