Skip to content

Commit

Permalink
fix: packages/cms/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 d70e9ba commit 41581f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@coreui/icons-react": "^1.1.0",
"@coreui/react": "^3.4.6",
"@craco/craco": "^6.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aws-amplify": "^3.3.26",
Expand All @@ -30,7 +30,7 @@
"react-hook-form": "7.8.1",
"react-quill": "^2.0.0-beta.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scripts": "5.0.0",
"react-sortablejs": "^6.0.0",
"sass": "^1.32.8",
"sortablejs": "^1.13.0",
Expand Down

0 comments on commit 41581f7

Please sign in to comment.