Skip to content

Commit

Permalink
Merge 9357677 into c7b7c9e
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 5, 2019
2 parents c7b7c9e + 9357677 commit 375f9e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-AXIOS-174505:
- axios:
patched: '2019-05-05T21:35:43.238Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"lint": "./node_modules/.bin/eslint '*.js' 'test/*.js'",
"lint-fix": "./node_modules/.bin/eslint **/*.js --fix",
"serve": "npm run bundle && ./node_modules/.bin/webpack-dev-server --config ./webpack.config.js",
"test": "./node_modules/.bin/nyc node_modules/.bin/_mocha"
"test": "./node_modules/.bin/nyc node_modules/.bin/_mocha",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -34,7 +36,8 @@
"homepage": "https://github.com/circa10a/easy-soap-request#readme",
"dependencies": {
"axios": "^0.18.0",
"axios-https-proxy-fix": "^0.17.1"
"axios-https-proxy-fix": "^0.17.1",
"snyk": "^1.161.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand All @@ -49,5 +52,6 @@
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
},
"snyk": true
}

0 comments on commit 375f9e3

Please sign in to comment.