1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore(deps): Bump sass from 1.62.0 to 1.62.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.62.0 to 1.62.1.
- [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.62.0...1.62.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-26 02:01:23 +00:00 committed by GitHub
parent 815e9adfca
commit ac8c192034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 917 additions and 153 deletions

1066
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -292,7 +292,7 @@
"react-table": "^7.8.0", "react-table": "^7.8.0",
"react-window": "^1.8.8", "react-window": "^1.8.8",
"rimraf": "^4.4.1", "rimraf": "^4.4.1",
"sass": "^1.58.2", "sass": "^1.62.1",
"sass-loader": "^12.6.0", "sass-loader": "^12.6.0",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"tailwindcss": "^3.3.1", "tailwindcss": "^3.3.1",

View File

@ -27,7 +27,7 @@
"css-loader": "^6.7.2", "css-loader": "^6.7.2",
"fork-ts-checker-webpack-plugin": "^7.3.0", "fork-ts-checker-webpack-plugin": "^7.3.0",
"mini-css-extract-plugin": "^2.7.3", "mini-css-extract-plugin": "^2.7.3",
"sass": "^1.58.2", "sass": "^1.62.1",
"sass-loader": "^13.2.0", "sass-loader": "^13.2.0",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"tailwindcss": "^3.3.1", "tailwindcss": "^3.3.1",