Skip to content

Commit 1bd59d0

Browse files
committed
Update dependency sass to v1.49.9
1 parent 8a16ae3 commit 1bd59d0

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint": "7.24.0",
3434
"eslint-plugin-vue": "7.9.0",
3535
"node-sass": "5.0.0",
36-
"sass": "1.32.10",
36+
"sass": "1.49.9",
3737
"sass-loader": "10.1.1",
3838
"vue-cli-plugin-vuetify": "2.3.1",
3939
"vue-template-compiler": "2.6.12",

frontend/yarn.lock

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

5357+
immutable@^4.0.0:
5358+
version "4.0.0"
5359+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
5360+
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
5361+
53575362
import-cwd@^2.0.0:
53585363
version "2.1.0"
53595364
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
@@ -8949,12 +8954,14 @@ [email protected]:
89498954
schema-utils "^3.0.0"
89508955
semver "^7.3.2"
89518956

8952-
sass@1.32.10:
8953-
version "1.32.10"
8954-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.10.tgz#d40da4e20031b450359ee1c7e69bc8cc89569241"
8955-
integrity sha512-Nx0pcWoonAkn7CRp0aE/hket1UP97GiR1IFw3kcjV3pnenhWgZEWUf0ZcfPOV2fK52fnOcK3JdC/YYZ9E47DTQ==
8957+
sass@1.49.9:
8958+
version "1.49.9"
8959+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.9.tgz#b15a189ecb0ca9e24634bae5d1ebc191809712f9"
8960+
integrity sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==
89568961
dependencies:
89578962
chokidar ">=3.0.0 <4.0.0"
8963+
immutable "^4.0.0"
8964+
source-map-js ">=0.6.2 <2.0.0"
89588965

89598966
sax@^1.2.4, sax@~1.2.4:
89608967
version "1.2.4"
@@ -9276,6 +9283,11 @@ source-list-map@^2.0.0:
92769283
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
92779284
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
92789285

9286+
"source-map-js@>=0.6.2 <2.0.0":
9287+
version "1.0.2"
9288+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
9289+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
9290+
92799291
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
92809292
version "0.5.3"
92819293
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)