diff --git a/package-lock.json b/package-lock.json index f6d5322..c87ec37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint": "^8", "eslint-config-next": "14.2.3", "postcss": "^8", - "sass": "^1.77.4", + "sass": "^1.77.5", "tailwindcss": "^3.4.4", "typescript": "^5" } @@ -8091,9 +8091,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.77.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", - "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", + "version": "1.77.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.5.tgz", + "integrity": "sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg==", "devOptional": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 3b7f4c8..4ccae05 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "^8", "eslint-config-next": "14.2.3", "postcss": "^8", - "sass": "^1.77.4", + "sass": "^1.77.5", "tailwindcss": "^3.4.4", "typescript": "^5" }