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

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 35

  • @PixemWeb
    @PixemWeb  ปีที่แล้ว

    *UPDATED NPM Video* th-cam.com/video/VAHkHj3I6Wg/w-d-xo.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 TH-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

    • @PixemWeb
      @PixemWeb  ปีที่แล้ว

      Glad it helped. 🙌

  • @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 👍

    • @PixemWeb
      @PixemWeb  2 ปีที่แล้ว

      Thanks 🙏

  • @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.