diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-19 13:38:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 13:38:32 +0000 |
commit | a1c14a40dc3f3c0bfa9c60db750b20e713f673b7 (patch) | |
tree | d53e94a2c125d3b6c33c8fa7fe7c4673ae293568 | |
parent | b5d654e4b24350177705933c3b366e50db9548bf (diff) | |
download | timeline-a1c14a40dc3f3c0bfa9c60db750b20e713f673b7.tar.gz timeline-a1c14a40dc3f3c0bfa9c60db750b20e713f673b7.tar.bz2 timeline-a1c14a40dc3f3c0bfa9c60db750b20e713f673b7.zip |
build(deps-dev): Bump sass from 1.32.8 to 1.32.10 in /FrontEnd
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.8 to 1.32.10.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.8...1.32.10)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5cfae640..5caed308 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -100,7 +100,7 @@ "prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.10.0",
- "sass": "^1.32.8",
+ "sass": "^1.32.10",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.0.0",
|