From cdc4dffb157e20a9cbdcbfadcdfcdcf382ea4f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:56:44 +0000 Subject: [PATCH] chore(deps): [skip netlify] bump sass from 1.68.0 to 1.69.5 Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.5. - [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.68.0...1.69.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5af8c88..b7ea187 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-prettier": "^5.0.0", "gray-matter": "^4.0.3", "prettier": "^3.0.3", - "sass": "^1.68.0", + "sass": "^1.69.5", "sass-loader": "^13.3.2", "typescript": "^5.2.2", "webpack": "^5.88.2" diff --git a/yarn.lock b/yarn.lock index c9d3e73..e47450d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4283,10 +4283,10 @@ sass-loader@^13.3.2: dependencies: neo-async "^2.6.2" -sass@^1.68.0: - version "1.68.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.68.0.tgz#0034b0cc9a50248b7d1702ac166fd25990023669" - integrity sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA== +sass@^1.69.5: + version "1.69.5" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde" + integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"