Skip to content

Commit

Permalink
Merge pull request #607 from ThomasGawlitza/updateDeps2
Browse files Browse the repository at this point in the history
Update url-parse, safe-buffer, bluebird, uglify
  • Loading branch information
squaremo authored Mar 6, 2021
2 parents d84bf6d + 3de36fa commit f729616
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 52 deletions.
124 changes: 76 additions & 48 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
},
"dependencies": {
"bitsyntax": "~0.1.0",
"bluebird": "^3.5.2",
"bluebird": "^3.7.2",
"buffer-more-ints": "~1.0.0",
"readable-stream": "1.x >=1.1.9",
"safe-buffer": "~5.1.2",
"url-parse": "~1.4.3"
"safe-buffer": "~5.2.1",
"url-parse": "~1.5.1"
},
"devDependencies": {
"claire": "0.4.1",
"istanbul": "0.1.x",
"mocha": "^3.5.3",
"uglify-js": "2.6.x"
"uglify-js": "2.8.x"
},
"scripts": {
"test": "make test",
Expand Down

0 comments on commit f729616

Please sign in to comment.