diff --git a/front/package.json b/front/package.json index 7cfae5fd6..651945270 100644 --- a/front/package.json +++ b/front/package.json @@ -88,7 +88,7 @@ "jsdom": "20.0.3", "jsonc-eslint-parser": "2.1.0", "moxios": "0.4.0", - "sass": "1.57.0", + "sass": "1.57.1", "sinon": "15.0.1", "typescript": "4.9.4", "utility-types": "3.10.0", diff --git a/front/yarn.lock b/front/yarn.lock index fbdc924e4..99499fb0d 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -4957,10 +4957,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.57.0: - version "1.57.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.0.tgz#64c4144ed4e1c0ccb96dc18aef2c424cdbc0c12b" - integrity sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w== +sass@1.57.1: + version "1.57.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.1.tgz#dfafd46eb3ab94817145e8825208ecf7281119b5" + integrity sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"