diff --git a/code/web/task_schedule/package-lock.json b/code/web/task_schedule/package-lock.json index 99c433f..c3179f8 100644 --- a/code/web/task_schedule/package-lock.json +++ b/code/web/task_schedule/package-lock.json @@ -30,7 +30,7 @@ "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-vue": "^9.14.1", "node-sass": "^9.0.0", - "sass": "^1.62.1", + "sass": "^1.63.2", "style-loader": "^3.3.3", "typescript": "^5.1.3", "vue-eslint-parser": "^9.3.0" @@ -12242,9 +12242,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.62.1", - "resolved": "https://registry.npmmirror.com/sass/-/sass-1.62.1.tgz", - "integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==", + "version": "1.63.2", + "resolved": "https://registry.npmmirror.com/sass/-/sass-1.63.2.tgz", + "integrity": "sha512-u56TU0AIFqMtauKl/OJ1AeFsXqRHkgO7nCWmHaDwfxDo9GUMSqBA4NEh6GMuh1CYVM7zuROYtZrHzPc2ixK+ww==", "devOptional": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index 562c74f..ff72d11 100644 --- a/code/web/task_schedule/package.json +++ b/code/web/task_schedule/package.json @@ -31,7 +31,7 @@ "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-vue": "^9.14.1", "node-sass": "^9.0.0", - "sass": "^1.62.1", + "sass": "^1.63.2", "style-loader": "^3.3.3", "typescript": "^5.1.3", "vue-eslint-parser": "^9.3.0"