Skip to content

Commit

Permalink
fix: examples/internal/browser/package.json & examples/internal/brows…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 22, 2021
1 parent 806c563 commit 502958b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
33 changes: 33 additions & 0 deletions examples/internal/browser/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.19.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:hoek:20180212':
- phantomjs > request > hawk > hoek:
patched: '2021-01-22T21:04:46.087Z'
- phantomjs > request > hawk > boom > hoek:
patched: '2021-01-22T21:04:46.087Z'
- phantomjs > request > hawk > sntp > hoek:
patched: '2021-01-22T21:04:46.087Z'
- phantomjs > request > hawk > cryptiles > boom > hoek:
patched: '2021-01-22T21:04:46.087Z'
'npm:lodash:20180130':
- gulp-bower > inquirer > lodash:
patched: '2021-01-22T21:04:46.087Z'
'npm:minimatch:20160620':
- gulp > vinyl-fs > glob-stream > minimatch:
patched: '2021-01-22T21:04:46.087Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
patched: '2021-01-22T21:04:46.087Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2021-01-22T21:04:46.087Z'
'npm:request:20160119':
- phantomjs > request:
patched: '2021-01-22T21:04:46.087Z'
'npm:tough-cookie:20170905':
- phantomjs > request > tough-cookie:
patched: '2021-01-22T21:04:46.087Z'
'npm:tunnel-agent:20170305':
- phantomjs > request > tunnel-agent:
patched: '2021-01-22T21:04:46.087Z'
18 changes: 12 additions & 6 deletions examples/internal/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,31 @@
"version": "1.0.0",
"description": "Example use of grpc-gateway from browser",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-bower": "0.0.13",
"gulp-exit": "0.0.2",
"gulp-jasmine-browser": "^1.3.2",
"gulp-jasmine-browser": "^3.0.2",
"gulp-process": "^0.1.2",
"gulp-shell": "^0.5.2",
"jasmine": "^2.4.1",
"jasmine": "^3.1.0",
"phantomjs": "^2.1.7",
"swagger-client": "^2.1.28",
"webpack-stream": "^3.2.0",
"swagger-client": "^3.0.1",
"webpack-stream": "^4.0.0",
"bower-logger": "^0.2.2",
"mout": "^1.1.0",
"bower-config": "^0.6.2",
"configstore": "^4.0.0"
},
"snyk": true,
"dependencies": {
"snyk": "^1.439.0"
}
}

0 comments on commit 502958b

Please sign in to comment.