bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

Update Loader Utils to 2.0.4 to fix a vulnerability in v5 #228

Closed mmalka closed 1 year ago

mmalka commented 1 year ago

Fixes https://github.com/bholloway/resolve-url-loader/issues/226 in v5 (the version used by Angular 14.X) (doesn't require an update to 3.0 like the issues mentions)

mmalka commented 1 year ago

@bholloway Hello Ben, here you go.

bholloway commented 1 year ago

This should not be necessary given the carat allows patch in your local install.

I have a PR to update dependencies in general so I will close this and focus on #227.