From b3e3c22c763566ba93da36496f06929d549a5825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:19:41 +0000 Subject: [PATCH] Bump sass from 1.77.4 to 1.78.0 in /CommonComponents Bumps [sass](https://github.com/sass/dart-sass) from 1.77.4 to 1.78.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.77.4...1.78.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- CommonComponents/package-lock.json | 8 ++++---- CommonComponents/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CommonComponents/package-lock.json b/CommonComponents/package-lock.json index b396b3bfd..c89eddf69 100644 --- a/CommonComponents/package-lock.json +++ b/CommonComponents/package-lock.json @@ -13,7 +13,7 @@ "bulma": "1.0.1", "charts.css": "^1.1.0", "purgecss": "6.0.0", - "sass": "1.77.4", + "sass": "1.78.0", "semver": "7.6.2", "tailwindcss": "3.4.4" } @@ -1061,9 +1061,9 @@ } }, "node_modules/sass": { - "version": "1.77.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", - "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", + "version": "1.78.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.78.0.tgz", + "integrity": "sha512-AaIqGSrjo5lA2Yg7RvFZrlXDBCp3nV4XP73GrLGvdRWWwk+8H3l0SDvq/5bA4eF+0RFPLuWUk3E+P1U/YqnpsQ==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/CommonComponents/package.json b/CommonComponents/package.json index da19dd504..4caaca94f 100644 --- a/CommonComponents/package.json +++ b/CommonComponents/package.json @@ -15,7 +15,7 @@ "autoprefixer": "10.4.19", "bulma": "1.0.1", "charts.css": "^1.1.0", - "sass": "1.77.4", + "sass": "1.78.0", "purgecss": "6.0.0", "semver": "7.6.2", "tailwindcss": "3.4.4"