chore(deps): bump sass from 1.101.7 to 1.102.0 in /tests/apps/multi

Bumps [sass](https://github.com/sass/dart-sass) from 1.101.7 to 1.102.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.101.7...1.102.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-27 13:54:13 +00:00
committed by GitHub
parent ad5107d09d
commit 276f613be1
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.8",
"sass": "^1.101.7"
"sass": "^1.102.0"
},
"engines": {
"node": "24.x.x",
@@ -432,9 +432,9 @@
}
},
"node_modules/sass": {
"version": "1.101.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.101.7.tgz",
"integrity": "sha512-cDeUYU0dhwKVbpYg/ppsjyuoddxYhWlJOkRoI7+/iZsaSp7iowWDfm+tL2HcUafedWBDvbf/+hx0QRgKG4JSHA==",
"version": "1.102.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz",
"integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==",
"license": "MIT",
"dependencies": {
"chokidar": "^5.0.0",

View File

@@ -2,7 +2,7 @@
"author": "Al Johri",
"dependencies": {
"bootstrap": "^5.3.8",
"sass": "^1.101.7"
"sass": "^1.102.0"
},
"description": "Test application for heroku multi buildpack.",
"engines": {