From e1951c56ff86b9e7d804af8f2750d5c451c33f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:10:29 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.69.1 to 1.69.2 Bumps [sass](/~https://github.com/sass/dart-sass) from 1.69.1 to 1.69.2. - [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.69.1...1.69.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 b9f563ee..1736e789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "lint-staged": "^13.2.3", "postcss-html": "^1.5.0", "prettier": "^2.8.8", - "sass": "^1.69.1", + "sass": "^1.69.2", "shipjs": "^0.26.3", "stylelint": "^15.10.3", "stylelint-config-recommended-vue": "^1.5.0", @@ -6772,9 +6772,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.69.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.1.tgz", - "integrity": "sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==", + "version": "1.69.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.2.tgz", + "integrity": "sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 29839dc0..74353d45 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lint-staged": "^13.2.3", "postcss-html": "^1.5.0", "prettier": "^2.8.8", - "sass": "^1.69.1", + "sass": "^1.69.2", "shipjs": "^0.26.3", "stylelint": "^15.10.3", "stylelint-config-recommended-vue": "^1.5.0",