diff --git a/package-lock.json b/package-lock.json index 1ec5fff8..eb3a79fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-lazy-load-image-component": "^1.6.3", "react-responsive-carousel": "^3.2.23", "react-transition-group": "^4.4.5", - "sass": "^1.89.1", + "sass": "^1.89.2", "sharp": "^0.34.2" }, "devDependencies": { @@ -22642,9 +22642,9 @@ } }, "node_modules/sass": { - "version": "1.89.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", - "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", @@ -41551,9 +41551,9 @@ } }, "sass": { - "version": "1.89.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", - "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "requires": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 46e0afe4..daa228a8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-lazy-load-image-component": "^1.6.3", "react-responsive-carousel": "^3.2.23", "react-transition-group": "^4.4.5", - "sass": "^1.89.1", + "sass": "^1.89.2", "sharp": "^0.34.2" }, "devDependencies": {