This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 202f1047dc Bump sass (#1618)
202f1047dc is described below
commit 202f1047dce473d4c36e0d01e19e11a4428d2285
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 30 18:00:20 2026 +0200
Bump sass (#1618)
Bumps the npm-dependencies group with 1 update in the /landing-pages
directory: [sass](https://github.com/sass/dart-sass).
Updates `sass` from 1.101.3 to 1.101.6
- [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.101.3...1.101.6)
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.101.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
landing-pages/package-lock.json | 8 ++++----
landing-pages/package.json | 2 +-
landing-pages/yarn.lock | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/landing-pages/package-lock.json b/landing-pages/package-lock.json
index f02857a5c2..1be12ce608 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -42,7 +42,7 @@
"postcss-loader": "^8.2.1",
"postcss-preset-env": "^11.3.2",
"rimraf": "^6.1.3",
- "sass": "^1.101.3",
+ "sass": "^1.101.6",
"sass-loader": "^17.0.0",
"style-loader": "^4.0.0",
"stylelint": "^17.14.1",
@@ -13527,9 +13527,9 @@
"license": "MIT"
},
"node_modules/sass": {
- "version": "1.101.3",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.3.tgz",
- "integrity":
"sha512-Z1lLHhtAII+dyLNIQB6JQTZMy7sDxk3f5NzbINRc9ks1P0HCGvSuKev0wUhULFpLSaHBIMZrcTs9WDQUZerrgA==",
+ "version": "1.101.6",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.6.tgz",
+ "integrity":
"sha512-j8qYug9WuX19eU5sxJWQlbR8RYhKgXiOYgGjkJRkcW35c3neWtxPdcUW0saN6Od2L0aqEp0AmH9R/QeAxrffMQ==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/landing-pages/package.json b/landing-pages/package.json
index 367e725157..512193bb41 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -58,7 +58,7 @@
"postcss-loader": "^8.2.1",
"postcss-preset-env": "^11.3.2",
"rimraf": "^6.1.3",
- "sass": "^1.101.3",
+ "sass": "^1.101.6",
"sass-loader": "^17.0.0",
"style-loader": "^4.0.0",
"stylelint": "^17.14.1",
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 5772385443..d6fad98846 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -6395,10 +6395,10 @@ sass-loader@^17.0.0:
resolved
"https://registry.yarnpkg.com/sass-loader/-/sass-loader-17.0.0.tgz#8f4f8864d834c1abb18f0f3d2bc653bbf29dde2a"
integrity
sha512-0Ybm8ohBQ9LcrycVrFQp/KQBNX5a3Wda9/smS0mE/xLffzEnwvV8nykOzrbiSWNzTE3IB/jiXx8O4QmDPG2+Gw==
-sass@^1.101.3:
- version "1.101.3"
- resolved
"https://registry.yarnpkg.com/sass/-/sass-1.101.3.tgz#7b01a9e53a4a2edb6ac6c1964b49e4f7b0c375ab"
- integrity
sha512-Z1lLHhtAII+dyLNIQB6JQTZMy7sDxk3f5NzbINRc9ks1P0HCGvSuKev0wUhULFpLSaHBIMZrcTs9WDQUZerrgA==
+sass@^1.101.6:
+ version "1.101.6"
+ resolved
"https://registry.yarnpkg.com/sass/-/sass-1.101.6.tgz#195cfd59f40125c3a479711efa5c0c2e4f8fa410"
+ integrity
sha512-j8qYug9WuX19eU5sxJWQlbR8RYhKgXiOYgGjkJRkcW35c3neWtxPdcUW0saN6Od2L0aqEp0AmH9R/QeAxrffMQ==
dependencies:
chokidar "^5.0.0"
immutable "^5.1.5"