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-IP-6240864
  • Loading branch information
snyk-bot committed Feb 11, 2024
1 parent cfc38e4 commit 795ef10
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 @@ -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 @@ -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 795ef10

Please sign in to comment.