Skip to content

Commit

Permalink
🔒 Fix for 1 vulnerable dependencies (#5)
Browse files Browse the repository at this point in the history
#### Description
This PR fixes one or more vulnerable packages in the `npm` dependencies of this project.
See the [Snyk test report](https://app.snyk.io/org/dkundel/test/github/1db75a92-40f9-473e-afc9-2535486e6b01/master..snyk-fix-xp2ejk) for more details.

#### Snyk Project: [dkundel/node-env-run:package.json](https://app.snyk.io/org/dkundel/project/1db75a92-40f9-473e-afc9-2535486e6b01)
#### Snyk Organization: [dkundel](https://app.snyk.io/org/dkundel)

#### Lockfile
If you are using `package-lock.json` or `yarn.lock`, please re-lock your dependencies and push an updated lockfile before merging this PR.

#### Changes included in this PR

- Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    - package.json



#### Vulnerabilities that will be fixed
##### With an upgrade:
- [npm:debug:20170905](https://snyk.io/vuln/npm:debug:20170905)




You can read more about Snyk's upgrade and patch logic in [Snyk's documentation](https://snyk.io/docs/using-snyk/).

Check the changes in this PR to ensure they won't cause issues with your project.

Stay secure,
The Snyk team

_**Note**: You are seeing this because you or someone else with access to this repository has authorised Snyk to open Fix PRs. To review the settings for this Snyk project please go to the [project settings page](https://app.snyk.io/org/dkundel/project/1db75a92-40f9-473e-afc9-2535486e6b01/settings)._

[//]: # (snyk:metadata:{"type":"auto","packageManager":"npm","vulns":["npm:debug:20170905"],"patch":[],"upgrade":["npm:debug:20170905"],"isBreakingChange":false,"env":"prod"})
  • Loading branch information
snyk-bot authored and dkundel committed Dec 18, 2018
1 parent 8453664 commit 8eac603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^7.0.18",
"@types/yargs": "^11.0.0",
"common-tags": "^1.7.2",
"debug": "^2.6.7",
"debug": "^2.6.9",
"dotenv": "^4.0.0",
"pkginfo": "^0.4.1",
"yargs": "^11.0.0"
Expand Down

0 comments on commit 8eac603

Please sign in to comment.