Skip to content

Commit

Permalink
fix: packages/paste-website/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-TRIM-1017038
  • Loading branch information
snyk-bot committed Oct 31, 2023
1 parent 28db966 commit 96de541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/paste-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@datadog/browser-rum": "^4.46.0",
"@hookform/error-message": "2.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/loader": "^2.0.0",
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^14.0.0",
"@next/mdx": "^14.0.0",
Expand Down

0 comments on commit 96de541

Please sign in to comment.