From cf1d38dfb47249563c2acc9f4a843a9d9af62627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:51:47 +0000 Subject: [PATCH] Bump sass from 1.77.2 to 1.77.8 Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.8. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.2...1.77.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87e2c50..8c4dfb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "markdown-wasm": "^1.2.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", - "sass": "^1.77.2" + "sass": "^1.77.8" } }, "node_modules/@ampproject/remapping": { @@ -13871,10 +13871,9 @@ ] }, "node_modules/sass": { - "version": "1.77.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", - "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", - "license": "MIT", + "version": "1.77.8", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz", + "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index c2e88ef..9ac1d46 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "markdown-wasm": "^1.2.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", - "sass": "^1.77.2" + "sass": "^1.77.8" }, "scripts": { "dev": "astro dev",