Archived
1
0

fix: upgrade snyk from 1.345.1 to 1.346.0

Snyk has created this PR to upgrade snyk from 1.345.1 to 1.346.0.

See this package in NPM:
https://www.npmjs.com/package/snyk

See this project in Snyk:
https://app.snyk.io/org/creyd-github-marketplace/project/7687a902-5880-4dba-8e64-1ed2c0311711?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot
2020-07-11 02:23:51 +00:00
parent cf5bdc1acc
commit 2985144c07
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@@ -14120,9 +14120,9 @@
}
},
"snyk": {
"version": "1.345.1",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.345.1.tgz",
"integrity": "sha512-kxCDbAmQdHApQiAdqYfNNBGsfO3YyYa85QO8SC8B8WpsjCkVJGidyp/b3BSJWYywyBfqA8eDsPCNEXhwAFPz1w==",
"version": "1.346.0",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.346.0.tgz",
"integrity": "sha512-uwJDC0CRefppngm1J1M+Sja5CVfdmzLYkxGYp3ZYXrzvd912pgzrdYm8ciUL5a8x1/C+2L0iZ09W68daSuObhA==",
"requires": {
"@snyk/cli-interface": "2.8.0",
"@snyk/dep-graph": "1.18.3",
@@ -14508,25 +14508,25 @@
}
},
"hosted-git-info": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.4.tgz",
"integrity": "sha512-4oT62d2jwSDBbLLFLZE+1vPuQ1h8p9wjrJ8Mqx5TjsyWmBMV5B13eJqn8pvluqubLf3cJPTfiYCIwNwDNmzScQ==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.5.tgz",
"integrity": "sha512-i4dpK6xj9BIpVOTboXIlKG9+8HMKggcrMX7WA24xZtKwX0TPelq/rbaS5rCKeNX8sJXZJGdSxpnEGtta+wismQ==",
"requires": {
"lru-cache": "^5.1.1"
"lru-cache": "^6.0.0"
}
},
"lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"requires": {
"yallist": "^3.0.2"
"yallist": "^4.0.0"
}
},
"yallist": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},