Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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 aa04c8d commit f3d74ee
Show file tree
Hide file tree
Showing 2 changed files with 1,402 additions and 3,126 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"formik": "^2.2.6",
"framer-motion": "^3.2.1",
"gatsby-plugin-google-analytics": "^2.9.0",
"jest": "^26.6.3",
"jest": "^27.0.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"mongoose": "^5.11.12",
"next": "^10.0.5",
"next": "^12.0.8",
"next-connect": "^0.9.1",
"next-cookies": "^2.0.3",
"polished": "^4.0.5",
Expand All @@ -58,7 +58,7 @@
"styled-components": "^5.2.1",
"styled-system": "^5.1.5",
"swr": "^0.4.0",
"ts-jest": "^26.4.4",
"ts-jest": "^27.0.0",
"typescript": "^4.1.3",
"typography": "^0.16.19",
"typography-plugin-code": "^0.16.19",
Expand Down
Loading

0 comments on commit f3d74ee

Please sign in to comment.