Skip to content

Commit 873163d

Browse files
author
Mario Tosso
authored
Merge pull request #80 from Testlio/release/3.5.1
3.5.1 - fix deprecated dependency
2 parents 33ff51a + 058960d commit 873163d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-tools",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Scripts for working with AWS Lambda backed microservices",
55
"main": "",
66
"scripts": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@ fstream@~0.1.21:
21942194
resolved "https://registry.yarnpkg.com/fstream/-/fstream-0.1.31.tgz#7337f058fbbbbefa8c9f561a28cab0849202c988"
21952195
integrity sha1-czfwWPu7vvqMn1YaKMqwhJICyYg=
21962196
dependencies:
2197-
graceful-fs "~3.0.2"
2197+
graceful-fs "^4.1.2"
21982198
inherits "~2.0.0"
21992199
mkdirp "0.5"
22002200
rimraf "2"

0 commit comments

Comments
 (0)