From a7ff81059235a79726913f29174f84181f3cf89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:15:55 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.80.3 to 1.80.4 Bumps [sass](https://github.com/sass/dart-sass) from 1.80.3 to 1.80.4. - [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.80.3...1.80.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 ccfcd006..334a2933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "flatpickr": "^4.6.13", "handlebars": "^4.7.8", "jsdoc": "^4.0.2", - "sass": "^1.63.6", + "sass": "^1.80.4", "stylelint": "^15.9.0", "stylelint-config-standard": "^33.0.0", "stylelint-scss": "^5.0.1" @@ -13943,11 +13943,10 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.80.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", - "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", + "version": "1.80.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", + "integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", "dev": true, - "license": "MIT", "dependencies": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 86f035f8..5ccf77ff 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "flatpickr": "^4.6.13", "handlebars": "^4.7.8", "jsdoc": "^4.0.2", - "sass": "^1.63.6", + "sass": "^1.80.4", "stylelint": "^15.9.0", "stylelint-config-standard": "^33.0.0", "stylelint-scss": "^5.0.1"