Skip to content

Commit

Permalink
Merge a658421 into 0180d6b
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 5, 2019
2 parents 0180d6b + a658421 commit b6ab82a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
16 changes: 16 additions & 0 deletions parkstay/frontend/exploreparks/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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:
- openlayers > async > lodash:
patched: '2019-07-05T00:13:24.921Z'
- openlayers > closure-util > async > lodash:
patched: '2019-07-05T00:13:24.921Z'
- openlayers > jsdoc > catharsis > lodash:
patched: '2019-07-05T00:13:24.921Z'
- openlayers > jsdoc > requizzle > lodash:
patched: '2019-07-05T00:13:24.921Z'
- openlayers > closure-util > gaze > globule > lodash:
patched: '2019-07-05T00:13:24.921Z'
10 changes: 7 additions & 3 deletions parkstay/frontend/exploreparks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js"
"build": "node build/build.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"awesomplete": "^1.1.2",
Expand All @@ -20,7 +22,8 @@
"moment": "^2.21.0",
"openlayers": "^4.6.4",
"vue": "^2.3.3",
"vue-paginate": "^3.5.1"
"vue-paginate": "^3.5.1",
"snyk": "^1.192.0"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
Expand Down Expand Up @@ -62,5 +65,6 @@
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
},
"snyk": true
}

0 comments on commit b6ab82a

Please sign in to comment.