Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
4eacef56d5 | |||
5722deb7a0 | |||
50d71dde67 | |||
13123e180d | |||
b13db4184b |
@ -63,6 +63,7 @@ testSTABLE:
|
|||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
|
- npmci node install stable
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci npm publish
|
- npmci npm publish
|
||||||
only:
|
only:
|
||||||
|
27
.snyk
27
.snyk
@ -1,19 +1,19 @@
|
|||||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
version: v1.10.2
|
version: v1.12.0
|
||||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||||
ignore:
|
ignore:
|
||||||
'npm:debug:20170905':
|
'npm:debug:20170905':
|
||||||
- node-pre-gyp > tar-pack > debug:
|
- node-pre-gyp > tar-pack > debug:
|
||||||
reason: None given
|
reason: None given
|
||||||
expires: '2018-05-08T23:10:17.169Z'
|
expires: '2018-05-08T23:10:17.169Z'
|
||||||
smartchok > chokidar > fsevents > node-pre-gyp > tar-pack > debug:
|
- smartchok > chokidar > fsevents > node-pre-gyp > tar-pack > debug:
|
||||||
reason: None given
|
reason: None given
|
||||||
expires: '2018-05-08T23:12:05.487Z'
|
expires: '2018-05-08T23:12:05.487Z'
|
||||||
'npm:tough-cookie:20170905':
|
'npm:tough-cookie:20170905':
|
||||||
- node-pre-gyp > request > tough-cookie:
|
- node-pre-gyp > request > tough-cookie:
|
||||||
reason: None given
|
reason: None given
|
||||||
expires: '2018-05-08T23:10:17.169Z'
|
expires: '2018-05-08T23:10:17.169Z'
|
||||||
smartchok > chokidar > fsevents > node-pre-gyp > request > tough-cookie:
|
- smartchok > chokidar > fsevents > node-pre-gyp > request > tough-cookie:
|
||||||
reason: None given
|
reason: None given
|
||||||
expires: '2018-05-08T23:12:05.487Z'
|
expires: '2018-05-08T23:12:05.487Z'
|
||||||
'npm:hoek:20180212':
|
'npm:hoek:20180212':
|
||||||
@ -87,4 +87,25 @@ ignore:
|
|||||||
- tapbuffer > smartshell > shelljs:
|
- tapbuffer > smartshell > shelljs:
|
||||||
reason: None given
|
reason: None given
|
||||||
expires: '2018-05-08T23:10:17.169Z'
|
expires: '2018-05-08T23:10:17.169Z'
|
||||||
|
'npm:atob:20180429':
|
||||||
|
- gulp-sourcemaps > css > source-map-resolve > atob:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-06-02T10:44:49.656Z'
|
||||||
|
- gulp-sourcemaps > @gulp-sourcemaps/identity-map > css > source-map-resolve > atob:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-06-02T10:44:49.656Z'
|
||||||
|
'npm:deep-extend:20180409':
|
||||||
|
- smartchok > chokidar > fsevents > node-pre-gyp > rc > deep-extend:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-06-02T10:44:49.656Z'
|
||||||
|
- deep-extend:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-06-02T10:44:49.656Z'
|
||||||
|
- node-pre-gyp > rc > deep-extend:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-06-02T10:44:49.656Z'
|
||||||
|
'npm:sshpk:20180409':
|
||||||
|
- smartchok > chokidar > fsevents > node-pre-gyp > request > http-signature > sshpk:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-06-02T10:44:49.656Z'
|
||||||
patch: {}
|
patch: {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/npmts",
|
"name": "@gitzone/npmts",
|
||||||
"version": "8.0.31",
|
"version": "8.0.34",
|
||||||
"description": "best practice npm TypeScript modules",
|
"description": "best practice npm TypeScript modules",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Reference in New Issue
Block a user