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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 1, 2023
1 parent 4b9b71a commit b6f6a55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -52,12 +52,12 @@
"eslint-plugin-promise": "^4.3.1",
"front-matter": "^4.0.2",
"highlight.js": "^10.7.2",
"jasmine": "^3.7.0",
"jasmine": "^5.0.0",
"markdown-it": "12.0.6",
"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 b6f6a55

Please sign in to comment.