Git Product home page Git Product logo

Comments (7)

CuriousWizard avatar CuriousWizard commented on June 2, 2024 1

This vulnerability notice also occurs when you create a new project with Angular CLI version 16.2.13 and run npm audit on it.

from angular-cli.

miguellira avatar miguellira commented on June 2, 2024

Current workaround is to specify the following overrides in package.json:

  "overrides": {
    "undici": "^6.11.1",
    "vite": "~5.1.7"
  }

It is important to note that angular-memory-plugin generates a runtime error with the latest version of vite 5.2.8 which is why it is ~5.1.7 and not ^5.1.7

Excerpt of error

...
node_modules\@angular-devkit\build-angular\src\tools\vite\angular-memory-plugin.js:240:31
...
[vite] Internal server error: Failed to update Vite client error overlay text. (2)
      at loadViteClientCode

from angular-cli.

lsmith77 avatar lsmith77 commented on June 2, 2024

semi-related https://github.com/nodejs/undici/releases/tag/v6.11.1

from angular-cli.

alan-agius4 avatar alan-agius4 commented on June 2, 2024

Closed via #27430 and #27429

from angular-cli.

Fabrice-K avatar Fabrice-K commented on June 2, 2024

@alan-agius4, please, can you tell me when the fix will be available on NPM Registry please.

from angular-cli.

alan-agius4 avatar alan-agius4 commented on June 2, 2024

@Fabrice-K, typically, releases are done on Wednesdays

from angular-cli.

Fabrice-K avatar Fabrice-K commented on June 2, 2024

from angular-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.