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 14, 2022
1 parent 1e25918 commit d87178f
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 65 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.

87 changes: 39 additions & 48 deletions flow-tests/test-frontend/test-pnpm/pnpm-lock.yaml

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

0 comments on commit d87178f

Please sign in to comment.