Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
324b93a419 | |||
4be3fc27b3 | |||
655a8a72ff | |||
80a77d5f06 |
@ -81,6 +81,7 @@ codequality:
|
||||
allow_failure: true
|
||||
script:
|
||||
- npmci command npm install -g tslint typescript
|
||||
- npmci npm prepare
|
||||
- npmci npm install
|
||||
- npmci command "tslint -c tslint.json ./ts/**/*.ts"
|
||||
tags:
|
||||
|
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: {}
|
775
package-lock.json
generated
775
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartscaf",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.8",
|
||||
"private": false,
|
||||
"description": "scaffold projects quickly",
|
||||
"main": "dist/index.js",
|
||||
@ -27,17 +27,17 @@
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.17",
|
||||
"@gitzone/tsrun": "^1.2.8",
|
||||
"@gitzone/tstest": "^1.0.24",
|
||||
"@gitzone/tstest": "^1.0.28",
|
||||
"@pushrocks/tapbundle": "^3.0.13",
|
||||
"@types/node": "^12.7.4"
|
||||
"@types/node": "^12.7.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/lik": "^3.0.11",
|
||||
"@pushrocks/smartfile": "^7.0.4",
|
||||
"@pushrocks/smartfile": "^7.0.6",
|
||||
"@pushrocks/smartfm": "^2.0.4",
|
||||
"@pushrocks/smarthbs": "^2.0.8",
|
||||
"@pushrocks/smartinteract": "^2.0.4",
|
||||
"@pushrocks/smartpromise": "^3.0.2",
|
||||
"@pushrocks/smartpromise": "^3.0.6",
|
||||
"@pushrocks/smartyaml": "^2.0.3"
|
||||
},
|
||||
"files": [
|
||||
|
Reference in New Issue
Block a user