diff --git a/package-lock.json b/package-lock.json index 5c50e81..412a479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12382,9 +12382,9 @@ "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" }, "sass": { - "version": "1.77.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.3.tgz", - "integrity": "sha512-WJHo+jmFp0dwRuymPmIovuxHaBntcCyja5hCB0yYY9wWrViEp4kF5Cdai98P72v6FzroPuABqu+ddLMbQWmwzA==", + "version": "1.77.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", + "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 5c27fc5..29faefc 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/react-router-dom": "5.3.3", "husky": "8.0.3", "lint-staged": "13.3.0", - "sass": "1.77.3", + "sass": "1.77.4", "prettier": "2.8.8", "typescript": "4.9.5" },