Skip to content

Commit

Permalink
Remove node-sass in order to fix vulnerability issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishprimate committed Feb 14, 2022
1 parent 612dd1f commit 58f61de
Show file tree
Hide file tree
Showing 4 changed files with 4,790 additions and 28 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
_Change is the essence._

## 1.2.6

### Added

- Added `sass-loader` package.
- Added `sass` package.

### Removed

- Removed `node-sass` in order to fix vulnerability issues.

## 1.2.5

### Updated
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Halil İbrahim Çakıroğlu",
"main": "scss/_gerillass.scss",
"license": "Apache-2.0",
"version": "1.2.5",
"version": "1.2.6",
"repository": {
"type": "git",
"url": "https://github.com/selfishprimate/gerillass"
Expand Down Expand Up @@ -40,10 +40,11 @@
"test": "jest"
},
"dependencies": {
"glob": "^7.1.6",
"jest": "^26.1.0",
"node-sass": "^7.0.1",
"sass-true": "^5.0.0"
"glob": "^7.2.0",
"jest": "^27.5.1",
"sass": "^1.49.7",
"sass-loader": "^12.5.0",
"sass-true": "^6.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
Expand Down
23 changes: 0 additions & 23 deletions test/library/loadify.spec.scss

This file was deleted.

Loading

0 comments on commit 58f61de

Please sign in to comment.