diff --git a/package.json b/package.json index 640144d..cedbbaf 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@mdi/font": "^7.4.47", "bulma": "^1.0.1", - "sass": "^1.77.4" + "sass": "^1.77.5" }, "scripts": { "build:css": "sass ./app/assets/stylesheets/application.bulma.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules" diff --git a/yarn.lock b/yarn.lock index 5b515cb..54111af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,10 +112,10 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -sass@^1.77.4: - version "1.77.4" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.4.tgz#92059c7bfc56b827c56eb116778d157ec017a5cd" - integrity sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw== +sass@^1.77.5: + version "1.77.5" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.5.tgz#5f9009820297521356e962c0bed13ee36710edfe" + integrity sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"