diff --git a/package-lock.json b/package-lock.json index 5ab17c7f..9e6caade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "mocha": "^11.5.0", "mock-local-storage": "^1.1.24", "nyc": "^17.1.0", - "sass": "^1.89.0", + "sass": "^1.89.1", "sinon": "^20.0.0" } }, @@ -4654,9 +4654,9 @@ ] }, "node_modules/sass": { - "version": "1.89.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.0.tgz", - "integrity": "sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==", + "version": "1.89.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", + "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", "dev": true, "license": "MIT", "dependencies": { @@ -8850,9 +8850,9 @@ "dev": true }, "sass": { - "version": "1.89.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.0.tgz", - "integrity": "sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==", + "version": "1.89.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", + "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 132e1652..3f04a9d7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "mocha": "^11.5.0", "mock-local-storage": "^1.1.24", "nyc": "^17.1.0", - "sass": "^1.89.0", + "sass": "^1.89.1", "sinon": "^20.0.0" } }