Skip to content

Commit f15423e

Browse files
build(deps-dev): bump sass from 1.51.0 to 1.52.0 (#6161)
Bumps [sass](https://github.com/sass/dart-sass) from 1.51.0 to 1.52.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.51.0...1.52.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b6d2f0 commit f15423e

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
@@ -127,7 +127,7 @@
127127
"remark-html": "^15.0.1",
128128
"remark-refractor": "montogeek/remark-refractor",
129129
"rimraf": "^3.0.2",
130-
"sass": "^1.51.0",
130+
"sass": "^1.52.0",
131131
"sass-loader": "^13.0.0",
132132
"sirv-cli": "^2.0.2",
133133
"sitemap-static": "^0.4.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -10648,10 +10648,10 @@ sass-loader@^13.0.0:
1064810648
klona "^2.0.4"
1064910649
neo-async "^2.6.2"
1065010650

10651-
sass@^1.51.0:
10652-
version "1.51.0"
10653-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.51.0.tgz#25ea36cf819581fe1fe8329e8c3a4eaaf70d2845"
10654-
integrity sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==
10651+
sass@^1.52.0:
10652+
version "1.52.0"
10653+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.0.tgz#3dc755ff459858ce7062887181648701f028c4f5"
10654+
integrity sha512-6EnTglag2oVD8sNJCxUi2Jd3ICH9tJ5Mqudt/gIZNBR2uKJUBZuTpW9O1t04SkDLP7VFa76FCWTV2rwchqM8Kw==
1065510655
dependencies:
1065610656
chokidar ">=3.0.0 <4.0.0"
1065710657
immutable "^4.0.0"

0 commit comments

Comments
 (0)