From 126c368a71244dbc99b9cbfb2a9333208cc61aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:03:54 -0700 Subject: [PATCH] chore(deps): bump sass from 1.71.1 to 1.77.4 (#2026) Bumps [sass](https://github.com/sass/dart-sass) from 1.71.1 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.71.1...1.77.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e12752c148..bd03c473cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "jest-preview": "^0.3.1", "lint-staged": "^15.2.2", "postcss-modules": "^6.0.0", - "sass": "^1.71.1", + "sass": "^1.77.4", "tsx": "^3.11.0" }, "engines": { @@ -21307,9 +21307,9 @@ "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" }, "node_modules/sass": { - "version": "1.71.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", - "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", + "version": "1.77.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", + "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", "devOptional": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 21a2200cd3..0f0fc08fa5 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "jest-preview": "^0.3.1", "lint-staged": "^15.2.2", "postcss-modules": "^6.0.0", - "sass": "^1.71.1", + "sass": "^1.77.4", "tsx": "^3.11.0" }, "resolutions": {