Skip to content

Commit 92ecf28

Browse files
Bump sass from 1.91.0 to 1.93.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.91.0 to 1.93.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.91.0...1.93.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d04f15f commit 92ecf28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"esbuild": "^0.25.9",
88
"govuk-country-and-territory-autocomplete": "^2.0.0",
99
"govuk-frontend": "^5.11.2",
10-
"sass": "^1.91.0"
10+
"sass": "^1.93.0"
1111
},
1212
"scripts": {
1313
"build": "esbuild app/javascript/*.* --bundle --sourcemap --target=es6 --outdir=app/assets/builds",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,10 @@ readdirp@^4.0.1:
392392
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-4.0.1.tgz#b2fe35f8dca63183cd3b86883ecc8f720ea96ae6"
393393
integrity sha512-GkMg9uOTpIWWKbSsgwb5fA4EavTR+SG/PMPoAY8hkhHfEEY0/vqljY+XHqtDf2cr2IJtoNRDbrrEpZUiZCkYRw==
394394

395-
sass@^1.91.0:
396-
version "1.91.0"
397-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.91.0.tgz#7d4f7f624b35d43f78da1c339cab24426e28d7fa"
398-
integrity sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA==
395+
sass@^1.93.0:
396+
version "1.93.0"
397+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.93.0.tgz#8252f61405be295f4755d1ed5df48bf118587aa5"
398+
integrity sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==
399399
dependencies:
400400
chokidar "^4.0.0"
401401
immutable "^5.0.2"

0 commit comments

Comments
 (0)