Skip to content

Commit d87178f

Browse files
committed
fix: Force async version 3.2.2
force async version 3.2.2 to get fix for Prototype Pollution in async
1 parent 1e25918 commit d87178f

File tree

6 files changed

+76
-65
lines changed

6 files changed

+76
-65
lines changed

flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeUpdater.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ Map<String, String> getDefaultDevDependencies() {
420420
defaults.put("workbox-core", WORKBOX_VERSION);
421421
defaults.put("workbox-precaching", WORKBOX_VERSION);
422422
defaults.put("glob", "7.1.6");
423+
defaults.put("async", "3.2.2");
423424

424425
return defaults;
425426
}

flow-tests/test-frontend/test-npm/package-lock.json

Lines changed: 27 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flow-tests/test-frontend/test-pnpm/pnpm-lock.yaml

Lines changed: 39 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)