Skip to content

Commit 8407823

Browse files
Bump sass from 1.75.0 to 1.76.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.75.0...1.76.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85f9934 commit 8407823

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@mdi/font": "^7.4.47",
66
"bulma": "^1.0.0",
7-
"sass": "^1.75.0"
7+
"sass": "^1.76.0"
88
},
99
"scripts": {
1010
"build:css": "sass ./app/assets/stylesheets/application.bulma.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ readdirp@~3.6.0:
114114
dependencies:
115115
picomatch "^2.2.1"
116116

117-
sass@^1.71.1, sass@^1.75.0:
118-
version "1.75.0"
119-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.75.0.tgz#91bbe87fb02dfcc34e052ddd6ab80f60d392be6c"
120-
integrity sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==
117+
sass@^1.71.1, sass@^1.76.0:
118+
version "1.76.0"
119+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.76.0.tgz#fe15909500735ac154f0dc7386d656b62b03987d"
120+
integrity sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==
121121
dependencies:
122122
chokidar ">=3.0.0 <4.0.0"
123123
immutable "^4.0.0"

0 commit comments

Comments
 (0)