From dcb8ffaa0d97e6fcf0cebb108260339a0998595c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:24:57 +0000 Subject: [PATCH] Bump sass from 1.69.4 to 1.69.5 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 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.69.4...1.69.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production 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 bd1af46..0fd3542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "dotenv": "^16.0.3", "pinia": "^2.0.28", "pinia-plugin-persistedstate": "^3.2.0", - "sass": "^1.64.2", + "sass": "^1.69.5", "vue": "^3.2.36", "vue-router": "^4.2.2" }, @@ -5801,9 +5801,9 @@ ] }, "node_modules/sass": { - "version": "1.69.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz", - "integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==", + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index 16ede99..82276fa 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dotenv": "^16.0.3", "pinia": "^2.0.28", "pinia-plugin-persistedstate": "^3.2.0", - "sass": "^1.64.2", + "sass": "^1.69.5", "vue": "^3.2.36", "vue-router": "^4.2.2" }