Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 13, 2024
1 parent 4b9b71a commit c21310e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.1",
"@semantic-release/npm": "^7.1.1",
"@semantic-release/npm": "^10.0.0",
"@semantic-release/release-notes-generator": "^9.0.2",
"cheerio": "^1.0.0-rc.6",
"commonmark": "0.29.3",
Expand All @@ -57,7 +57,7 @@
"node-fetch": "^2.6.1",
"rollup": "^2.45.2",
"rollup-plugin-license": "^2.3.0",
"semantic-release": "^17.4.2",
"semantic-release": "^21.0.0",
"titleize": "^2.1.0",
"uglify-js": "^3.13.4",
"vuln-regex-detector": "^1.3.0"
Expand Down

0 comments on commit c21310e

Please sign in to comment.