Skip to content

Commit 11c1bec

Browse files
Update dependencies in order to fix minimatch warning
As some of the dependencies are using old version of minimatch, the following warning appears during installation of nativescript CLI: `npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue` Update some of the dependencies in order to stop showing the warning. However it is still there as the broccoli dependency is not updated for more than 8 months and it depends on old version of glob module. Same is valid for the node-inspector version that we are using and that we cannot upgrade at the moment.
1 parent b02ed47 commit 11c1bec

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)