Skip to content

Commit

Permalink
package.json: Uninstall 'string' package
Browse files Browse the repository at this point in the history
We no longer use string@3.3.3 in our codebase.

string@3.3.3 is reported to be unsafe and contains vulnerabilities [1].

Let's remove string@3.3.3 as one of our dependencies.

[1] - jprichardson/string.js#212
  • Loading branch information
yamgent committed Aug 3, 2018
1 parent 2fe797e commit fe5ce3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"string": "^3.3.3",
"vue": "^2.0.0"
},
"files": [
Expand Down

0 comments on commit fe5ce3a

Please sign in to comment.