Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @caporal/core from 2.0.2 to 2.0.7.
    See this package in yarn: 
  - async from 3.2.4 to 3.2.6.
    See this package in yarn: 
  - fdir from 6.1.0 to 6.2.0.
    See this package in yarn: 
  - @mdn/yari from 2.29.0 to 2.60.1.
    See this package in yarn: 
  - ajv from 8.12.0 to 8.17.1.
    See this package in yarn: 
  - lint-staged from 14.0.0 to 14.0.1.
    See this package in yarn: 
  - markdownlint-cli2 from 0.8.1 to 0.13.0.
    See this package in yarn: 
  - markdownlint-rule-search-replace from 1.1.0 to 1.2.0.
    See this package in yarn: 
  - prettier from 3.0.1 to 3.3.3.
    See this package in yarn: 

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/5623a00f-83a5-4fe5-a025-905b86f1e333?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 82e98d9 commit a4fe878
Show file tree
Hide file tree
Showing 2 changed files with 2,511 additions and 1,785 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
},
"dependencies": {
"@apideck/better-ajv-errors": "^0.3.6",
"@caporal/core": "^2.0.2",
"@mdn/yari": "2.29.0",
"ajv": "^8.12.0",
"@caporal/core": "^2.0.7",
"@mdn/yari": "2.60.1",
"ajv": "^8.17.1",
"ajv-formats": "^2.1.1",
"async": "^3.2.4",
"async": "^3.2.6",
"caporal": "^1.4.0",
"cli-progress": "^3.12.0",
"cross-env": "7.0.3",
"env-cmd": "10.1.0",
"fdir": "^6.1.0",
"fdir": "^6.2.0",
"gray-matter": "^4.0.3",
"husky": "8.0.3",
"js-yaml": "^4.1.0",
"lint-staged": "14.0.0",
"markdownlint-cli2": "0.8.1",
"markdownlint-rule-search-replace": "1.1.0",
"prettier": "3.0.1"
"lint-staged": "14.0.1",
"markdownlint-cli2": "0.13.0",
"markdownlint-rule-search-replace": "1.2.0",
"prettier": "3.3.3"
},
"devDependencies": {
"jest": "^29.6.2"
Expand Down
Loading

0 comments on commit a4fe878

Please sign in to comment.