1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Bump snyk from 1.295.0 to 1.295.1

Bumps [snyk](https://github.com/snyk/snyk) from 1.295.0 to 1.295.1.
- [Release notes](https://github.com/snyk/snyk/releases)
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc)
- [Commits](https://github.com/snyk/snyk/compare/v1.295.0...v1.295.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-23 10:41:43 +00:00 committed by GitHub
parent 1fa84682ab
commit 485228f478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 8 deletions

22
package-lock.json generated
View file

@ -307,9 +307,9 @@
"integrity": "sha512-bX03FiS5dr3cc01hhymlqDAjO5c5WcRPwY4BrghFFhUWI/3vsVlaq8GiSFsrcA3O07mPedlS6Mnr/whaJ44ubA=="
},
"@snyk/cli-interface": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@snyk/cli-interface/-/cli-interface-2.3.0.tgz",
"integrity": "sha512-ecbylK5Ol2ySb/WbfPj0s0GuLQR+KWKFzUgVaoNHaSoN6371qRWwf2uVr+hPUP4gXqCai21Ug/RDArfOhlPwrQ==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/@snyk/cli-interface/-/cli-interface-2.3.2.tgz",
"integrity": "sha512-jmZyxVHqzYU1GfdnWCGdd68WY/lAzpPVyqalHazPj4tFJehrSfEFc82RMTYAMgXEJuvFRFIwhsvXh3sWUhIQmg==",
"requires": {
"tslib": "^1.9.3"
}
@ -4521,11 +4521,11 @@
"integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw=="
},
"snyk": {
"version": "1.295.0",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.295.0.tgz",
"integrity": "sha512-4tRFx6c6kUAk55m5B86DlyENCS/0BIvRQhRj6C15PFKfsv+rh+dPTcYAujGCLch9WbWRI9OqOr+exUO/5YEPng==",
"version": "1.295.1",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.295.1.tgz",
"integrity": "sha512-E97CO/Yqn5uhScA7sG56IfgKmFWIhA68oHLMYvlK7rmFQni0yInqt6jl64/Cp5GJLtgsVty0isA7IFDugHhcZg==",
"requires": {
"@snyk/cli-interface": "2.3.0",
"@snyk/cli-interface": "2.3.2",
"@snyk/configstore": "^3.2.0-rc1",
"@snyk/dep-graph": "1.13.1",
"@snyk/gemfile": "1.2.0",
@ -4795,6 +4795,14 @@
"tslib": "^1.9.3"
},
"dependencies": {
"@snyk/cli-interface": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@snyk/cli-interface/-/cli-interface-2.3.0.tgz",
"integrity": "sha512-ecbylK5Ol2ySb/WbfPj0s0GuLQR+KWKFzUgVaoNHaSoN6371qRWwf2uVr+hPUP4gXqCai21Ug/RDArfOhlPwrQ==",
"requires": {
"tslib": "^1.9.3"
}
},
"debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",

View file

@ -44,7 +44,7 @@
"handlebars": "^4.7.3",
"jsdom": "^16.0.1",
"ncp": "^2.0.0",
"snyk": "1.295.0"
"snyk": "1.295.1"
},
"devDependencies": {
"eslint": "^6.8.0",