diff --git a/tests/apps/multi/package-lock.json b/tests/apps/multi/package-lock.json index 4304ae76e..93f43855e 100644 --- a/tests/apps/multi/package-lock.json +++ b/tests/apps/multi/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "bootstrap": "^5.3.8", - "sass": "^1.102.0" + "sass": "^1.103.1" }, "engines": { "node": "24.x.x", @@ -432,9 +432,9 @@ } }, "node_modules/sass": { - "version": "1.102.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz", - "integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==", + "version": "1.103.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.103.1.tgz", + "integrity": "sha512-9icZURbP51S6S0QGoyaeqk9uB06GNWxsFYWfH5RgpFgqK5FA8tJcM3AdVxrZEVJ7dz+L87nG95gBKf4VuaMHGw==", "license": "MIT", "dependencies": { "chokidar": "^5.0.0", diff --git a/tests/apps/multi/package.json b/tests/apps/multi/package.json index 895f99224..52ab79ff9 100644 --- a/tests/apps/multi/package.json +++ b/tests/apps/multi/package.json @@ -2,7 +2,7 @@ "author": "Al Johri", "dependencies": { "bootstrap": "^5.3.8", - "sass": "^1.102.0" + "sass": "^1.103.1" }, "description": "Test application for heroku multi buildpack.", "engines": {