From 27e5d4a5ed3aa823ef3ed8cfbd1366177b78093a Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 19 Oct 2024 03:15:49 +0000 Subject: [PATCH] fix(deps): update dependency sass to v1.80.3 --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 0709e19..99580e8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "18.3.1", "react-router-dom": "6.27.0", "regex-but-with-words": "1.5.5", - "sass": "1.80.2" + "sass": "1.80.3" }, "devDependencies": { "@craco/craco": "7.1.0", @@ -16912,9 +16912,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.80.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.2.tgz", - "integrity": "sha512-9wXY8cGBlUmoUoT+vwOZOFCiS+naiWVjqlreN9ar9PudXbGwlMTFwCR5K9kB4dFumJ6ib98wZyAObJKsWf1nAA==", + "version": "1.80.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", + "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", "license": "MIT", "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/client/package.json b/client/package.json index 06a3ee7..de16cba 100644 --- a/client/package.json +++ b/client/package.json @@ -36,7 +36,7 @@ "react-dom": "18.3.1", "react-router-dom": "6.27.0", "regex-but-with-words": "1.5.5", - "sass": "1.80.2" + "sass": "1.80.3" }, "devDependencies": { "@craco/craco": "7.1.0",