Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sass to v1.79.2 #1056

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zapisy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"postcss": "7.0.39",
"postcss-loader": "4.3.0",
"prettier": "2.8.8",
"sass": "1.26.10",
"sass": "1.79.2",
"sass-loader": "10.5.2",
"terser-webpack-plugin": "4.2.3",
"ts-loader": "8.4.0",
Expand Down
47 changes: 45 additions & 2 deletions zapisy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3598,6 +3598,15 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^4.0.0":
version: 4.0.1
resolution: "chokidar@npm:4.0.1"
dependencies:
readdirp: ^4.0.1
checksum: f9b2bfd4cdb403ebbdff252093745f7a4ca8e5da04e33dfb50432f610242ff8a849f3590c0c1a43a006f5088abdf4b6901f8f57c719e7c53a0bee3643d645717
languageName: node
linkType: hard

"chownr@npm:^1.1.1":
version: 1.1.4
resolution: "chownr@npm:1.1.4"
Expand Down Expand Up @@ -5580,7 +5589,7 @@ fsevents@~2.1.2:
postcss: 7.0.39
postcss-loader: 4.3.0
prettier: 2.8.8
sass: 1.26.10
sass: 1.79.2
sass-loader: 10.5.2
tablesorter: 2.32.0
terser-webpack-plugin: 4.2.3
Expand All @@ -5601,6 +5610,13 @@ fsevents@~2.1.2:
languageName: unknown
linkType: soft

"immutable@npm:^4.0.0":
version: 4.3.7
resolution: "immutable@npm:4.3.7"
checksum: 4bbd2c341db4ba0770a643e255bdc66501f4ed91adf63a0bfbda8daa0bcf2ed75f29bb2047dd4a53b6e8773194f81cbc09c6fbdafb11ed805538d22ed3775531
languageName: node
linkType: hard

"import-fresh@npm:^3.1.0, import-fresh@npm:^3.2.1":
version: 3.2.1
resolution: "import-fresh@npm:3.2.1"
Expand Down Expand Up @@ -7806,6 +7822,13 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"readdirp@npm:^4.0.1":
version: 4.0.1
resolution: "readdirp@npm:4.0.1"
checksum: c130854653ab9a0091cc1dc439d609d4afde4f56ab459ddbefa0da3856c2b6fbb836471572c7c5ef5e775e0d479e739ffa0ee6a0511d216303531fdaf05c1775
languageName: node
linkType: hard

"readdirp@npm:~3.4.0":
version: 3.4.0
resolution: "readdirp@npm:3.4.0"
Expand Down Expand Up @@ -8166,7 +8189,20 @@ resolve@^1.14.2:
languageName: node
linkType: hard

"sass@npm:1.26.10, sass@npm:^1.25.1-test.1":
"sass@npm:1.79.2":
version: 1.79.2
resolution: "sass@npm:1.79.2"
dependencies:
chokidar: ^4.0.0
immutable: ^4.0.0
source-map-js: ">=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: c2abdb77bc5df5fbaf49407e9993b90a5f4f3becb121b58ad093b63335fd91b3a745a4e988cc69b4cf62d75c4446081efa5666cdfb8347d0412a48cf9c206023
languageName: node
linkType: hard

"sass@npm:^1.25.1-test.1":
version: 1.26.10
resolution: "sass@npm:1.26.10"
dependencies:
Expand Down Expand Up @@ -8439,6 +8475,13 @@ resolve@^1.14.2:
languageName: node
linkType: hard

"source-map-js@npm:>=0.6.2 <2.0.0":
version: 1.2.1
resolution: "source-map-js@npm:1.2.1"
checksum: 728d8bd521c93d7a165fb7dfe20ae1038a4d780579498d21cdd353bcc59f2c27f2d4e390fa1825ee3977beed68868e395df79c14ca8a72a9c6fffdfb46a87eb6
languageName: node
linkType: hard

"source-map-js@npm:^1.0.2":
version: 1.0.2
resolution: "source-map-js@npm:1.0.2"
Expand Down
Loading