Skip to content

Commit

Permalink
Merge pull request #44 from sutt0n/update-tar
Browse files Browse the repository at this point in the history
updated insecure tar package
  • Loading branch information
AshanFernando authored May 14, 2019
2 parents b980c08 + d5e5c15 commit 057b477
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "dynamodb-localhost",
"version": "0.0.7",
"engines": {
"node": ">=4.0"
},
"description": "Dynamodb local plugin for devops",
"author": "99xtechnology.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/99xt/dynamodb-localhost"
},
"keywords": [
"name": "dynamodb-localhost",
"version": "0.0.7",
"engines": {
"node": ">=4.0"
},
"description": "Dynamodb local plugin for devops",
"author": "99xtechnology.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/99xt/dynamodb-localhost"
},
"keywords": [
"aws",
"dynamodb",
"dynamo",
Expand All @@ -24,12 +24,12 @@
"dynamodb-local",
"dynamodb-localhost"
],
"main": "index.js",
"bin": {},
"dependencies": {
"mkdirp": "^0.5.0",
"progress": "^1.1.8",
"rimraf": "^2.6.3",
"tar": "^2.0.0"
}
"main": "index.js",
"bin": {},
"dependencies": {
"mkdirp": "^0.5.0",
"progress": "^1.1.8",
"rimraf": "^2.6.3",
"tar": "^4.4.8"
}
}

0 comments on commit 057b477

Please sign in to comment.