-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/cli): update direct
semver
dependencies to 7.5.3
All direct usages of the `semver` package have been updated to address GHSA-c2qf-rxjj-qqgw. The `semver` package is only used as a development dependency and not included in built application code within generated projects. This update does not affect any transitive usages of `semver` and any such usages would need to be handled by relevant upstream packages.
- Loading branch information
Showing
4 changed files
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4015,7 +4015,7 @@ | |
dependencies: | ||
"@types/ws" "*" | ||
|
||
"@types/semver@^7.3.12": | ||
"@types/semver@^7.3.12", "@types/semver@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a" | ||
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== | ||
|
@@ -5843,19 +5843,6 @@ [email protected]: | |
postcss "^8.3.7" | ||
pretty-bytes "^5.3.0" | ||
|
||
[email protected]: | ||
version "0.0.18" | ||
resolved "https://registry.yarnpkg.com/critters/-/critters-0.0.18.tgz#37ea730ee3a1f19844e8099c3fd75b526e1bbcc9" | ||
integrity sha512-I7t/da29EIWXgxx2RSW1md1DvenEgEuLlki6nHE5+Nc0e3eib5AuGIGbPVuI8q+erCKkSP9T/NqYfvasAy7x7A== | ||
dependencies: | ||
chalk "^4.1.0" | ||
css-select "^5.1.0" | ||
dom-serializer "^2.0.0" | ||
domhandler "^5.0.2" | ||
htmlparser2 "^8.0.2" | ||
postcss "^8.4.23" | ||
pretty-bytes "^5.3.0" | ||
|
||
[email protected]: | ||
version "0.0.19" | ||
resolved "https://registry.yarnpkg.com/critters/-/critters-0.0.19.tgz#15e3a3a0ed77ae4b69c3b2fe29c8e7e87fc77d1b" | ||
|
@@ -11029,6 +11016,13 @@ [email protected], semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver | |
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
[email protected]: | ||
version "7.5.3" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e" | ||
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ== | ||
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
|