Skip to content

Commit 0ccfa8b

Browse files
committed
Update package versions
1 parent b47ca49 commit 0ccfa8b

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"node": ">=12"
88
},
99
"scripts": {
10-
"test": "./node_modules/.bin/mocha test"
10+
"test": "mocha test"
1111
},
1212
"repository": {
1313
"type": "git",
@@ -24,29 +24,29 @@
2424
"url": "https://github.com/dlmanning/gulp-sass/issues"
2525
},
2626
"dependencies": {
27-
"chalk": "^2.3.0",
28-
"lodash": "^4.17.11",
27+
"chalk": "^4.1.1",
28+
"lodash": "^4.17.21",
2929
"plugin-error": "^1.0.1",
30-
"replace-ext": "^1.0.0",
31-
"strip-ansi": "^4.0.0",
30+
"replace-ext": "^2.0.0",
31+
"strip-ansi": "^6.0.0",
3232
"transfob": "^1.0.0",
33-
"vinyl-sourcemaps-apply": "^0.2.0"
33+
"vinyl-sourcemaps-apply": "^0.2.1"
3434
},
3535
"devDependencies": {
36-
"autoprefixer": "^8.1.0",
37-
"eslint": "^4.18.2",
38-
"eslint-config-airbnb-base": "^12.1.0",
39-
"eslint-plugin-import": "^2.9.0",
40-
"globule": "^1.0.0",
36+
"autoprefixer": "^10.2.6",
37+
"eslint": "^7.28.0",
38+
"eslint-config-airbnb-base": "^14.2.1",
39+
"eslint-plugin-import": "^2.23.4",
40+
"globule": "^1.3.2",
4141
"gulp": "^4.0.2",
4242
"gulp-postcss": "^9.0.0",
4343
"gulp-sourcemaps": "^3.0.0",
4444
"gulp-tap": "^2.0.0",
45-
"mocha": "^5.0.4",
45+
"mocha": "^9.0.0",
4646
"node-sass": "^6.0.0",
47-
"postcss": "^8.3.0",
48-
"rimraf": "^2.4.3",
49-
"should": "^13.2.1",
50-
"vinyl": "^2.1.0"
47+
"postcss": "^8.3.4",
48+
"rimraf": "^3.0.2",
49+
"should": "^13.2.3",
50+
"vinyl": "^2.2.1"
5151
}
5252
}

0 commit comments

Comments
 (0)