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 Nov 30, 2023
1 parent cfc38e4 commit 5b3d02a
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 @@ -64,7 +64,7 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
Expand Down Expand Up @@ -95,7 +95,7 @@
"fork-ts-checker-webpack-plugin": "^7.2.11",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"jest": "^26.0.0",
"jest": "^29.0.0",
"jest-transformer-svg": "^2.0.0",
"lint-staged": "^13.1.0",
"marked-gfm-heading-id": "^3.0.4",
Expand All @@ -107,7 +107,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-syntax-highlighter": "^15.5.0",
"semantic-release": "^21.0.7",
"semantic-release": "^22.0.0",
"serve-static": "^1.12.3",
"source-map-loader": "^4.0.1",
"ts-jest": "^26.3.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
"@types/traverse": "^0.6.32",
"ansicolors": "^0.3.2",
"execa": "^7.2.0",
"semantic-release": "^21.0.7",
"semantic-release": "^22.0.0",
"traverse": "^0.6.7"
},
"resolutions": {
Expand Down

0 comments on commit 5b3d02a

Please sign in to comment.