diff --git a/package-lock.json b/package-lock.json index e7c5592..e750555 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-tailwindcss": "^3.18.0", "husky": "^9.0.11", "lint-staged": "^16.1.2", - "sass": "^1.89.0" + "sass": "^1.89.2" } }, "node_modules/@alloc/quick-lru": { @@ -17155,9 +17155,9 @@ "license": "MIT" }, "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.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 76049eb..c0ad0c2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-tailwindcss": "^3.18.0", "husky": "^9.0.11", "lint-staged": "^16.1.2", - "sass": "^1.89.0" + "sass": "^1.89.2" }, "resolutions": { "vue-i18n": "10.0.6"