⬆️ Update dependency sass to v1.69.7
This commit is contained in:
parent
1be20af832
commit
6063389f70
@ -46,7 +46,7 @@
|
|||||||
"lint-staged": "15.2.0",
|
"lint-staged": "15.2.0",
|
||||||
"pinst": "3.0.0",
|
"pinst": "3.0.0",
|
||||||
"prettier": "3.1.1",
|
"prettier": "3.1.1",
|
||||||
"sass": "1.69.5",
|
"sass": "1.69.7",
|
||||||
"sass-loader": "13.3.3",
|
"sass-loader": "13.3.3",
|
||||||
"typescript": "5.3.3",
|
"typescript": "5.3.3",
|
||||||
"vite": "5.0.11",
|
"vite": "5.0.11",
|
||||||
|
@ -98,23 +98,23 @@ devDependencies:
|
|||||||
specifier: 3.1.1
|
specifier: 3.1.1
|
||||||
version: 3.1.1
|
version: 3.1.1
|
||||||
sass:
|
sass:
|
||||||
specifier: 1.69.5
|
specifier: 1.69.7
|
||||||
version: 1.69.5
|
version: 1.69.7
|
||||||
sass-loader:
|
sass-loader:
|
||||||
specifier: 13.3.3
|
specifier: 13.3.3
|
||||||
version: 13.3.3(sass@1.69.5)(webpack@5.89.0)
|
version: 13.3.3(sass@1.69.7)(webpack@5.89.0)
|
||||||
typescript:
|
typescript:
|
||||||
specifier: 5.3.3
|
specifier: 5.3.3
|
||||||
version: 5.3.3
|
version: 5.3.3
|
||||||
vite:
|
vite:
|
||||||
specifier: 5.0.11
|
specifier: 5.0.11
|
||||||
version: 5.0.11(@types/node@20.10.6)(sass@1.69.5)
|
version: 5.0.11(@types/node@20.10.6)(sass@1.69.7)
|
||||||
vite-plugin-vuetify:
|
vite-plugin-vuetify:
|
||||||
specifier: 2.0.1
|
specifier: 2.0.1
|
||||||
version: 2.0.1(vite@5.0.11)(vue@3.4.6)(vuetify@3.4.9)
|
version: 2.0.1(vite@5.0.11)(vue@3.4.6)(vuetify@3.4.9)
|
||||||
vitest:
|
vitest:
|
||||||
specifier: 1.1.3
|
specifier: 1.1.3
|
||||||
version: 1.1.3(@types/node@20.10.6)(jsdom@23.2.0)(sass@1.69.5)
|
version: 1.1.3(@types/node@20.10.6)(jsdom@23.2.0)(sass@1.69.7)
|
||||||
vue-cli-plugin-vuetify:
|
vue-cli-plugin-vuetify:
|
||||||
specifier: 2.5.8
|
specifier: 2.5.8
|
||||||
version: 2.5.8(sass-loader@13.3.3)(vue@3.4.6)(webpack@5.89.0)
|
version: 2.5.8(sass-loader@13.3.3)(vue@3.4.6)(webpack@5.89.0)
|
||||||
@ -123,7 +123,7 @@ devDependencies:
|
|||||||
version: 1.8.27(typescript@5.3.3)
|
version: 1.8.27(typescript@5.3.3)
|
||||||
webpack-plugin-vuetify:
|
webpack-plugin-vuetify:
|
||||||
specifier: 3.0.1
|
specifier: 3.0.1
|
||||||
version: 3.0.1(@vue/compiler-sfc@3.4.3)(vue@3.4.6)(vuetify@3.4.9)(webpack@5.89.0)
|
version: 3.0.1(@vue/compiler-sfc@3.4.6)(vue@3.4.6)(vuetify@3.4.9)(webpack@5.89.0)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -786,7 +786,7 @@ packages:
|
|||||||
vite: ^5.0.0
|
vite: ^5.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.5)
|
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.7)
|
||||||
vue: 3.4.6(typescript@5.3.3)
|
vue: 3.4.6(typescript@5.3.3)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -856,6 +856,7 @@ packages:
|
|||||||
entities: 4.5.0
|
entities: 4.5.0
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@vue/compiler-core@3.4.6:
|
/@vue/compiler-core@3.4.6:
|
||||||
resolution: {integrity: sha512-9SmkpHsXqhHGMIOp4cawUqp0AxLN2fJJfxh3sR2RaouVx/Y/ww5ts3dfpD9SCvD0n8cdO/Xw+kWEpa6EkH/vTQ==}
|
resolution: {integrity: sha512-9SmkpHsXqhHGMIOp4cawUqp0AxLN2fJJfxh3sR2RaouVx/Y/ww5ts3dfpD9SCvD0n8cdO/Xw+kWEpa6EkH/vTQ==}
|
||||||
@ -871,6 +872,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-core': 3.4.3
|
'@vue/compiler-core': 3.4.3
|
||||||
'@vue/shared': 3.4.3
|
'@vue/shared': 3.4.3
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@vue/compiler-dom@3.4.6:
|
/@vue/compiler-dom@3.4.6:
|
||||||
resolution: {integrity: sha512-i39ZuyHPzPb0v5yXZbvODGwLr+T7lS1rYSjMd1oCTa14aDP80kYpWXrWPF1JVD4QJJNyLgFnJ2hxvFLM7dy9NQ==}
|
resolution: {integrity: sha512-i39ZuyHPzPb0v5yXZbvODGwLr+T7lS1rYSjMd1oCTa14aDP80kYpWXrWPF1JVD4QJJNyLgFnJ2hxvFLM7dy9NQ==}
|
||||||
@ -878,19 +880,6 @@ packages:
|
|||||||
'@vue/compiler-core': 3.4.6
|
'@vue/compiler-core': 3.4.6
|
||||||
'@vue/shared': 3.4.6
|
'@vue/shared': 3.4.6
|
||||||
|
|
||||||
/@vue/compiler-sfc@3.4.3:
|
|
||||||
resolution: {integrity: sha512-NuJqb5is9I4uzv316VRUDYgIlPZCG8D+ARt5P4t5UDShIHKL25J3TGZAUryY/Aiy0DsY7srJnZL5ryB6DD63Zw==}
|
|
||||||
dependencies:
|
|
||||||
'@babel/parser': 7.23.6
|
|
||||||
'@vue/compiler-core': 3.4.3
|
|
||||||
'@vue/compiler-dom': 3.4.3
|
|
||||||
'@vue/compiler-ssr': 3.4.3
|
|
||||||
'@vue/shared': 3.4.3
|
|
||||||
estree-walker: 2.0.2
|
|
||||||
magic-string: 0.30.5
|
|
||||||
postcss: 8.4.32
|
|
||||||
source-map-js: 1.0.2
|
|
||||||
|
|
||||||
/@vue/compiler-sfc@3.4.6:
|
/@vue/compiler-sfc@3.4.6:
|
||||||
resolution: {integrity: sha512-kTFOiyMtuetFqi5yEPA4hR6FTD36zKKY3qaBonxGb4pgj0yK1eACqH+iycTAsEqr2u4cOhcGkx3Yjecpgh6FTQ==}
|
resolution: {integrity: sha512-kTFOiyMtuetFqi5yEPA4hR6FTD36zKKY3qaBonxGb4pgj0yK1eACqH+iycTAsEqr2u4cOhcGkx3Yjecpgh6FTQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -904,12 +893,6 @@ packages:
|
|||||||
postcss: 8.4.32
|
postcss: 8.4.32
|
||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
|
|
||||||
/@vue/compiler-ssr@3.4.3:
|
|
||||||
resolution: {integrity: sha512-wnYQtMBkeFSxgSSQbYGQeXPhQacQiog2c6AlvMldQH6DB+gSXK/0F6DVXAJfEiuBSgBhUc8dwrrG5JQcqwalsA==}
|
|
||||||
dependencies:
|
|
||||||
'@vue/compiler-dom': 3.4.3
|
|
||||||
'@vue/shared': 3.4.3
|
|
||||||
|
|
||||||
/@vue/compiler-ssr@3.4.6:
|
/@vue/compiler-ssr@3.4.6:
|
||||||
resolution: {integrity: sha512-XqeojjDitjMLyOogDePNSxw9XL4FAXchO9oOfqdzLVEtYES5j+AEilPJyP0KhQPfGecY2mJ3Y7/e6kkiJQLKvg==}
|
resolution: {integrity: sha512-XqeojjDitjMLyOogDePNSxw9XL4FAXchO9oOfqdzLVEtYES5j+AEilPJyP0KhQPfGecY2mJ3Y7/e6kkiJQLKvg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1004,6 +987,7 @@ packages:
|
|||||||
|
|
||||||
/@vue/shared@3.4.3:
|
/@vue/shared@3.4.3:
|
||||||
resolution: {integrity: sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ==}
|
resolution: {integrity: sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@vue/shared@3.4.6:
|
/@vue/shared@3.4.6:
|
||||||
resolution: {integrity: sha512-O16vewA05D0IwfG2N/OFEuVeb17pieaI32mmYXp36V8lp+/pI1YV04rRL9Eyjndj3xQO5SNjAxTh6ul4IlBa3A==}
|
resolution: {integrity: sha512-O16vewA05D0IwfG2N/OFEuVeb17pieaI32mmYXp36V8lp+/pI1YV04rRL9Eyjndj3xQO5SNjAxTh6ul4IlBa3A==}
|
||||||
@ -3054,7 +3038,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/sass-loader@13.3.3(sass@1.69.5)(webpack@5.89.0):
|
/sass-loader@13.3.3(sass@1.69.7)(webpack@5.89.0):
|
||||||
resolution: {integrity: sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==}
|
resolution: {integrity: sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==}
|
||||||
engines: {node: '>= 14.15.0'}
|
engines: {node: '>= 14.15.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -3074,12 +3058,12 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
neo-async: 2.6.2
|
neo-async: 2.6.2
|
||||||
sass: 1.69.5
|
sass: 1.69.7
|
||||||
webpack: 5.89.0
|
webpack: 5.89.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/sass@1.69.5:
|
/sass@1.69.7:
|
||||||
resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==}
|
resolution: {integrity: sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3469,7 +3453,7 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vite-node@1.1.3(@types/node@20.10.6)(sass@1.69.5):
|
/vite-node@1.1.3(@types/node@20.10.6)(sass@1.69.7):
|
||||||
resolution: {integrity: sha512-BLSO72YAkIUuNrOx+8uznYICJfTEbvBAmWClY3hpath5+h1mbPS5OMn42lrTxXuyCazVyZoDkSRnju78GiVCqA==}
|
resolution: {integrity: sha512-BLSO72YAkIUuNrOx+8uznYICJfTEbvBAmWClY3hpath5+h1mbPS5OMn42lrTxXuyCazVyZoDkSRnju78GiVCqA==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -3478,7 +3462,7 @@ packages:
|
|||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.5)
|
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.7)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
@ -3501,13 +3485,13 @@ packages:
|
|||||||
'@vuetify/loader-shared': 2.0.1(vue@3.4.6)(vuetify@3.4.9)
|
'@vuetify/loader-shared': 2.0.1(vue@3.4.6)(vuetify@3.4.9)
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
upath: 2.0.1
|
upath: 2.0.1
|
||||||
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.5)
|
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.7)
|
||||||
vue: 3.4.6(typescript@5.3.3)
|
vue: 3.4.6(typescript@5.3.3)
|
||||||
vuetify: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.6)(webpack-plugin-vuetify@3.0.1)
|
vuetify: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.6)(webpack-plugin-vuetify@3.0.1)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
/vite@5.0.11(@types/node@20.10.6)(sass@1.69.5):
|
/vite@5.0.11(@types/node@20.10.6)(sass@1.69.7):
|
||||||
resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==}
|
resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -3539,11 +3523,11 @@ packages:
|
|||||||
esbuild: 0.19.9
|
esbuild: 0.19.9
|
||||||
postcss: 8.4.32
|
postcss: 8.4.32
|
||||||
rollup: 4.9.0
|
rollup: 4.9.0
|
||||||
sass: 1.69.5
|
sass: 1.69.7
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
/vitest@1.1.3(@types/node@20.10.6)(jsdom@23.2.0)(sass@1.69.5):
|
/vitest@1.1.3(@types/node@20.10.6)(jsdom@23.2.0)(sass@1.69.7):
|
||||||
resolution: {integrity: sha512-2l8om1NOkiA90/Y207PsEvJLYygddsOyr81wLQ20Ra8IlLKbyQncWsGZjnbkyG2KwwuTXLQjEPOJuxGMG8qJBQ==}
|
resolution: {integrity: sha512-2l8om1NOkiA90/Y207PsEvJLYygddsOyr81wLQ20Ra8IlLKbyQncWsGZjnbkyG2KwwuTXLQjEPOJuxGMG8qJBQ==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -3588,8 +3572,8 @@ packages:
|
|||||||
strip-literal: 1.3.0
|
strip-literal: 1.3.0
|
||||||
tinybench: 2.5.1
|
tinybench: 2.5.1
|
||||||
tinypool: 0.8.1
|
tinypool: 0.8.1
|
||||||
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.5)
|
vite: 5.0.11(@types/node@20.10.6)(sass@1.69.7)
|
||||||
vite-node: 1.1.3(@types/node@20.10.6)(sass@1.69.5)
|
vite-node: 1.1.3(@types/node@20.10.6)(sass@1.69.7)
|
||||||
why-is-node-running: 2.2.2
|
why-is-node-running: 2.2.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
@ -3615,7 +3599,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
null-loader: 4.0.1(webpack@5.89.0)
|
null-loader: 4.0.1(webpack@5.89.0)
|
||||||
sass-loader: 13.3.3(sass@1.69.5)(webpack@5.89.0)
|
sass-loader: 13.3.3(sass@1.69.7)(webpack@5.89.0)
|
||||||
semver: 7.5.4
|
semver: 7.5.4
|
||||||
shelljs: 0.8.5
|
shelljs: 0.8.5
|
||||||
vue: 3.4.6(typescript@5.3.3)
|
vue: 3.4.6(typescript@5.3.3)
|
||||||
@ -3724,7 +3708,7 @@ packages:
|
|||||||
typescript: 5.3.3
|
typescript: 5.3.3
|
||||||
vite-plugin-vuetify: 2.0.1(vite@5.0.11)(vue@3.4.6)(vuetify@3.4.9)
|
vite-plugin-vuetify: 2.0.1(vite@5.0.11)(vue@3.4.6)(vuetify@3.4.9)
|
||||||
vue: 3.4.6(typescript@5.3.3)
|
vue: 3.4.6(typescript@5.3.3)
|
||||||
webpack-plugin-vuetify: 3.0.1(@vue/compiler-sfc@3.4.3)(vue@3.4.6)(vuetify@3.4.9)(webpack@5.89.0)
|
webpack-plugin-vuetify: 3.0.1(@vue/compiler-sfc@3.4.6)(vue@3.4.6)(vuetify@3.4.9)(webpack@5.89.0)
|
||||||
|
|
||||||
/w3c-xmlserializer@5.0.0:
|
/w3c-xmlserializer@5.0.0:
|
||||||
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
||||||
@ -3749,7 +3733,7 @@ packages:
|
|||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/webpack-plugin-vuetify@3.0.1(@vue/compiler-sfc@3.4.3)(vue@3.4.6)(vuetify@3.4.9)(webpack@5.89.0):
|
/webpack-plugin-vuetify@3.0.1(@vue/compiler-sfc@3.4.6)(vue@3.4.6)(vuetify@3.4.9)(webpack@5.89.0):
|
||||||
resolution: {integrity: sha512-/FEpXPfPQlSMdJgLcz/iF6yQ82NdBwmryyACIhY5agsv0uW6/VEXmRlnBiF54MV2KW0/Vt5ZPXyhSx5r7u0lFA==}
|
resolution: {integrity: sha512-/FEpXPfPQlSMdJgLcz/iF6yQ82NdBwmryyACIhY5agsv0uW6/VEXmRlnBiF54MV2KW0/Vt5ZPXyhSx5r7u0lFA==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -3758,7 +3742,7 @@ packages:
|
|||||||
vuetify: ^3.0.0
|
vuetify: ^3.0.0
|
||||||
webpack: ^5.0.0
|
webpack: ^5.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.4.3
|
'@vue/compiler-sfc': 3.4.6
|
||||||
'@vuetify/loader-shared': 2.0.1(vue@3.4.6)(vuetify@3.4.9)
|
'@vuetify/loader-shared': 2.0.1(vue@3.4.6)(vuetify@3.4.9)
|
||||||
decache: 4.6.2
|
decache: 4.6.2
|
||||||
file-loader: 6.2.0(webpack@5.89.0)
|
file-loader: 6.2.0(webpack@5.89.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user