Updated package.json and lock file to address npm audit concerns

This commit is contained in:
Todd Bluhm 2018-05-17 14:19:47 -05:00
parent c541e9a308
commit ad630ef564
No known key found for this signature in database
GPG Key ID: 9CF312607477B8AB
3 changed files with 3825 additions and 1649 deletions

View File

@ -1,4 +1,6 @@
# Changelog
## 8.0.2
- **Change**: Updated dependencies and packages.json to fix `npm audit` concerns.
## 8.0.1
- **Bug**: Properly propagate child process exit signals and codes to parent process

5462
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "env-cmd",
"version": "8.0.1",
"version": "8.0.2",
"description": "Executes a command using the envs in the provided env file",
"main": "lib/index.js",
"engines": {
@ -45,11 +45,11 @@
},
"devDependencies": {
"better-assert": "^1.0.2",
"coveralls": "^3.0.0",
"mocha": "^5.0.4",
"nyc": "^11.6.0",
"coveralls": "^3.0.1",
"mocha": "^5.1.1",
"nyc": "^11.8.0",
"proxyquire": "^2.0.1",
"sinon": "^4.4.6",
"sinon": "^5.0.7",
"standard": "^11.0.1"
}
}