mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 19:41:22 +00:00
chore: bump sass from 1.54.4 to 1.58.3 in /frontend
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.4 to 1.58.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.54.4...1.58.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6b47566749
commit
ff0e5e3810
2 changed files with 8 additions and 5 deletions
11
frontend/package-lock.json
generated
11
frontend/package-lock.json
generated
|
@ -53,7 +53,7 @@
|
|||
"jest": "^27.0.5",
|
||||
"openapi-typescript-codegen": "^0.23.0",
|
||||
"prettier": "^2.4.1",
|
||||
"sass": "^1.32.7",
|
||||
"sass": "^1.58.3",
|
||||
"sass-loader": "^13.0.2",
|
||||
"ts-jest": "^27.0.4",
|
||||
"typescript": "~4.7.4"
|
||||
|
@ -14262,9 +14262,10 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.54.4",
|
||||
"version": "1.58.3",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.58.3.tgz",
|
||||
"integrity": "sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
"immutable": "^4.0.0",
|
||||
|
@ -25921,7 +25922,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"sass": {
|
||||
"version": "1.54.4",
|
||||
"version": "1.58.3",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.58.3.tgz",
|
||||
"integrity": "sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"jest": "^27.0.5",
|
||||
"openapi-typescript-codegen": "^0.23.0",
|
||||
"prettier": "^2.4.1",
|
||||
"sass": "^1.32.7",
|
||||
"sass": "^1.58.3",
|
||||
"sass-loader": "^13.0.2",
|
||||
"ts-jest": "^27.0.4",
|
||||
"typescript": "~4.7.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue