Skip to content

Commit a6fed39

Browse files
fix(deps): update dependency async to v2.6.4 [security]
1 parent 8cba929 commit a6fed39

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"algoliasearch": "3.33.0",
15-
"async": "2.6.3",
15+
"async": "2.6.4",
1616
"babel-eslint": "8.2.6",
1717
"babel-loader": "8.0.6",
1818
"critical": "1.3.4",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,14 @@ [email protected]:
726726
dependencies:
727727
lodash "^4.17.10"
728728

729-
[email protected], async@^2.1.2:
729+
730+
version "2.6.4"
731+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
732+
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
733+
dependencies:
734+
lodash "^4.17.14"
735+
736+
async@^2.1.2:
730737
version "2.6.3"
731738
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
732739
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==

0 commit comments

Comments
 (0)