diff --git a/package-lock.json b/package-lock.json index f84b540..370f51b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ }, "devDependencies": { "eslint": "^9.28.0", - "sass": "^1.89.0" + "sass": "^1.89.1" } }, "node_modules/@babel/runtime": { @@ -2366,9 +2366,9 @@ } }, "node_modules/sass": { - "version": "1.89.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.0.tgz", - "integrity": "sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==", + "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==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b79c1f0..5c664a2 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "devDependencies": { "eslint": "^9.28.0", - "sass": "^1.89.0" + "sass": "^1.89.1" } } \ No newline at end of file