mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 07:14:23 +00:00
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:deep-extend:20180409 - https://snyk.io/vuln/npm:extend:20180424
This commit is contained in:
parent
5a158d745c
commit
7da4174778
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"homepage": "https://github.com/sobolevn/awesome-cryptography#readme",
|
||||
"dependencies": {
|
||||
"remark": "^8.0.0",
|
||||
"remark-cli": "^6.0.0",
|
||||
"remark-cli": "^6.0.1",
|
||||
"remark-lint": "^6.0.0",
|
||||
"remark-lint-alphabetize-lists": "^2.0.0",
|
||||
"remark-lint-are-links-valid-duplicate": "^0.2.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue