Merge pull request #91 from lordmathis/dependabot/npm_and_yarn/app/minor-and-patch-5c01766afc

Bump sass from 1.93.3 to 1.94.0 in /app in the minor-and-patch group
This commit is contained in:
2025-11-12 22:09:24 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
app/package-lock.json generated
View File

@@ -54,7 +54,7 @@
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.93.3",
"sass": "^1.94.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-plugin-compression2": "^2.3.1",
@@ -8025,9 +8025,9 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.93.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.93.3.tgz",
"integrity": "sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==",
"version": "1.94.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz",
"integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -74,7 +74,7 @@
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.93.3",
"sass": "^1.94.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-plugin-compression2": "^2.3.1",