diff --git a/showcase/playground-showcase/package-lock.json b/showcase/playground-showcase/package-lock.json index 0bc29d436..0f4cf8136 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 af2cf1629..3d6120194 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",