Skip to content

Commit f8e1164

Browse files
ansmithf5wbt
authored andcommitted
Utilizing async 2.6.4 for node 4 compatibility
1 parent d6d620f commit f8e1164

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## v2.4.6
22

3+
- [#2130] Update async dependency for node 4 compatibility
34
- [#2112] Update async dependency to address https://security.snyk.io/vuln/SNYK-JS-ASYNC-2441827
45

56
## v2.4.5

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"tools"
1919
],
2020
"dependencies": {
21-
"async": "^3.2.3",
21+
"async": "^2.6.4",
2222
"colors": "1.0.x",
2323
"cycle": "1.0.x",
2424
"eyes": "0.1.x",

0 commit comments

Comments
 (0)