From 1c171266c385e8c4ecb4df9c2bf515b4149be764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 07:50:27 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.59.2 to 1.65.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.59.2 to 1.65.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.59.2...1.65.1) --- 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 02e81be..af35a5e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gulp-util": "^3.0.6", "gulp-watch": "^5.0.1", "node-sass": "^8.0.0", - "sass": "1.59.2", + "sass": "1.65.1", "source-map": "^0.7.4", "urijs": "^1.19.11", "esprima-fb": "15001.1001.0-dev-harmony-fb" diff --git a/yarn.lock b/yarn.lock index 0af2640..ec6df96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4562,10 +4562,10 @@ sass-graph@^4.0.1: scss-tokenizer "^0.4.3" yargs "^17.2.1" -sass@1.59.2: - version "1.59.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.2.tgz#537f6d11614d4f20f97696f23ad358ee398b1937" - integrity sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw== +sass@1.65.1: + version "1.65.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.65.1.tgz#8f283b0c26335a88246a448d22e1342ba2ea1432" + integrity sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"