From e7f8d6d5755ab4361b77bdd94aaf8ea3e887170a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 20:47:47 +0000 Subject: [PATCH] fix: upgrade sass from 1.68.0 to 1.75.0 Snyk has created this PR to upgrade sass from 1.68.0 to 1.75.0. See this package in npm: https://www.npmjs.com/package/sass See this project in Snyk: https://app.snyk.io/org/sharonhorace360/project/dab1fb32-3b1b-496c-93bb-c131462491e8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59e310ec37c..a816c690a2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "react-instantsearch": "^7.1.0", "rehype-parse": "^7.0.1", "remark-admonitions": "github:josh-heyer/remark-admonitions", - "sass": "^1.68.0", + "sass": "^1.75.0", "truncate-utf8-bytes": "^1.0.2", "unist-util-visit-parents": "^3.1.1" }, @@ -19105,9 +19105,9 @@ } }, "node_modules/sass": { - "version": "1.68.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.68.0.tgz", - "integrity": "sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==", + "version": "1.75.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz", + "integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index 69d037b31e4..d91cacc2e03 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "react-instantsearch": "^7.1.0", "rehype-parse": "^7.0.1", "remark-admonitions": "github:josh-heyer/remark-admonitions", - "sass": "^1.68.0", + "sass": "^1.75.0", "truncate-utf8-bytes": "^1.0.2", "unist-util-visit-parents": "^3.1.1" },