From ece02712c978d09fabfb8bfd8672bd57dbe35587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:25:59 +0000 Subject: [PATCH] build(deps): bump sass from 1.83.0 to 1.83.1 (#679) Bumps [sass](https://github.com/sass/dart-sass) from 1.83.0 to 1.83.1. - [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.0...1.83.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... 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 7b756ed7..c5db85ef 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.0", + "sass": "1.83.1", "slick-carousel": "^1.8.1", "swiper": "^11.2.0" }, @@ -25584,9 +25584,9 @@ } }, "node_modules/sass": { - "version": "1.83.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", - "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", + "version": "1.83.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.1.tgz", + "integrity": "sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA==", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index 33f99e9b..3c085fc1 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.0", + "sass": "1.83.1", "slick-carousel": "^1.8.1", "swiper": "^11.2.0" },