From 63e57e38360a402e103ea771aa972a052504bac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Litera?= Date: Fri, 15 Oct 2021 12:38:03 +0200 Subject: [PATCH] Deps: Bump sass to 1.43.2 --- README.md | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92c27475..627c482f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The package is a wrapper around [Cookie Consent] by [Orest Bida]. Download (or use via [cdn](#download--cdn)) and include the script at the bottom of `body` tag. ```html - + ``` Will display cookie consent with default configuration. diff --git a/package.json b/package.json index 37e58d91..df5a7c06 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "postcss": "^8.3.6", "postcss-cli": "^8.3.1", "prettier": "^2.4.1", - "sass": "^1.37.5", + "sass": "^1.43.2", "stylelint": "^13.13.1", "stylelint-order": "^4.1.0" } diff --git a/yarn.lock b/yarn.lock index 49713f8c..9eefe453 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1853,10 +1853,10 @@ safe-buffer@~5.2.0: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== -sass@^1.37.5: - version "1.42.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.42.1.tgz#5ab17bebc1cb1881ad2e0c9a932c66ad64e441e2" - integrity sha512-/zvGoN8B7dspKc5mC6HlaygyCBRvnyzzgD5khiaCfglWztY99cYoiTUksVx11NlnemrcfH5CEaCpsUKoW0cQqg== +sass@^1.43.2: + version "1.43.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.43.2.tgz#c02501520c624ad6622529a8b3724eb08da82d65" + integrity sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ== dependencies: chokidar ">=3.0.0 <4.0.0"