radareorg / radare2-webui

webui repository for radare2
93 stars 27 forks source link

updates for the new css files #144

Closed Z-Y00 closed 6 years ago

Z-Y00 commented 7 years ago

during my install . i got these output hoping you will update these soon npm WARN deprecated gulp-clean-css@2.4.0: breaking changes from clean-css 4.x. Please install gulp-clean-css 3.x npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

radare commented 7 years ago

can you send a PR upgrading those dependencies in the package.json ?

thanks

On 19 May 2017, at 13:11, zyoo (rgy) notifications@github.com wrote:

during my install . i got these output hoping you will update these soon npm WARN deprecated gulp-clean-css@2.4.0: breaking changes from clean-css 4.x. Please install gulp-clean-css 3.x npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/radare/radare2-webui/issues/144, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-llliWqP-_-bmH9T6364GH8YCOLvMks5r7XjigaJpZM4NgZAr.

Z-Y00 commented 7 years ago

Well, i'm not familiar with that but i'll try if i could

radare commented 7 years ago

Its just a matter of editing the package.json and upgrade the version numbers with the last ones that "npm outdated" shows.

Thanks!

On 19 May 2017, at 15:19, zyoo (rgy) notifications@github.com wrote:

Well, i'm not familiar with that but i'll try if i could

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.