From 4a48ca3e73142f7bfcd6b34293e64b2e6f4d2e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:12:03 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.77.2 to 1.77.4 in /ui Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.4. - [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.77.2...1.77.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 5a0f865aa..2169d817d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -87,7 +87,7 @@ "jest-fetch-mock": "3.0.3", "node-fetch": "2.6.11", "prettier": "3.3.0", - "sass": "1.77.2", + "sass": "1.77.4", "terser": "5.31.0", "ts-jest": "29.1.4", "typescript": "5.4.5", @@ -11334,9 +11334,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.77.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz", - "integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==", + "version": "1.77.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", + "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/ui/package.json b/ui/package.json index a3a36f6f1..ebfdcaa3c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -82,7 +82,7 @@ "jest-fetch-mock": "3.0.3", "node-fetch": "2.6.11", "prettier": "3.3.0", - "sass": "1.77.2", + "sass": "1.77.4", "terser": "5.31.0", "ts-jest": "29.1.4", "typescript": "5.4.5",