Skip to content

Commit

Permalink
updated async to 3.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Ketul Shah <[email protected]>
  • Loading branch information
ketulsha committed Aug 16, 2024
1 parent 55c44bf commit 2ca2dab
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
33 changes: 17 additions & 16 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"husky": "^6.0.0",
"lerna": "^6.0.1"
},
"scripts":{
"prepare": "husky install",
"install-detect-secrets": "pip install --upgrade git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
"scripts": {
"prepare": "husky install",
"install-detect-secrets": "pip install --upgrade git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
},
"dependencies": {
"async": "^3.2.5"
}
}

0 comments on commit 2ca2dab

Please sign in to comment.