We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ff51a + 058960d commit 873163dCopy full SHA for 873163d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lambda-tools",
3
- "version": "3.5.0",
+ "version": "3.5.1",
4
"description": "Scripts for working with AWS Lambda backed microservices",
5
"main": "",
6
"scripts": {
yarn.lock
@@ -2194,7 +2194,7 @@ fstream@~0.1.21:
2194
resolved "https://registry.yarnpkg.com/fstream/-/fstream-0.1.31.tgz#7337f058fbbbbefa8c9f561a28cab0849202c988"
2195
integrity sha1-czfwWPu7vvqMn1YaKMqwhJICyYg=
2196
dependencies:
2197
- graceful-fs "~3.0.2"
+ graceful-fs "^4.1.2"
2198
inherits "~2.0.0"
2199
mkdirp "0.5"
2200
rimraf "2"
0 commit comments