Skip to content

Commit d1c7b45

Browse files
committed
fix: packages/paste-website/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038
1 parent 0da577f commit d1c7b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/paste-website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"dependencies": {
2323
"@datadog/browser-rum": "^5.0.0",
2424
"@hookform/error-message": "2.0.0",
25-
"@mdx-js/loader": "^1.6.22",
26-
"@mdx-js/mdx": "^1.6.22",
25+
"@mdx-js/loader": "^2.0.0",
26+
"@mdx-js/mdx": "^2.0.0",
2727
"@mdx-js/react": "^1.6.22",
2828
"@next/bundle-analyzer": "^14.0.0",
2929
"@next/mdx": "^14.0.0",

0 commit comments

Comments
 (0)