Bump bytes from 3.0.0 to 3.1.0 (#2851)

Bumps [bytes](https://github.com/visionmedia/bytes.js) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/visionmedia/bytes.js/releases)
- [Changelog](https://github.com/visionmedia/bytes.js/blob/master/History.md)
- [Commits](https://github.com/visionmedia/bytes.js/compare/3.0.0...3.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-24 20:46:46 +00:00
committed by chris48s
parent 9cb399a8dc
commit e718ecaeb0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2710,9 +2710,9 @@
"dev": true
},
"bytes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
"integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
},
"cacache": {
"version": "11.3.2",

View File

@@ -22,7 +22,7 @@
"url": "https://github.com/badges/shields"
},
"dependencies": {
"bytes": "^3.0.0",
"bytes": "^3.1.0",
"camp": "~17.2.2",
"chalk": "^2.4.2",
"check-node-version": "^3.1.0",