How to Fix Vulnerability Issues in Node.JS & Gulp with NPM Override

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 35

  • @PixemWeb
    @PixemWeb  Рік тому

    *UPDATED NPM Video* ua-cam.com/video/VAHkHj3I6Wg/v-deo.html

  • @UBO58
    @UBO58 2 роки тому

    11ty drove me crazy with some vulnerable packages / dependencies. So you explained exactly what I was looking for. Thanks a lot man!

  • @iulianpet-fy4qd
    @iulianpet-fy4qd Рік тому

    First comment ever on UA-cam, you're the man!. Thank you for sharing knowledge. Just subscribed! And thumb up!

  • @gophius
    @gophius 10 місяців тому

    Excellent tip, worked like a charm!

  • @uttkarshpatel8947
    @uttkarshpatel8947 Рік тому +1

    Thank You very much, i was getting 4 vulnerabilities because of semver, but after using override to version 7.5.3, it was fixed

  • @jakubgadzala7474
    @jakubgadzala7474 2 роки тому +2

    Thanks man, solved the problem. Subscribed.

    • @PixemWeb
      @PixemWeb  2 роки тому

      Awesome, glad it helped.

  • @j.r.r.tolkien8724
    @j.r.r.tolkien8724 2 роки тому +4

    Great explanation. Thanks a lot.

    • @PixemWeb
      @PixemWeb  2 роки тому +1

      No problem, I’m glad it helped. Thanks for watching 🙏

  • @ok_basil
    @ok_basil Рік тому

    Thank you very much! Worked like a charm!!

  • @DriveChannel-dy6dg
    @DriveChannel-dy6dg 6 місяців тому

    hi. when I copy an image using this syntax src/styles/**/*.scss . Then gulp cannot copy the images

  • @shoelaced
    @shoelaced 2 роки тому +1

    Thank YOU. I was getting so sick of the Dependabot alerts about glob-parent.

  • @rlxpudding2056
    @rlxpudding2056 Рік тому +1

    Thank you very, you are awesome. Your tut helped me so much!

    • @PixemWeb
      @PixemWeb  Рік тому +1

      No problem. I’m glad it was helpful. Thanks for watching 🙏🙏

  • @TianyuShen-e3f
    @TianyuShen-e3f Рік тому

    It's really useful!

  • @qaziarsalanshah5184
    @qaziarsalanshah5184 2 роки тому +2

    Really helpful 👍

  • @user-ti9py9pg4t
    @user-ti9py9pg4t Рік тому

    man this really helped me thanks

  • @PhilDiasPJD
    @PhilDiasPJD 2 роки тому +3

    Awesome video and extremely helpful. If say you were using Yarn instead of npm, would you follow a similar approach with the overrides? Thanks

    • @PixemWeb
      @PixemWeb  2 роки тому +2

      With Yarn, you would use resolutions instead. The concept is the same, just different terminology. Thanks for the question, and for watching.

    • @PhilDiasPJD
      @PhilDiasPJD 2 роки тому +1

      @@PixemWeb just had a quick look at resolutions. Like you say, the concept is the same. Thanks.

    • @aizatariq3347
      @aizatariq3347 2 роки тому +1

      How did you know which version of chokidar, glob-parent to override?

  • @RisingMooon
    @RisingMooon Рік тому

    Thank you so much for this video! The gulp vulnerability messages were driving me crazy

  • @aizatariq3347
    @aizatariq3347 2 роки тому +1

    How did you know which version of chokidar, glob-parent to override?

    • @PixemWeb
      @PixemWeb  2 роки тому +1

      I went to NPM and looked for the current version. Then I tested to make sure that using it wouldn’t cause problems with my workflow.

  • @VinceM1000
    @VinceM1000 Рік тому

    This is great and I have used this on a couple of projects. A new high severity vulnerability has come up and it looks bad. How do I fix ua-parser-js 0.8.1 - 1.0.32? Would this be an override as well? How would I go about doing this one?

    • @VinceM1000
      @VinceM1000 Рік тому

      I tried to do an override but it didn't work it says
      node_modules/browser-sync/node_modules/ua-parser-js
      browser-sync >=2.27.6
      Depends on vulnerable versions of ua-parser-js
      node_modules/browser-sync

  • @shabanlukyamuzi4012
    @shabanlukyamuzi4012 Рік тому

    THANK YOU SIR!!👍

  • @aliabdel-shaheed1124
    @aliabdel-shaheed1124 Рік тому

    thanks alot 😍

  • @ZukoTheShinigami
    @ZukoTheShinigami 2 роки тому

    THANK YOU SO MUCH!!!

  • @KvWater
    @KvWater Рік тому

    very epic

  • @Сергій-о3э
    @Сергій-о3э Рік тому

    Thanks a lot

  • @SLCODEGEN
    @SLCODEGEN 2 роки тому

    Yes it works

  • @LEGORAYStudios
    @LEGORAYStudios Рік тому

    Nope, it generates more vulnerabilities with that command for some reason. I just ended deleting my npm project and start from full scratch.