Skip to content

Commit 8d652a1

Browse files
osdiabshellscape
authored andcommitted
chore(jsx-email): upgrade react-router-dom to 7.5.2 due to high severity vuln (#298)
Note: @shellscape manual update of package.json that wasn't picked up from 2.7.0 -> 2.7.1
1 parent a6a4a22 commit 8d652a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"postcss": "^8.4.32",
1919
"react": "^19",
2020
"react-dom": "^19",
21-
"react-router-dom": "7.0.1",
21+
"react-router-dom": "7.5.2",
2222
"shiki": "^1.18.0",
2323
"tailwindcss": "3.4.15",
2424
"titleize": "^4.0.0",

packages/jsx-email/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx-email",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -107,7 +107,7 @@
107107
"postcss": "^8.4.32",
108108
"postcss-var-replace": "^1.0.0",
109109
"pretty-bytes": "^6.1.1",
110-
"react-router-dom": "7.0.1",
110+
"react-router-dom": "7.5.2",
111111
"rehype": "^13.0.1",
112112
"rehype-stringify": "^10.0.0",
113113
"shiki": "^1.18.0",

0 commit comments

Comments
 (0)