Merge pull request #661 from gnmyt/dependabot/npm_and_yarn/client/sass-1.76.0

Bump sass from 1.75.0 to 1.76.0 in /client
This commit is contained in:
Mathias Wagner
2024-05-01 10:44:35 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"sass": "^1.75.0",
"sass": "^1.76.0",
"uuid": "^9.0.1",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8"
@@ -4541,9 +4541,9 @@
}
},
"node_modules/sass": {
"version": "1.75.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz",
"integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==",
"version": "1.76.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.76.0.tgz",
"integrity": "sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
@@ -8329,9 +8329,9 @@
}
},
"sass": {
"version": "1.75.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz",
"integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==",
"version": "1.76.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.76.0.tgz",
"integrity": "sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==",
"requires": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",

View File

@@ -21,7 +21,7 @@
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"sass": "^1.75.0",
"sass": "^1.76.0",
"uuid": "^9.0.1",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",