From d8a5ccddaab925d5c140aa2b681f52a8fec0df4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:32:08 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.86.2 to 1.86.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.86.2 to 1.86.3. - [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.86.2...1.86.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.86.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44e81aaf..55cde69a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "gulp-uglify": "^3.0.2", "lazypipe": "^1.0.2", "mocha": "^11.1.0", - "sass": "^1.86.2", + "sass": "^1.86.3", "supertest": "^7.1.0" } }, @@ -11763,9 +11763,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.86.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.2.tgz", - "integrity": "sha512-Rpfn0zAIDqvnSb2DihJTDFjbhqLHu91Wqac9rxontWk7R+2txcPjuujMqu1eeoezh5kAblVCS5EdFdyr0Jmu+w==", + "version": "1.86.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.3.tgz", + "integrity": "sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==", "dev": true, "license": "MIT", "dependencies": { @@ -22415,9 +22415,9 @@ "dev": true }, "sass": { - "version": "1.86.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.2.tgz", - "integrity": "sha512-Rpfn0zAIDqvnSb2DihJTDFjbhqLHu91Wqac9rxontWk7R+2txcPjuujMqu1eeoezh5kAblVCS5EdFdyr0Jmu+w==", + "version": "1.86.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.3.tgz", + "integrity": "sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 7c4990c1..1d65f447 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gulp-uglify": "^3.0.2", "lazypipe": "^1.0.2", "mocha": "^11.1.0", - "sass": "^1.86.2", + "sass": "^1.86.3", "supertest": "^7.1.0" }, "dependencies": {