Skip to content

Commit 6c277d3

Browse files
Merge pull request #1963 from NativeScript/vladimirov/fix-minimatch-warn
Update dependencies in order to fix minimatch warning
2 parents e7a1d60 + 11c1bec commit 6c277d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"bluebird": "2.9.34",
3131
"bplist-parser": "0.1.0",
32-
"broccoli": "0.16.4",
33-
"broccoli-funnel": "0.2.3",
32+
"broccoli": "0.16.9",
33+
"broccoli-funnel": "1.0.3",
3434
"bufferpack": "0.0.6",
3535
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.2",
3636
"byline": "4.2.1",
@@ -42,7 +42,7 @@
4242
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.2",
4343
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.0",
4444
"filesize": "3.1.2",
45-
"gaze": "1.0.0",
45+
"gaze": "1.1.0",
4646
"glob": "^7.0.3",
4747
"iconv-lite": "0.4.11",
4848
"inquirer": "0.9.0",
@@ -52,13 +52,13 @@
5252
"log4js": "0.6.26",
5353
"marked": "0.3.3",
5454
"marked-terminal": "1.5.0",
55-
"minimatch": "2.0.10",
55+
"minimatch": "3.0.2",
5656
"mkdirp": "0.5.1",
5757
"moment": "2.10.6",
5858
"mute-stream": "0.0.5",
5959
"node-inspector": "https://github.com/NativeScript/node-inspector/tarball/v0.7.4.1",
6060
"node-uuid": "1.4.3",
61-
"npm": "2.15.6",
61+
"npm": "2.15.9",
6262
"open": "0.0.5",
6363
"osenv": "0.1.3",
6464
"plist": "1.1.0",

0 commit comments

Comments
 (0)