diff --git a/package-lock.json b/package-lock.json index e46f21f..af6d498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@quasar/extras": "^1.17.0", "quasar": "^2.18.6", - "sass": "^1.96.0", + "sass": "^1.97.1", "vue": "^3.5.25", "vue-router": "^4.6.4" }, @@ -3383,9 +3383,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.96.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.96.0.tgz", - "integrity": "sha512-8u4xqqUeugGNCYwr9ARNtQKTOj4KmYiJAVKXf2CTIivTCR51j96htbMKWDru8H5SaQWpyVgTfOF8Ylyf5pun1Q==", + "version": "1.97.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.1.tgz", + "integrity": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 7585fda..68227ec 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@quasar/extras": "^1.17.0", "quasar": "^2.18.6", - "sass": "^1.96.0", + "sass": "^1.97.1", "vue": "^3.5.25", "vue-router": "^4.6.4" },