From b363cf66eed7fef672976437fc0a03712f560a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:28:33 +0000 Subject: [PATCH] build(deps): bump sass from 1.83.3 to 1.83.4 Bumps [sass](https://github.com/sass/dart-sass) from 1.83.3 to 1.83.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.83.3...1.83.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 fd422a05..c4d49950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "react-use-flexsearch": "^0.1.1", "react-world-flags": "^1.6.0", "remark-gfm": "^1.0.0", - "sass": "1.83.3", + "sass": "1.83.4", "slick-carousel": "^1.8.1", "swiper": "^11.2.1" }, @@ -25713,9 +25713,9 @@ } }, "node_modules/sass": { - "version": "1.83.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.3.tgz", - "integrity": "sha512-t4gb+nTrUeaPb+xzdqDmaMyi8evP0QuUB8o57dYHZF/lIGniqZ/PR/iWGcWoS8vr46F9V7buXFv290fMV6vTIQ==", + "version": "1.83.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", + "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index 283edbf9..e390897c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-use-flexsearch": "^0.1.1", "react-world-flags": "^1.6.0", "remark-gfm": "^1.0.0", - "sass": "1.83.3", + "sass": "1.83.4", "slick-carousel": "^1.8.1", "swiper": "^11.2.1" },