Skip to content

Commit cd3cf69

Browse files
Merge pull request #32 from jdforrester/new-dependencies
New dependencies
2 parents 4cfae66 + 571e947 commit cd3cf69

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,22 @@
1515
"bugs": {
1616
"url": "https://github.com/mihhail-lapushkin/grunt-css-url-embed/issues"
1717
},
18-
"licenses": [{
19-
"type": "MIT",
20-
"url": "https://github.com/mihhail-lapushkin/grunt-css-url-embed/blob/master/LICENSE-MIT"
21-
}],
18+
"licenses": [
19+
{
20+
"type": "MIT",
21+
"url": "https://github.com/mihhail-lapushkin/grunt-css-url-embed/blob/master/LICENSE-MIT"
22+
}
23+
],
2224
"engines": {
2325
"node": ">=0.8.0"
2426
},
2527
"dependencies": {
26-
"mime": "~1.3.0",
28+
"mime": "~2.3.1",
2729
"node-units": "~0.1.0",
28-
"request": "~2.79.0"
30+
"request": "~2.88.0"
2931
},
3032
"optionalDependencies": {
31-
"mmmagic": "~0.4.0"
33+
"mmmagic": "~0.5.0"
3234
},
3335
"keywords": [
3436
"gruntplugin",

0 commit comments

Comments
 (0)