Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge 3032aa9 into 26c0996
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 3, 2019
2 parents 26c0996 + 3032aa9 commit cddbc03
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .snyk
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- pug > pug-code-gen > constantinople > babel-types > lodash:
patched: '2019-07-03T22:16:13.624Z'
- pug > pug-filters > constantinople > babel-types > lodash:
patched: '2019-07-03T22:16:13.624Z'
- pug > pug-code-gen > pug-attrs > constantinople > babel-types > lodash:
patched: '2019-07-03T22:16:13.624Z'
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -29,7 +29,9 @@
"nodemon": "nodemon --watch ./lib --watch app.js --watch ./lib/views --debug bin/www",
"dev": "DEBUG=functions,routes npm-run-all --parallel watch-js watch-scss nodemon browser-sync",
"build": "NODE_ENV=production npm-run-all --sequential build-js build-css",
"lint": "eslint --ext .js,.vue src test/unit"
"lint": "eslint --ext .js,.vue src test/unit",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"browserify": {
"transform": [
Expand Down Expand Up @@ -67,7 +69,8 @@
"vue": "^1.0.24",
"vue-router": "^0.7.13",
"vuex": "^1.0.0-rc.2",
"yasgui-utils": "^1.6.0"
"yasgui-utils": "^1.6.0",
"snyk": "^1.189.0"
},
"devDependencies": {
"babel-core": "^6.8.0",
Expand All @@ -94,5 +97,6 @@
"vueify": "^8.4.1",
"vueify-insert-css": "^1.0.0",
"watchify": "^3.4.0"
}
},
"snyk": true
}

0 comments on commit cddbc03

Please sign in to comment.