From 8d7cc11db540f882914111b55253e306674e65a1 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Wed, 21 Jun 2023 16:35:33 +0300 Subject: [PATCH] chore(sasjs-tests): bumped node-sass --- sasjs-tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sasjs-tests/package.json b/sasjs-tests/package.json index 81e7803..bcc830e 100644 --- a/sasjs-tests/package.json +++ b/sasjs-tests/package.json @@ -43,6 +43,6 @@ ] }, "devDependencies": { - "node-sass": "7.0.3" + "node-sass": "9.0.0" } -} \ No newline at end of file +}