Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4306272f45 | |||
4378b36069 |
15
.snyk
Normal file
15
.snyk
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
|
version: v1.12.0
|
||||||
|
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||||
|
ignore:
|
||||||
|
'npm:shelljs:20140723':
|
||||||
|
- smartdelay > typings-global > smartshell > shelljs:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-07-28T21:47:33.536Z'
|
||||||
|
- early > typings-global > smartshell > shelljs:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-07-28T21:47:33.537Z'
|
||||||
|
- early > beautycolor > typings-global > smartshell > shelljs:
|
||||||
|
reason: None given
|
||||||
|
expires: '2018-07-28T21:47:33.537Z'
|
||||||
|
patch: {}
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tapbundle",
|
"name": "tapbundle",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tapbundle",
|
"name": "tapbundle",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"description": "tap bundled for tapbuffer",
|
"description": "tap bundled for tapbuffer",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user