Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
df87337f4d | |||
105e5c2ff0 | |||
7115b699ba | |||
8c7ac4c1d0 |
90
.snyk
Normal file
90
.snyk
Normal file
@ -0,0 +1,90 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.10.2
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
'npm:debug:20170905':
|
||||
- node-pre-gyp > tar-pack > debug:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
smartchok > chokidar > fsevents > node-pre-gyp > tar-pack > debug:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:12:05.487Z'
|
||||
'npm:tough-cookie:20170905':
|
||||
- node-pre-gyp > request > tough-cookie:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
smartchok > chokidar > fsevents > node-pre-gyp > request > tough-cookie:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:12:05.487Z'
|
||||
'npm:hoek:20180212':
|
||||
- boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- cryptiles > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- hawk > cryptiles > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > hawk > cryptiles > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > request > hawk > cryptiles > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > request > hawk > cryptiles > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- hawk > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > hawk > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > request > hawk > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > request > hawk > boom > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- hawk > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > hawk > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > hawk > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > request > hawk > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > request > hawk > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- hawk > sntp > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > hawk > sntp > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- node-pre-gyp > request > hawk > sntp > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > request > hawk > sntp > hoek:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
'npm:shelljs:20140723':
|
||||
- tapbuffer > smartshell > shelljs:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
patch: {}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"npmci": {
|
||||
"npmAccessLevell": "public"
|
||||
"npmAccessLevel": "public"
|
||||
}
|
||||
}
|
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/npmts",
|
||||
"version": "8.0.28",
|
||||
"version": "8.0.30",
|
||||
"description": "best practice npm TypeScript modules",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@ -38,23 +38,23 @@
|
||||
"@types/minimatch": "^3.0.1",
|
||||
"@types/through2": "^2.0.33",
|
||||
"beautylog": "^6.1.10",
|
||||
"depcheck": "^0.6.8",
|
||||
"depcheck": "^0.6.9",
|
||||
"early": "^2.1.1",
|
||||
"gulp-function": "^2.2.9",
|
||||
"gulp-sourcemaps": "^2.6.1",
|
||||
"gulp-typescript": "^4.0.1",
|
||||
"gulp-typescript": "^4.0.2",
|
||||
"lodash": "^4.17.4",
|
||||
"npmextra": "^2.0.9",
|
||||
"projectinfo": "^3.0.4",
|
||||
"smartanalytics": "^2.0.9",
|
||||
"smartchok": "^1.0.11",
|
||||
"smartchok": "1.0.14",
|
||||
"smartcli": "^2.0.9",
|
||||
"smartcov": "^1.0.2",
|
||||
"smarterror": "^1.0.3",
|
||||
"smartfile": "^4.2.26",
|
||||
"smartgulp": "^1.0.6",
|
||||
"smartpath": "^3.2.8",
|
||||
"smartq": "^1.1.6",
|
||||
"smartq": "^1.1.8",
|
||||
"smartstream": "^1.0.10",
|
||||
"smartstring": "^2.0.28",
|
||||
"smartsystem": "^2.0.2",
|
||||
@ -62,9 +62,9 @@
|
||||
"tapbuffer": "^1.0.31",
|
||||
"through2": "^2.0.3",
|
||||
"tsn": "^2.0.15",
|
||||
"typescript": "^2.6.2"
|
||||
"typescript": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^9.4.6"
|
||||
"@types/node": "^9.6.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user