Remove dependency on url-regex (#6468)

This addresses a security vulnerability. Unfortunately, we need to
force a newer version of resize-img ignoring our
dependencies. However, that seems to work fine based on my
testing (running navigator on quickstart-java and looking at
favicons).

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-06-24 10:54:55 +02:00 committed by GitHub
parent 9c40f18545
commit f0f682c847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 351 additions and 411 deletions

View File

@ -86,6 +86,7 @@
"resolutions": {
"**/@types/react": "~16.0.0",
"**/apollo-client": "~1.4.0",
"**/elliptic": "^6.5.3"
"**/elliptic": "^6.5.3",
"**/resize-img": "^2.0.0"
}
}

File diff suppressed because it is too large Load Diff