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 5cd9278 commit 1e3c54f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/using-typescript/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- gatsby > gatsby-plugin-typescript > @babel/core > lodash:
patched: '2020-05-06T02:38:47.164Z'
- gatsby > gatsby-plugin-typescript > @babel/core > @babel/helper-module-transforms > lodash:
patched: '2020-05-06T02:38:47.164Z'
- gatsby > gatsby-plugin-typescript > @babel/core > @babel/helpers > @babel/traverse > lodash:
patched: '2020-05-06T02:38:47.164Z'
- gatsby > gatsby-plugin-typescript > @babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > lodash:
patched: '2020-05-06T02:38:47.164Z'
- gatsby > gatsby-plugin-typescript > @babel/preset-typescript > @babel/plugin-transform-typescript > @babel/helper-create-class-features-plugin > @babel/helper-replace-supers > @babel/traverse > lodash:
patched: '2020-05-06T02:38:47.164Z'
- gatsby > gatsby-plugin-typescript > @babel/preset-typescript > @babel/plugin-transform-typescript > @babel/helper-create-class-features-plugin > @babel/helper-replace-supers > @babel/traverse > @babel/generator > lodash:
patched: '2020-05-06T02:38:47.164Z'
- gatsby > gatsby-plugin-typescript > @babel/preset-typescript > @babel/plugin-transform-typescript > @babel/helper-create-class-features-plugin > @babel/helper-replace-supers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
patched: '2020-05-06T02:38:47.164Z'
- gatsby > gatsby-plugin-typescript > @babel/preset-typescript > @babel/plugin-transform-typescript > @babel/helper-create-class-features-plugin > @babel/helper-replace-supers > @babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash:
patched: '2020-05-06T02:38:47.164Z'

0 comments on commit 1e3c54f

Please sign in to comment.