Skip to content

Commit

Permalink
fix(deps): update deps for security vulnerabilities (#263)
Browse files Browse the repository at this point in the history
* fix(deps): update deps for security vulnerabilities

Update various deps to validate npm audit

fix #261

* chore(deps): dont ignore package-lock
  • Loading branch information
mhartington committed Aug 19, 2020
1 parent c1b5357 commit f0e514d
Show file tree
Hide file tree
Showing 4 changed files with 19,875 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package-lock.json
node_modules
**/*.js
**/*.d.ts
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock=false
package-lock=true

0 comments on commit f0e514d

Please sign in to comment.