From 085a7f0dc68ca605f0cd8eef547dfd928a3d5bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:20:09 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.68.0 to 1.69.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.0. - [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.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 372b90e69..efbc85d4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "npm-run-all": "4.1.5", "plugin-node-patternlab-inline-remote-assets": "^0.2.0", "prettier": "3.0.3", - "sass": "^1.68.0", + "sass": "^1.69.0", "style-dictionary": "3.8.0", "stylelint": "14.16.1", "stylelint-config-prettier": "9.0.5", @@ -10669,9 +10669,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.68.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.68.0.tgz", - "integrity": "sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==", + "version": "1.69.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.0.tgz", + "integrity": "sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -21390,9 +21390,9 @@ "dev": true }, "sass": { - "version": "1.68.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.68.0.tgz", - "integrity": "sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==", + "version": "1.69.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.0.tgz", + "integrity": "sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 4cac7bd42..5bbfe4da8 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "npm-run-all": "4.1.5", "plugin-node-patternlab-inline-remote-assets": "^0.2.0", "prettier": "3.0.3", - "sass": "^1.68.0", + "sass": "^1.69.0", "style-dictionary": "3.8.0", "stylelint": "14.16.1", "stylelint-config-prettier": "9.0.5",