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-MINIMATCH-3050818
  • Loading branch information
snyk-bot committed May 26, 2024
1 parent 4b9b71a commit 6cdd211
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@
"@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",
"eslint": "^7.25.0",
"eslint": "^9.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"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 6cdd211

Please sign in to comment.