Skip to content

Commit

Permalink
fix: Force async version 3.2.2
Browse files Browse the repository at this point in the history
force async version 3.2.2 to get fix for
Prototype Pollution in async
  • Loading branch information
caalador committed Apr 19, 2022
1 parent 8878410 commit 23bd55d
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 156 deletions.
Expand Up @@ -420,6 +420,7 @@ Map<String, String> getDefaultDevDependencies() {
defaults.put("workbox-core", WORKBOX_VERSION);
defaults.put("workbox-precaching", WORKBOX_VERSION);
defaults.put("glob", "7.1.6");
defaults.put("async", "3.2.2");

return defaults;
}
Expand Down
41 changes: 27 additions & 14 deletions flow-tests/test-frontend/test-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23bd55d

Please sign in to comment.