From d13e60ae5ae8fcd1836abd7d410f29611fb71383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:42:57 +0000 Subject: [PATCH] fix(deps): update dependency sass to ^1.80.5 --- 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 18fb65d..fb701ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "astro-icon": "^1.1.1", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1", - "sass": "^1.80.4", + "sass": "^1.80.5", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" }, @@ -6855,9 +6855,9 @@ } }, "node_modules/sass": { - "version": "1.80.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", - "integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", + "version": "1.80.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.5.tgz", + "integrity": "sha512-TQd2aoQl/+zsxRMEDSxVdpPIqeq9UFc6pr7PzkugiTx3VYCFPUaa3P4RrBQsqok4PO200Vkz0vXQBNlg7W907g==", "license": "MIT", "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 724b983..9028ee3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "astro-icon": "^1.1.1", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1", - "sass": "^1.80.4", + "sass": "^1.80.5", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" },