From f137b43b386e94bf0f29b4fe63359bdc5cde8a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:25:02 +0000 Subject: [PATCH] build(deps-dev): bump sass in /react-tailwind-example Bumps [sass](https://github.com/sass/dart-sass) from 1.69.6 to 1.69.7. - [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.6...1.69.7) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- react-tailwind-example/package-lock.json | 14 +++++++------- react-tailwind-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/react-tailwind-example/package-lock.json b/react-tailwind-example/package-lock.json index 3d82a32a..6640455a 100644 --- a/react-tailwind-example/package-lock.json +++ b/react-tailwind-example/package-lock.json @@ -19,7 +19,7 @@ "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", - "sass": "^1.69.6", + "sass": "^1.69.7", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -1732,9 +1732,9 @@ } }, "node_modules/sass": { - "version": "1.69.6", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.6.tgz", - "integrity": "sha512-qbRr3k9JGHWXCvZU77SD2OTwUlC+gNT+61JOLcmLm+XqH4h/5D+p4IIsxvpkB89S9AwJOyb5+rWNpIucaFxSFQ==", + "version": "1.69.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz", + "integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -3251,9 +3251,9 @@ } }, "sass": { - "version": "1.69.6", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.6.tgz", - "integrity": "sha512-qbRr3k9JGHWXCvZU77SD2OTwUlC+gNT+61JOLcmLm+XqH4h/5D+p4IIsxvpkB89S9AwJOyb5+rWNpIucaFxSFQ==", + "version": "1.69.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz", + "integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/react-tailwind-example/package.json b/react-tailwind-example/package.json index 2061517e..f9be8032 100644 --- a/react-tailwind-example/package.json +++ b/react-tailwind-example/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", - "sass": "^1.69.6", + "sass": "^1.69.7", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "vite": "^5.0.10"