From 8905244a39691f0acf45659d51f20861c773dc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Oct 2021 15:39:41 +0000 Subject: [PATCH] chore:(deps): bump sass from 1.43.2 to 1.43.3 in /explorer (#20914) Bumps [sass](https://github.com/sass/dart-sass) from 1.43.2 to 1.43.3. - [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.43.2...1.43.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index e26e1628d..2a763a43d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -54,7 +54,7 @@ "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "react-select": "^4.3.1", - "sass": "^1.43.2", + "sass": "^1.43.3", "superstruct": "^0.15.3", "typescript": "^4.4.4" } @@ -22620,9 +22620,9 @@ "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==" }, "node_modules/sass": { - "version": "1.43.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.2.tgz", - "integrity": "sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ==", + "version": "1.43.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.3.tgz", + "integrity": "sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0" }, @@ -44441,9 +44441,9 @@ "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==" }, "sass": { - "version": "1.43.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.2.tgz", - "integrity": "sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ==", + "version": "1.43.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.3.tgz", + "integrity": "sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ==", "requires": { "chokidar": ">=3.0.0 <4.0.0" } diff --git a/explorer/package.json b/explorer/package.json index ff28d1c5d..722b19d19 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -49,7 +49,7 @@ "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "react-select": "^4.3.1", - "sass": "^1.43.2", + "sass": "^1.43.3", "superstruct": "^0.15.3", "typescript": "^4.4.4" },