Skip to content

Commit

Permalink
fix: examples/using-typescript/package.json & examples/using-typescri…
Browse files Browse the repository at this point in the history
…pt/.snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and philipedin committed May 6, 2020
1 parent b7de352 commit 5cd9278
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/using-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build"
"build": "gatsby build",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"@types/node": "^8.0.7",
"@types/react": "15.0.21",
"@types/react-dom": "0.14.23",
"gatsby": "latest",
"gatsby-link": "latest",
"gatsby-plugin-typescript": "latest"
}
"gatsby-plugin-typescript": "latest",
"snyk": "^1.319.0"
},
"snyk": true
}

0 comments on commit 5cd9278

Please sign in to comment.