Merge pull request #49 from k4ustu3h/dependabot/npm_and_yarn/snyk-1.295.1

Bump snyk from 1.295.0 to 1.295.1
This commit is contained in:
Kaustubh Ladiya 2020-02-23 17:44:50 +05:30 committed by GitHub
commit 6617e831be
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",