Skip to content

Commit

Permalink
Merge pull request #416 from ckeditor/ci/3678-vulnerability
Browse files Browse the repository at this point in the history
Internal: Fresh `yarn.lock`. Force installing the specified version of the `webpack-dev-middleware` dependency due to lack of updates in `@angular-devkit/build-angular`.
  • Loading branch information
pomek authored Apr 12, 2024
2 parents 6e40dad + f15f288 commit af306f6
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 128 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"webpack-cli": "^4.10.0"
},
"resolutions": {
"semver": "^7"
"semver": "^7",
"webpack-dev-middleware": "5.3.4"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit af306f6

Please sign in to comment.