Skip to content

Commit

Permalink
Merge 0f0cf66 into d2eb8f1
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2019
2 parents d2eb8f1 + 0f0cf66 commit 974dfb4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/ionic/.snyk
@@ -0,0 +1,8 @@
# 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:
- '@jsonforms/core > lodash':
patched: '2019-07-04T04:31:50.755Z'
10 changes: 7 additions & 3 deletions packages/ionic/package.json
Expand Up @@ -27,7 +27,9 @@
"test-cov": "node --max_old_space_size=4096 ../../node_modules/.bin/karma start ./test-config/karma.conf.js --coverage --single-run",
"e2e": "npm run e2e-update && npm run e2e-test",
"e2e-test": "protractor ./test-config/protractor.conf.js",
"e2e-update": "webdriver-manager update --standalone false --gecko false"
"e2e-update": "webdriver-manager update --standalone false --gecko false",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"nyc": {
"reporter": [
Expand Down Expand Up @@ -64,7 +66,8 @@
"redux": "^4.0.1",
"rxjs": "^6.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "^0.8.26"
"zone.js": "^0.8.26",
"snyk": "^1.189.0"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.8",
Expand All @@ -89,5 +92,6 @@
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"webpack-dev-server": "^3.2.1"
}
},
"snyk": true
}

0 comments on commit 974dfb4

Please sign in to comment.