Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
655a8a72ff | |||
80a77d5f06 | |||
6296411b50 | |||
e7690d4020 |
23
.snyk
Normal file
23
.snyk
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
|
version: v1.13.5
|
||||||
|
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||||
|
ignore:
|
||||||
|
SNYK-JS-JSYAML-173999:
|
||||||
|
- '@pushrocks/smartfm > gray-matter > js-yaml':
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-10-10T16:23:38.993Z'
|
||||||
|
- '@pushrocks/smartyaml > js-yaml':
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-10-10T16:23:38.993Z'
|
||||||
|
SNYK-JS-JSYAML-174129:
|
||||||
|
- '@pushrocks/smartfm > gray-matter > js-yaml':
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-10-10T16:23:38.993Z'
|
||||||
|
- '@pushrocks/smartyaml > js-yaml':
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-10-10T16:23:38.993Z'
|
||||||
|
SNYK-JS-LODASH-450202:
|
||||||
|
- '@pushrocks/smartinteract > inquirer > lodash':
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-10-10T16:23:38.993Z'
|
||||||
|
patch: {}
|
9
package-lock.json
generated
9
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartscaf",
|
"name": "@pushrocks/smartscaf",
|
||||||
"version": "3.0.5",
|
"version": "3.0.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -190,14 +190,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@pushrocks/smarthbs": {
|
"@pushrocks/smarthbs": {
|
||||||
"version": "2.0.4",
|
"version": "2.0.8",
|
||||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarthbs/-/smarthbs-2.0.4.tgz",
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarthbs/-/smarthbs-2.0.8.tgz",
|
||||||
"integrity": "sha512-/CtAFQ9TykM3o3h6+0mCHM5pTrDxMfvfxjixFD5iltRa/nIPHCkn4LiUUeacOXtlytE+t7bgFUY+3tMsoAcbBA==",
|
"integrity": "sha512-sbL8zBnzpPZPd+qw2TtRQBkcHsZpZVPly8oVZubYgBuM0C8odjqv+azRU93kgvRWl8kK3hpPxw9ef5zsXjEP/Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@pushrocks/smartfile": "^7.0.4",
|
"@pushrocks/smartfile": "^7.0.4",
|
||||||
"@pushrocks/smartpromise": "^3.0.2",
|
"@pushrocks/smartpromise": "^3.0.2",
|
||||||
"handlebars": "^4.2.0",
|
"handlebars": "^4.2.0",
|
||||||
"lodash": "^4.17.11",
|
|
||||||
"lodash.uniq": "^4.5.0"
|
"lodash.uniq": "^4.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartscaf",
|
"name": "@pushrocks/smartscaf",
|
||||||
"version": "3.0.5",
|
"version": "3.0.7",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "scaffold projects quickly",
|
"description": "scaffold projects quickly",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"@pushrocks/lik": "^3.0.11",
|
"@pushrocks/lik": "^3.0.11",
|
||||||
"@pushrocks/smartfile": "^7.0.4",
|
"@pushrocks/smartfile": "^7.0.4",
|
||||||
"@pushrocks/smartfm": "^2.0.4",
|
"@pushrocks/smartfm": "^2.0.4",
|
||||||
"@pushrocks/smarthbs": "^2.0.4",
|
"@pushrocks/smarthbs": "^2.0.8",
|
||||||
"@pushrocks/smartinteract": "^2.0.4",
|
"@pushrocks/smartinteract": "^2.0.4",
|
||||||
"@pushrocks/smartpromise": "^3.0.2",
|
"@pushrocks/smartpromise": "^3.0.2",
|
||||||
"@pushrocks/smartyaml": "^2.0.3"
|
"@pushrocks/smartyaml": "^2.0.3"
|
||||||
|
Reference in New Issue
Block a user