Skip to content

Commit bc4f0b0

Browse files
Bump sass in /website in the npm-dependencies group (VirtusLab#4188)
Bumps the npm-dependencies group in /website with 1 update: [sass](https://github.com/sass/dart-sass). Updates `sass` from 1.97.3 to 1.98.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.97.3...1.98.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.98.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c529d6 commit bc4f0b0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-dom": "^19.2.4",
2929
"react-loadable": "^5.5.0",
3030
"react-player": "^3.4.0",
31-
"sass": "^1.97.3",
31+
"sass": "^1.98.0",
3232
"search-insights": "^2.17.3",
3333
"@svta/cml-cta": "1.0.5",
3434
"@svta/cml-structured-field-values": "1.1.2",

website/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5631,7 +5631,7 @@ immediate@~3.0.5:
56315631
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
56325632
integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==
56335633

5634-
immutable@^5.0.2:
5634+
immutable@^5.1.5:
56355635
version "5.1.5"
56365636
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.1.5.tgz#93ee4db5c2a9ab42a4a783069f3c5d8847d40165"
56375637
integrity sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==
@@ -8550,13 +8550,13 @@ sass-loader@^16.0.2:
85508550
dependencies:
85518551
neo-async "^2.6.2"
85528552

8553-
sass@^1.97.3:
8554-
version "1.97.3"
8555-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.3.tgz#9cb59339514fa7e2aec592b9700953ac6e331ab2"
8556-
integrity sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==
8553+
sass@^1.98.0:
8554+
version "1.98.0"
8555+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.98.0.tgz#924ce85a3745ccaccd976262fdc1bc0c13aa8e57"
8556+
integrity sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==
85578557
dependencies:
85588558
chokidar "^4.0.0"
8559-
immutable "^5.0.2"
8559+
immutable "^5.1.5"
85608560
source-map-js ">=0.6.2 <2.0.0"
85618561
optionalDependencies:
85628562
"@parcel/watcher" "^2.4.1"

0 commit comments

Comments
 (0)