Skip to content

Commit 13a1dc3

Browse files
Bump sass from 1.97.3 to 1.98.0 in the sass group
Bumps the sass group 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:development update-type: version-update:semver-minor dependency-group: sass ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb13d06 commit 13a1dc3

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"react-copy-to-clipboard": "^5.1.1",
195195
"react-dom": "^16.14.0",
196196
"rimraf": "^3.0.2",
197-
"sass": "~1.97.3",
197+
"sass": "~1.98.0",
198198
"sass-loader": "^12.6.0",
199199
"sass-resources-loader": "^2.2.5",
200200
"ts-node": "^8.10.2",

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5568,11 +5568,9 @@ eslint-plugin-deprecation@^1.4.1:
55685568

55695569
"eslint-plugin-dspace-angular-html@link:./lint/dist/src/rules/html":
55705570
version "0.0.0"
5571-
uid ""
55725571

55735572
"eslint-plugin-dspace-angular-ts@link:./lint/dist/src/rules/ts":
55745573
version "0.0.0"
5575-
uid ""
55765574

55775575
eslint-plugin-import-newlines@^1.4.1:
55785576
version "1.4.1"
@@ -6818,10 +6816,10 @@ immutable@^4.0.0:
68186816
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381"
68196817
integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==
68206818

6821-
immutable@^5.0.2:
6822-
version "5.0.3"
6823-
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.0.3.tgz#aa037e2313ea7b5d400cd9298fa14e404c933db1"
6824-
integrity sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==
6819+
immutable@^5.1.5:
6820+
version "5.1.5"
6821+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.1.5.tgz#93ee4db5c2a9ab42a4a783069f3c5d8847d40165"
6822+
integrity sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==
68256823

68266824
import-fresh@^3.2.1, import-fresh@^3.3.0:
68276825
version "3.3.0"
@@ -10459,13 +10457,13 @@ sass@1.71.1:
1045910457
immutable "^4.0.0"
1046010458
source-map-js ">=0.6.2 <2.0.0"
1046110459

10462-
sass@^1.25.0, sass@~1.97.3:
10463-
version "1.97.3"
10464-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.3.tgz#9cb59339514fa7e2aec592b9700953ac6e331ab2"
10465-
integrity sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==
10460+
sass@^1.25.0, sass@~1.98.0:
10461+
version "1.98.0"
10462+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.98.0.tgz#924ce85a3745ccaccd976262fdc1bc0c13aa8e57"
10463+
integrity sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==
1046610464
dependencies:
1046710465
chokidar "^4.0.0"
10468-
immutable "^5.0.2"
10466+
immutable "^5.1.5"
1046910467
source-map-js ">=0.6.2 <2.0.0"
1047010468
optionalDependencies:
1047110469
"@parcel/watcher" "^2.4.1"

0 commit comments

Comments
 (0)