Skip to content

Commit 5f3f22e

Browse files
Update dependency sass to v1.69.5
1 parent 11330a8 commit 5f3f22e

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vue/cli-service": "4.5.13",
2121
"babel-eslint": "10.1.0",
2222
"eslint": "7.32.0",
23-
"sass": "1.35.2",
23+
"sass": "1.69.5",
2424
"sass-loader": "10.2.0",
2525
"vue-cli-plugin-vuetify": "2.4.8",
2626
"vue-template-compiler": "2.6.14",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4872,6 +4872,11 @@ ignore@^4.0.3, ignore@^4.0.6:
48724872
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
48734873
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
48744874

4875+
immutable@^4.0.0:
4876+
version "4.3.4"
4877+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.4.tgz#2e07b33837b4bb7662f288c244d1ced1ef65a78f"
4878+
integrity sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==
4879+
48754880
import-cwd@^2.0.0:
48764881
version "2.1.0"
48774882
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
@@ -7593,12 +7598,14 @@ [email protected]:
75937598
schema-utils "^3.0.0"
75947599
semver "^7.3.2"
75957600

7596-
sass@1.35.2:
7597-
version "1.35.2"
7598-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.2.tgz#b732314fcdaf7ef8d0f1698698adc378043cb821"
7599-
integrity sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw==
7601+
sass@1.69.5:
7602+
version "1.69.5"
7603+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde"
7604+
integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==
76007605
dependencies:
76017606
chokidar ">=3.0.0 <4.0.0"
7607+
immutable "^4.0.0"
7608+
source-map-js ">=0.6.2 <2.0.0"
76027609

76037610
sax@~1.2.4:
76047611
version "1.2.4"
@@ -7936,6 +7943,11 @@ source-list-map@^2.0.0:
79367943
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
79377944
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
79387945

7946+
"source-map-js@>=0.6.2 <2.0.0":
7947+
version "1.0.2"
7948+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
7949+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
7950+
79397951
source-map-resolve@^0.5.0:
79407952
version "0.5.3"
79417953
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)