mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
Updated package.json and lock file to address npm audit concerns
This commit is contained in:
parent
c541e9a308
commit
ad630ef564
@ -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
5462
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user