From 12009596302b9d5121d27c75eadb08719710bbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 01:51:48 +0000 Subject: [PATCH] chore:(deps): bump sass from 1.43.3 to 1.43.5 in /explorer (#21475) Bumps [sass](https://github.com/sass/dart-sass) from 1.43.3 to 1.43.5. - [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.3...1.43.5) --- 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 5f5fd5a7f..215145ce6 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -55,7 +55,7 @@ "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "react-select": "^4.3.1", - "sass": "^1.43.3", + "sass": "^1.43.5", "superstruct": "^0.15.3", "typescript": "^4.5.2" } @@ -22518,9 +22518,9 @@ "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==" }, "node_modules/sass": { - "version": "1.43.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.3.tgz", - "integrity": "sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ==", + "version": "1.43.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz", + "integrity": "sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0" }, @@ -44377,9 +44377,9 @@ "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==" }, "sass": { - "version": "1.43.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.3.tgz", - "integrity": "sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ==", + "version": "1.43.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz", + "integrity": "sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==", "requires": { "chokidar": ">=3.0.0 <4.0.0" } diff --git a/explorer/package.json b/explorer/package.json index 856d495d1..8a4e20f1b 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -50,7 +50,7 @@ "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "react-select": "^4.3.1", - "sass": "^1.43.3", + "sass": "^1.43.5", "superstruct": "^0.15.3", "typescript": "^4.5.2" },