Skip to content

Commit 0e42d75

Browse files
chore(deps-dev): bump sass from 1.44.0 to 1.45.0 (#8188)
Bumps [sass](https://github.com/sass/dart-sass) from 1.44.0 to 1.45.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.44.0...1.45.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e186cb commit 0e42d75

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"pre-commit": "^1.2.2",
154154
"query-string": "^7.0.1",
155155
"qunit-dom": "^2.0.0",
156-
"sass": "^1.44.0",
156+
"sass": "^1.45.0",
157157
"semantic-ui-calendar": "^0.0.8",
158158
"semantic-ui-ember": "3.0.5",
159159
"string_decoder": "^1.3.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14737,13 +14737,14 @@ sass-lint@^1.12.1:
1473714737
path-is-absolute "^1.0.0"
1473814738
util "^0.10.3"
1473914739

14740-
sass@^1.44.0:
14741-
version "1.44.0"
14742-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.44.0.tgz#619aa0a2275c097f9af5e6b8fe8a95e3056430fb"
14743-
integrity sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw==
14740+
sass@^1.45.0:
14741+
version "1.45.0"
14742+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.45.0.tgz#192ede1908324bb293a3e403d1841dbcaafdd323"
14743+
integrity sha512-ONy5bjppoohtNkFJRqdz1gscXamMzN3wQy1YH9qO2FiNpgjLhpz/IPRGg0PpCjyz/pWfCOaNEaiEGCcjOFAjqw==
1474414744
dependencies:
1474514745
chokidar ">=3.0.0 <4.0.0"
1474614746
immutable "^4.0.0"
14747+
source-map-js ">=0.6.2 <2.0.0"
1474714748

1474814749
saxes@^5.0.0:
1474914750
version "5.0.1"
@@ -15174,6 +15175,11 @@ source-list-map@^2.0.0:
1517415175
version "2.0.1"
1517515176
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1517615177

15178+
"source-map-js@>=0.6.2 <2.0.0":
15179+
version "1.0.1"
15180+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
15181+
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
15182+
1517715183
source-map-js@^0.6.2:
1517815184
version "0.6.2"
1517915185
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"

0 commit comments

Comments
 (0)