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

chore(deps): update dependency sass to v1.64.0 #1976

Merged
merged 1 commit into from
Jul 20, 2023
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 reacnetgenerator/static/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"postcss": "8.4.26",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"sass": "1.63.6",
"sass": "1.64.0",
"sass-loader": "13.3.2",
"script-ext-html-webpack-plugin": "2.1.5",
"string-replace-webpack-plugin": "0.1.3",
Expand Down
10 changes: 5 additions & 5 deletions reacnetgenerator/static/webpack/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3581,7 +3581,7 @@ __metadata:
postcss-loader: 7.3.3
query-string: 7.1.3
regenerator-runtime: 0.13.11
sass: 1.63.6
sass: 1.64.0
sass-loader: 13.3.2
script-ext-html-webpack-plugin: 2.1.5
smiles-drawer: 2.0.3
Expand Down Expand Up @@ -3801,16 +3801,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.63.6":
version: 1.63.6
resolution: "sass@npm:1.63.6"
"sass@npm:1.64.0":
version: 1.64.0
resolution: "sass@npm:1.64.0"
dependencies:
chokidar: ">=3.0.0 <4.0.0"
immutable: ^4.0.0
source-map-js: ">=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 3372319904658eeafaf78a09a6fcb3368a68e6d76fe3c43c2d009f4f72e475ab22b82ef483ef5c00fcda3ab00066846c0bd88c36b42771b855f6ab80c7eda541
checksum: b4eb9b1bdeb1c00e76427d7fe3e5f80d831327178cdee657aa4e014edfc64ebbfe43177147403da1e04d76a24f4093f5a9b1c8d9d80c94579937d8adc5a6ef66
languageName: node
linkType: hard

Expand Down
Loading