2 Commits

Author SHA1 Message Date
e2b1e1a735 2.0.6 2020-01-13 19:07:15 +00:00
eeb042c3a9 fix(core): update 2020-01-13 19:07:14 +00:00
3 changed files with 71 additions and 2 deletions

69
.snyk Normal file
View File

@ -0,0 +1,69 @@
# 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-NODESASS-535497:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-535498:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-535502:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540956:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540958:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540964:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540974:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540978:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540980:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540990:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540992:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540994:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540996:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-540998:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-541000:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.940Z'
SNYK-JS-NODESASS-541002:
- node-sass:
reason: None given
expires: '2020-02-12T19:06:41.941Z'
patch: {}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartsass",
"version": "2.0.5",
"version": "2.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartsass",
"version": "2.0.5",
"version": "2.0.6",
"private": false,
"description": "smart wrapper for sass",
"main": "dist/index.js",