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-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 13, 2024
1 parent 2713c3d commit b6f410c
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 @@ -20,7 +20,7 @@
"@babel/preset-react": "^7.12.7",
"@babel/runtime": "^7.11.2",
"@graphql-inspector/core": "^2.3.0",
"@graphql-tools/load": "^6.2.5",
"@graphql-tools/load": "^7.0.0",
"@primer/css": "^16.2.0",
"@primer/octicons": "^13.0.0",
"ajv": "^6.11.0",
Expand Down Expand Up @@ -139,11 +139,11 @@
"image-size": "^0.7.4",
"japanese-characters": "^1.1.0",
"javascript-stringify": "^2.0.1",
"jest": "^26.6.3",
"jest": "^29.0.0",
"jest-expect-message": "^1.0.2",
"jest-github-actions-reporter": "^1.0.2",
"jest-puppeteer": "^4.4.0",
"jest-silent-reporter": "^0.2.1",
"jest-silent-reporter": "^0.3.0",
"jest-slow-test-reporter": "^1.0.0",
"jimp": "^0.16.1",
"make-promises-safe": "^5.1.0",
Expand Down

0 comments on commit b6f410c

Please sign in to comment.