From bb320556614069d1faf65886d28df347e617db10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 03:38:26 +0000 Subject: [PATCH] build(deps-dev): bump sass in /showcase/playground-showcase Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.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.69.0...1.69.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- showcase/playground-showcase/package-lock.json | 14 +++++++------- showcase/playground-showcase/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/showcase/playground-showcase/package-lock.json b/showcase/playground-showcase/package-lock.json index 0bc29d4367..0f4cf8136f 100644 --- a/showcase/playground-showcase/package-lock.json +++ b/showcase/playground-showcase/package-lock.json @@ -22,7 +22,7 @@ "@types/dompurify": "^3.0.3", "cpr": "3.0.1", "react-scripts": "5.0.1", - "sass": "1.69.0" + "sass": "1.69.1" } }, "../../packages/db-ui-elements-react": { @@ -15646,9 +15646,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.69.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.0.tgz", - "integrity": "sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==", + "version": "1.69.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.1.tgz", + "integrity": "sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -29492,9 +29492,9 @@ "dev": true }, "sass": { - "version": "1.69.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.0.tgz", - "integrity": "sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==", + "version": "1.69.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.1.tgz", + "integrity": "sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/showcase/playground-showcase/package.json b/showcase/playground-showcase/package.json index af2cf1629f..3d6120194e 100644 --- a/showcase/playground-showcase/package.json +++ b/showcase/playground-showcase/package.json @@ -18,7 +18,7 @@ "@types/dompurify": "^3.0.3", "cpr": "3.0.1", "react-scripts": "5.0.1", - "sass": "1.69.0" + "sass": "1.69.1" }, "scripts": { "copy:ui-core": "cpr ../../node_modules/@db-ui/core/dist/fonts ./public/fonts -o && cpr ../../node_modules/@db-ui/core/dist/images ./public/images -o && cpr ../../node_modules/@db-ui/core/dist/js ./public/js -o",