Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
fix: upgrade webpack-cli from 4.0.0 to 4.2.0 (#2485)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade webpack-cli from 4.0.0 to 4.2.0.

See this package in npm:
https://www.npmjs.com/package/webpack-cli

See this project in Snyk:
https://app.snyk.io/org/deviavir/project/14e19887-e219-40d4-89b6-6c657bf78942?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Chase <chase@sillevis.net>
  • Loading branch information
snyk-bot and DeviaVir committed Nov 11, 2020
1 parent b89a399 commit 4f4f593
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 2,017 deletions.

2 comments on commit 4f4f593

@w1ld3r
Copy link

@w1ld3r w1ld3r commented on 4f4f593 Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting an error regarding the version of webpack:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for webpack@^5.4.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'zenbot'
npm ERR! notarget

For me the last version of webpack is the 5.4.0 (https://github.com/webpack/webpack/releases/tag/v5.4.0), isn't it ?

@strawberry-code
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same for me, I solved changing manually ^5.4.1 to ^5.4.0 in my package.json.

Please sign in to comment.