Skip to content

Commit

Permalink
fix: example/hotspot-app/package.json & example/hotspot-app/.snyk to …
Browse files Browse the repository at this point in the history
…reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:minimatch:20160620


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:minimatch:20160620

Latest report for hypery2k/cordova-hotspot-plugin:example/hotspot-app/package.json:
https://snyk.io/test/github/hypery2k/cordova-hotspot-plugin?targetFile=example/hotspot-app/package.json
  • Loading branch information
snyk-bot committed Jan 5, 2018
1 parent 98e8986 commit 1acf4e6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions example/hotspot-app/.snyk
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.10.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:minimatch:20160620':
- gulp > vinyl-fs > glob-stream > minimatch:
patched: '2018-01-05T06:47:01.692Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
patched: '2018-01-05T06:47:01.692Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2018-01-05T06:47:01.692Z'
12 changes: 9 additions & 3 deletions example/hotspot-app/package.json
Expand Up @@ -3,11 +3,12 @@
"version": "1.1.1",
"description": "hotspot-app: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp": "^4.0.0",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
"gulp-rename": "^1.2.0",
"snyk": "^1.65.1"
},
"devDependencies": {
"bower": "^1.3.3",
Expand All @@ -25,5 +26,10 @@
],
"cordovaPlatforms": [
"android"
]
],
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit 1acf4e6

Please sign in to comment.