Skip to content

Commit 2180b24

Browse files
committed
Update dependency sass to v1.45.2
1 parent 2928be1 commit 2180b24

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
@@ -56,7 +56,7 @@
5656
"husky": "7.0.4",
5757
"lint-staged": "12.1.4",
5858
"prettier": "2.3.2",
59-
"sass": "1.44.0",
59+
"sass": "1.45.2",
6060
"sass-loader": "10.2.0",
6161
"stylelint": "13.13.1",
6262
"stylelint-config-prettier": "8.0.2",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8740,13 +8740,14 @@ sass-resources-loader@^2.2.4:
87408740
glob "^7.1.6"
87418741
loader-utils "^2.0.0"
87428742

8743-
sass@1.44.0:
8744-
version "1.44.0"
8745-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.44.0.tgz#619aa0a2275c097f9af5e6b8fe8a95e3056430fb"
8746-
integrity sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw==
8743+
sass@1.45.2:
8744+
version "1.45.2"
8745+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.45.2.tgz#130b428c1692201cfa181139835d6fc378a33323"
8746+
integrity sha512-cKfs+F9AMPAFlbbTXNsbGvg3y58nV0mXA3E94jqaySKcC8Kq3/8983zVKQ0TLMUrHw7hF9Tnd3Bz9z5Xgtrl9g==
87478747
dependencies:
87488748
chokidar ">=3.0.0 <4.0.0"
87498749
immutable "^4.0.0"
8750+
source-map-js ">=0.6.2 <2.0.0"
87508751

87518752
sax@~1.2.4:
87528753
version "1.2.4"
@@ -9048,6 +9049,11 @@ source-list-map@^2.0.0:
90489049
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
90499050
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
90509051

9052+
"source-map-js@>=0.6.2 <2.0.0":
9053+
version "1.0.1"
9054+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
9055+
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
9056+
90519057
source-map-resolve@^0.5.0:
90529058
version "0.5.3"
90539059
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)